Goodnight. I use jquery-searcher text search plugin

  $(".table_data_choose_setup_geo_user").searcher({ itemSelector: ".link_on_choose_many_type_setup_geo_user", textSelector: "", inputSelector: "#search_city", }); 

Only here the table_data_choose_setup_geo_user element appears dynamically in me, via ajax.

Do you need to change the plugin to the on method or can you call it something else? Thank !

  • through the on method is impossible. You can call this code immediately in the place where you insert the received elements - Grundy

0