Логотип
Обзор Помощь
Регистрация Вход
mirrors/mostlymatter
1
0
Форкнуть 0
Вы уже форкнули mostlymatter
Код Задачи Запросы на слияние Действия Пакеты Проекты Релизы Вики Активность
Files
71b548ef052d4e84ea0d067df51e4850ffdba572
mostlymatter/web/static/js/jquery-dragster
История
Reed Garmsen 14c121dc0c Implements better markup for css changes to be made, including an overlay of the dropzones and help pic/text
2015-08-12 14:27:44 -07:00
..
jquery.dragster.js
Switched to using the jquery-dragster library to implement more consistent drag and drop support, rather than using the inconsistent html5 implementation
2015-08-12 12:29:57 -07:00
LICENSE
Switched to using the jquery-dragster library to implement more consistent drag and drop support, rather than using the inconsistent html5 implementation
2015-08-12 12:29:57 -07:00
README.md
Switched to using the jquery-dragster library to implement more consistent drag and drop support, rather than using the inconsistent html5 implementation
2015-08-12 12:29:57 -07:00

README.md

Include jquery.dragster.js in page.

Works in IE.

$('.element').dragster({
	enter: function (dragsterEvent, event) {
		$(this).addClass('hover');
	},
	leave: function (dragsterEvent, event) {
		$(this).removeClass('hover');
	},
	drop: function (dragsterEvent, event) {
		$(this).removeClass('hover');
	}
});
Ссылка в новой задаче Показать git blame Копировать постоянную ссылку
Работает на Gitea Версия: 1.25.5 Страница: 64ms Шаблон: 1ms
Русский
Русский
Лицензии API