This is a migrated thread and some comments may be shown as answers.

$(document).on and kendDropTarget

0 Answers 30 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hugo
Top achievements
Rank 1
Hugo asked on 19 Sep 2012, 07:56 PM
Hi,

In jquery we can do something like that : 

$(document).on('click''.myClass'function () {
 ....
});

I want to do the same but for the kendo control, I'm doing this on a specific class.

I have this code in my javascript : 

$('.myClass'.kendoDropTarget({
	drop: function (e) {
		...
	}
});

So my goal here is to do the line on code $(document).on and affect the kendoDropTarget event.

It is possible ???

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Hugo
Top achievements
Rank 1
Share this question
or