[jQuery] Re: Jquery/Javascript Developer - 3 month+ contract - To $50/hr - Custom Jquery Exp

2009-07-16 Thread Cody Lindley
Are you still looking for a person. I might have an ideal lead on a candidate. cody On Wed, Jul 15, 2009 at 2:36 PM, Steve Merriman wrote: > We are looking for an advanced Jquery/web developer. Specifically we need > someone who has created jquery plugins/custom jquery. > > This will be a 3 mont

[jQuery] Re: Chaining $.append

2009-07-13 Thread Cody Lindley
Try.. $("").text (data.Name).appendTo("#prods-list"); cody On Mon, Jul 13, 2009 at 4:27 AM, dnagir wrote: > > Hi, > > I'm using the code to create DOM. But the append returns current > element and not the one it has created. So after I create some > elements via append (or similar) I have to q

[jQuery] Re: img tag wrap in p tags

2009-05-07 Thread Cody Lindley
I think you could use this too. $('img').filter(function(){return !$(this).parent('p').length == 1}).wrap(''); On Thu, May 7, 2009 at 9:51 PM, Charlie Griefer wrote: > > On Thu, May 7, 2009 at 8:45 PM, Charlie Griefer > wrote: >> On Thu, May 7, 2009 at 8:08 PM, dduck1934 wrote: >>> >>> im t