The page created by Ajax does not load. Mobile site is built on jq mobile.

There is a page /#auth without Ajax. When updating the page, I turn right to it.

There is a page /#training_25 , created by Ajax. When you refresh the page, nothing happens.

Created a page at the end of Ajax:

 $( '#training_'+training_id ).page({ create: function( event, ui ) {} }); 

The jquery classes are updated, and the hash transition does not work.

    0