Логотип
Обзор Помощь
Регистрация Вход
mirrors/mostlymatter
1
0
Форкнуть 0
Вы уже форкнули mostlymatter
Код Задачи Запросы на слияние Действия Пакеты Проекты Релизы Вики Активность
Files
fcb87ca42ff18e5fbf562b43390f4f99607289b1
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 Страница: 40ms Шаблон: 3ms
Русский
Русский
Лицензии API