1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
436 stars 177 forks source link

Issue within jplist.core-ajax.min.js - Version 5.2.0.10 #233

Closed thleh closed 7 years ago

thleh commented 7 years ago

When using jplist with other jQuery components and one of them use jQuery.noconflict() there is an issue within jplist.core-ajax.min.js.

Please fix line 542 and use jQuery instead of $:

$.each(b.data(), function(c, e) { should be changed to jQuery.each(b.data(), function(c, e) {

1rosehip commented 7 years ago

Thank you for reporting this issue. It's fixed in both jplist.core-ajax.min.js and jplist.core.min.js now.