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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -