I am using the jQuery $('#result').load('test.php'); load function $('#result').load('test.php'); to load the page to another page by clicking the tab. The page I am loading contains javascript, php and contains a form. Using the firebug console, I saw that for all my script sources on the page that I am loading, there is GET . Not sure if this should be a problem ..
Is it possible to hack data through jquery loading? Are there any questions to consider?
note: I know that older browsers do not work with javascript, but is there anything else to consider?
source share