¡@

Home 

2014/10/16 ¤W¤È 12:03:38

jquery Programming Glossary: greybox

one Jquery is not working on the second click

http://stackoverflow.com/questions/14197404/one-jquery-is-not-working-on-the-second-click

function e jQuery this .find .read_more .trigger click when I click on the div post_box it trigger a link pop up greybox located in sub div of post_box which has the class read_more right now it work good but the problem when i close the link.. in sub div of post_box which has the class read_more right now it work good but the problem when i close the link greybox and click againe on the div post_box it doesn't work I have to refresh the page to click it. if i put the on function instead.. div class post_footer a href php the_permalink title php the_title class read_more rel gb_pageset search_sites data greybox type iframe Read more a this the link i should trigger when someone click on the div class post_box div div div div div..

when triggering click event of my link, the event is triggered as well on the parent .post_box, causing the loop

http://stackoverflow.com/questions/14213577/when-triggering-click-event-of-my-link-the-event-is-triggered-as-well-on-the-pa

function e jQuery this .find .read_more .trigger click When I click on the div post_box it trigger a link pop up greybox located in sub div of post_box which has the class read_more right now it work good but the problem when I close the link.. in sub div of post_box which has the class read_more right now it work good but the problem when I close the link greybox and click again on the div post_box it doesn't work I have to refresh the page to click it. If I put the on function instead.. div class post_footer a href php the_permalink title php the_title class read_more rel gb_pageset search_sites data greybox type iframe Read more a this the link i should trigger when someone click on the div class post_box div div div div div..