开发者

JQTouch execute javascript when External page is loaded with Ajax

开发者 https://www.devze.com 2023-04-06 06:34 出处:网络
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.\'\">\'.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消