I would like to move the filter button and its label to the datatable as can be seen in the image. Using Firebug I can see that the search button is contained in a "tableoffenses_filter" div so I tried appendTo but it does not move.
Code:$("#blah").appendTo("#tableoffenses_filter");
Any workaround? TIA!




Reply With Quote