Problem with Table filter

Problem with Table filter

With the examples of this URL -> http://demos.jquerymobile.com/1.4.4/filterable/

I created an example of filtering table (Table filter). Made only with HTML. My example works. 
But when trying to do the same by creating all objects dynamically with jquery. Does not Work. 
That if the end running these commands ($ ("# table") table ().;  $ ('# inputSearch') textinput ().) to have the appearance of Jquery mobile.

Any idea why does not work? 
Thank you