[jQuery] Re: jQuery tutorial on IBM DeveloperWorks

2007-04-13 Thread [EMAIL PROTECTED]
I've sent it to www.dzone.com, and hit main page today: http://www.dzone.com/links/jquery_on_ibm_developerworks.html A vote? Very nice article. On 11 abr, 18:54, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Looks great! I had no ideajQueryadded: $('') !! > > I must be really behind times?! > >

[jQuery] Re: jQuery tutorial on IBM DeveloperWorks

2007-04-11 Thread Sean Catchpole
Looks great! I had no idea jQuery added: $('') !! I must be really behind times?! ~Sean

[jQuery] Re: jQuery tutorial on IBM DeveloperWorks

2007-04-11 Thread Mike Alsup
Great work, Jesse! I wrote a jQuery tutorial for IBM DeveloperWorks which went live today: http://www.ibm.com/developerworks/library/x-ajaxjquery.html

[jQuery] Re: jQuery tutorial on IBM DeveloperWorks

2007-04-11 Thread Jake McGraw
Great tutorial, I think IBM developer works is one of the best online resources for the latest web technologies. - jake On 4/11/07, Jesse Skinner <[EMAIL PROTECTED]> wrote: I wrote a jQuery tutorial for IBM DeveloperWorks which went live today: http://www.ibm.com/developerworks/library/x-aja

[jQuery] Re: jQuery tutorial on IBM DeveloperWorks

2007-04-11 Thread Brandon Aaron
Very cool. Thanks for sharing. In your code examples for creating HTML you can write it a couple of other way as well (which you probably already know and just wanted to show the html method ... but I'll show anyways). You have: $('') .html('Hey World!') .css('background', 'yellow') .a