JQTouch execute javascript when External page is loaded with Ajax
I'm using the built in JQtouch method of loading an external php page like this:
<li class="arrow"><a href="get_products.php?eId='.$classCode_id.'&sName='.$sectionName.'">'.$sectionName.'</a> </li>
This is working great. However I need to have some javascript run when get_product.php loads. I tried includ开发者_StackOverflow中文版ing it in the php page itself but it doesn't get executed.
Any ideas?
精彩评论