holubj / NiftyGrid

DataGrid for Nette Framework
34 stars 34 forks source link

Port to new jquery - replace deprecated 'live' calls by 'on'. #37

Closed xificurk closed 5 years ago

xificurk commented 11 years ago

jQuery.live method was removed in recent versions. This patch ports the client script to work with latest jQuery versions.

thaarok commented 11 years ago

Great, now works good with current jQuery, thanks. I can confirm functionality with jQuery 1.10.2 and jQuery UI 1.10.3.