Jquery load and Yoxview
Jquery load and Yoxview
Masters,
I try to explain my problem:
I have: main.php; sub1.php; sub2.php
I use jquery load to load part of html from sub1.php, sub2.php to main.php. This works well. I use this tutorial:
http://demos.malbecmedia.com/ajax-site-demo/
On the sub1.php i use YoxView
- <div id="ajax-wrap">
- <div id="text">
- <div class="product_image hatter1"><a href="images/galeria/test.JPG" class='multi1'><span ><br/>span text span text span text </span></a></div>
- </div>
- </div>
If i open localhost/sub1.php than Yoxview is works well. But if i open main.php and than click the "ajax" link, than content of #text loaded, but yoxvew script not work. (if i click on the image yox not come up, just the image opened in new tab.).
If i see the source code after .load() is done i can't see the above code. Maybee the problem is Yox did not find the multi1 class?
I hope understand my mistery.
Thank you for any help.