[jQuery] Script No Longer Work After JSON loads

2009-08-12 Thread SHiDi
Hi all, I'm trying to load a content and list of images together with pagination using jQuery live. Images and loads are successfully loaded but when I click on list of numbers to view each image, nothing happen. As for the images, all being listed but only one being display at the front end. H

[jQuery] jQuery and XML

2008-11-12 Thread SHiDi
Hi all, I'm trying to load XML content using jQuery's $.ajax. In this XML file there are some HTML tags included such as strong, br, and ul. However when the content being append to HTML it seems that those HTML tags has been stripped out. Is there anyway that I can append the XML content with t

[jQuery] Re: Script Wouldn't Work After Content Reloaded

2008-08-23 Thread SHiDi
estions#Why_do_my_events_st... > > If you still have problems after reading through it and trying one of   > the many solutions, let us know. > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Aug 22, 2008, at 2:44 PM, SHiDi

[jQuery] Script Wouldn't Work After Content Reloaded

2008-08-22 Thread SHiDi
Hi all. I've tried to reload a content using jQuery.post. However, it seems that once the content is reloaded, the script didn't work the way it supposed to. My jQuery script is: $(".click").click(function() { alert('Hello World'); $.post('actions.php', {},