jquery - Loading & executing audio.js on jQueryMobile AJAX page load -


i have page being displayed via jquery mobile has audio.js player on it.

however, when page loaded via jquery mobile's ajax hijacking of click handler, audio.js code doesn't executed there no audio player.

is there way can javascript code, such audio.js code, execute when pages being loaded via ajax?

you can see example of issue going http://media.urbansermons.net/m/audio-list/term/6711 , clicking on of audios listed there. note test site.

since user has click on item, if instead of loading new link in browser made switch list detail page using divs no opening new url use same click start player (since mobile devices makes necessary click event precedes play of audio/video.

also on link sent mp3 come empty files.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -