I got question, how li tag created in ul by jQuery say example;
$("#selectedPropertyImg_Wrapper").find("#myGallery").append("<li><img src=" + PropertyDetail.d_img_urlname[index].text() + "/></li>");
different then the li tag hard coded in ul... the reason why asking because i am trying to upload images in GalleryView jQuery plugin, Loading images content dynamically from url in Gallery View plugin which works fine with static but doesn't seems dynamically created code, even i have tested it generate exactly li format tag and i am calling galleryView plugin at the end ajax function...
many thanks in advance...
`?
– Explosion Pills Jun 18 '13 at 16:50