jQuery mobile $(document).ready equivalent
in ajax navigation pages, the classic "document ready" form for performing initialization javascript simply doesn't fire. What's the right way to execute some code in an ajax loaded page? (I mean, not my ajax... it's the jquery mobile page navigation system which brings me to that page) Ok, I did suspect something like that... thanks a lot =) But... it still doesn't work, here's my code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title