brianlange Posted January 31, 2011 Share Posted January 31, 2011 I'm developing a site that uses a lot of ajax. I am also using facebox. How do I run this piece of code $('a[rel*=facebox]').facebox(); every time a new facebox link is introduced via an ajax call. I am using the jQuery live function to update links that have events but I don't know how to rerun a statement like $('a[rel*=facebox]').facebox(); Quote Link to comment https://forums.phpfreaks.com/topic/226264-jquery-rerun-statement/ Share on other sites More sharing options...
Maq Posted January 31, 2011 Share Posted January 31, 2011 Please do not double post. Quote Link to comment https://forums.phpfreaks.com/topic/226264-jquery-rerun-statement/#findComment-1167983 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.