[jQuery] identify tables with same ID ( duplicate ids)

2008-03-02 Thread Samant
hi, I have 2 questions here for the group.. 1. Does Jquery have native functions or lib or plugins to support conversion of HTML Table data into XML string ( which can then be sent via AJAX to server for getting a respone) ? 2. If my html page has tables with same ID , how can i obtain a h

[jQuery] Re: identify tables with same ID ( duplicate ids)

2008-03-03 Thread Samant
ht be another good try for me. Thanks Samant On Mar 3, 5:07 am, Gordon <[EMAIL PROTECTED]> wrote: > IDs are supposed to be, by definition, unique.  They are there so that > scripting languages and CSS style rules can easily identify single > elements.  If your markup has more than

[jQuery] Re: identify tables with same ID ( duplicate ids)

2008-03-03 Thread Samant
and adds 3 more tables. The solution of $('table[id=Instructions]') seems to be working fine .. though as per People its a kludge :) Can't see a simpler solution than using duplicate IDs. Thanks a lot Gurus ! Regards Samant On Mar 3, 8:35 am, MorningZ <[EMAIL PROTECTE

[jQuery] Get System Error with "jCarousel and Thickbox 3 "

2008-05-01 Thread Samant
m/image/25/m4/3024464321 http://re3.yt-thm-a01.yimg.com/image/25/m4/3022951145 The initial thumbnail display works fine but on click of the image , get a System Error at Line 0. IE error window. Browser is IE 6. Has anyone faced this issue before ? Any resolution ? Thanks in Advance ! Thanks Samant

[jQuery] Re: Get System Error with "jCarousel and Thickbox 3 "

2008-05-02 Thread Samant
Hi, Thickbox fails to laod images from a REST Style URL has anyone faced this before ? On May 1, 11:59 am, Samant <[EMAIL PROTECTED]> wrote: > Hi , > > I was trying to use "jCarousel and Thickbox 3 " plugin . > From the jCarousel, examples folder - used the

[jQuery] Re: Get System Error with "jCarousel and Thickbox 3 "

2008-05-01 Thread Raghavendra Samant
I think the issue with the enlarge image view is in the below snippet of code as the URLs dont jabe .jpg extension . Any workaround ? function mycarousel_getItemHTML(item) { var url_m = item.url.replace(/_s.jpg/g, '_m.jpg'); On 5/1/08, Samant <[EMAIL PROTECTED]> wrote: &g