Search
-
dynamically change individual input filters
by rivaldid ·$("#show_filters ul#profile1").click( function () { -
dynamically change individual input filters
by rivaldid ·$("#show_filters ul#profile1").click( function () { $(this).find('li').each( function() { var myfield = $(this).attr('name'); var myvalue = $(this).find('span')[1].inne -
dynamically change individual input filters
by rivaldid ·I have assigned an id to the datatable inputboxes, and on the click event of the object ul#profile1 I read field and value from the list of defined attributes and fill $ ("filter "+myfield). -
dynamically change individual input filters
by rivaldid ·to get my filters list one by one, and in the same .each of the ul #profile1 -
dynamically change individual input filters
by rivaldid ·$("#show_filters ul#profile1").click( function() { -
Custom Sort and bVisibile
by Gathilas ·[code]var oTable = $("#profile1").dataTable({