find('.someclass').
>
> cheers,
> - ricardo
>
> On Mar 17, 10:02 pm, Eric Garside wrote:
>
> > As an aside, you can use a different syntax for .find() which last I
> > knew was a bit faster and less characters:
>
> > $(this).find('.someclass
d so evaluate to true; you need
> to check the length:
>
> if ($(this).find("ul").length>0) { ...
>
> On Mar 17, 8:57 am, "so.phis.ti.kat" wrote:
>
> > Hello Everyone,
> > I tried doing a search and found some possible solutions but was no
Hello Everyone,
I tried doing a search and found some possible solutions but was not
able to get it working for my markup so I am wondering if the
following can be done and how.
Markup
index
menu
...
catering
...
success: function(d){
$("#nav").html(d);
}
});
}
and...
HOME
MENU
CATERING
CONTACT
... and that worked. So how can I use jQuery to repeat my ajax call
(s)?
On Mar 15, 10:04 pm, "so.phis.ti.kat"
w
g if it is because I am using jQuery to enable my
clicks?
On Mar 13, 1:23 pm, "so.phis.ti.kat" wrote:
> Thanks Guys.
> I'll have a look now.
>
> On Mar 11, 1:31 pm, Paul Hutson wrote:
>
> > > > Ajax.Updater allows you to simply update the content of a
Hello Everyone,
I am doing some research on JavaScript library, concentrating on
jQuery / MooTools and Prototype JS and I was wondering what is
jQuery's equivalent to Prototype JS's Ajax.Updater.
A simple method to update an id selector; this nav contains an
"active" class to highlight and deact
Thanks Guys.
I'll have a look now.
On Mar 11, 1:31 pm, Paul Hutson wrote:
> > > Ajax.Updater allows you to simply update the content of a DIV.
>
> If you want to go back to the super simple, you can update the inner
> content of a div with:
>
> $("#DIVID").html("CONTENT");
>
> i.e. :
>
>
>
> $
Hello Everyone,
I am looking to see if I should switch to jQuery but first need to
find jQuery's equivalent to Prototype JS's Ajax.Updater; new
Ajax.Updater("id", url, {method: 'post', parameters: pars});
Ajax.Updater allows you to simply update the content of a DIV.
ps.
I did find his plugin
8 matches
Mail list logo