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");
Name:  MoveTo.jpg
Views: 282
Size:  14.1 KB

Any workaround? TIA!