[jQuery] unit testing adding rows to table

2008-10-08 Thread john teague
I'm running a test with qUnit that shows i am appending rows to a table correctly. At this point I just want to show I'm getting the right rows back. But it doesn't look like the dom isn't picking up the newly added rows. I'm seeing the rows, so my call is working, I would just like to verify t

[jQuery] Re: jquery for web designers

2008-08-29 Thread john teague
code looks like this: > $('#headerBody') >         .before('') >         .before('') >         .after('') >         .after(''); > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > >

[jQuery] jquery for web designers

2008-08-28 Thread john teague
I'm giving a presentation to a group of web designers who are very comfortable with css, but haven't done much with javascript. I'm looking for suggestions for features I should focus on (besides the obvious selector syntax) that would be relevant to what they normally do. Thanks, John Teague