php - using jQuery within Colorbox -
i having problems when trying use jquery within colorbox.
when call jquery page calls colorbox works fine.
my code calls colorbox page inside using following code.
var page1 = '/page1/page.php'; jquery(".page1click").colorbox({opacity:0.4, rel:'nofollow', href:page1, height:'700px', width: '702px', iframe:true}); this works correctly , code showing within colorbox popup. of javascript code working within page. when try , use jquery within colorbox not work.
what trying hide div when clicked.
if great
check whether u included jquery in both pages. can create conflicts.
Comments
Post a Comment