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

reset button with jquery migrate #245

Open thleh opened 7 years ago

thleh commented 7 years ago

Hi all,

i want to include jplist in an existing project where jquery-migrate plugin is loaded. When the plugin is loaded the reset button doesn't work for input elements.

Does anyone have a solution for me ? The issue is somehow related to the getter of attrHooks in jquery-migrate:

jQuery.attrHooks.value = { get: function( elem, name ) {

I tried serveral versions of jquery-migrate but the issue always occurs. You can use the car example and just include the library from https://code.jquery.com/jquery-migrate-1.4.1.min.js

Thanks in advance Thomas