Hi, I am working on a website using jquery for ajax with various other jquery plugins. In my app, when making ajax queries for forms, i return back the complete form as html since it carries information about validation which is done on the server-side.
Taking 2 plugin into consideration, one the tabs plugin from the UI suite, which loads pages onto tabbed navigation via ajax call and second a password strength plugin. I cannot get the script for the password strength to work (along side other javascript.) Upon inspecting the DOM using firebug on firefox, it appears that the script tags are left out all together when writing the response text onto the page via the $("#thecontent").html(), which is supposed to replace the current contents. Is this a security feature, if not how do i resolve this issue, if so then is it possible to disable it? Thanks Regards