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
>
>
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()
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
$("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
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
5 matches
Mail list logo