[jQuery] Re: Find element. How can I do this?

2009-03-18 Thread AnatolyG
this to the ol, or even better, be > > able to specify to which element in the fieldset should this be > > applied (the collapase/expand) and the CSS classes. > > > I am not expert in JQuery but the plugin seems ok ... or no? > > > Thank You, > > Miguel > >

[jQuery] Re: Find element. How can I do this?

2009-03-18 Thread AnatolyG
s in the following lines: >     var legend = fieldset.find(':first'); >     var body = jQuery(document.createElement('div')); > //    var body = fieldset.find('ol:first') > > On Mar 18, 2:12 pm, AnatolyG wrote: > > > $("fieldset ol:eq(0)").hide()

[jQuery] Re: NEED HELP!! JQuery & XML not parsing/consuming properly

2009-03-18 Thread AnatolyG
hey, http://groups.google.com/group/jquery-en/browse_thread/thread/f6cf0516dacdab18 $(xml).find('row').each(function(index, obj){ document.write($(obj).html() + ""); }); this would work w/ out the CDATA. On Mar 18, 3:27 pm, slgm wrote: > hi, > > I've looked through at awfaul lot of posts/ar

[jQuery] Re: Find element. How can I do this?

2009-03-18 Thread AnatolyG
$("fieldset ol:eq(0)").hide() shapper wrote: > Hello, > > I am trying to find update a plugin to create new functionality. > On the current version I have the following: > > var legend = fieldset.find(':first'); > var body = jQuery(document.createElement('div')); > > - How can I get the f

[jQuery] Re: Call for contributors: A simple, fast and flexible grid/spreadsheet component.

2009-03-14 Thread AnatolyG
Michael, Great job. I built a prototype of my own table for the same reasons a few months ago. The grid looks good, but for my purposes (and I am sure for many others), while having an array of rows is great and useful, the plugin should be able to create such tables from a regular element. I am