append won't work either, I need the tag AFTER the h1, not inside it. I also tried insertAfter - but that didn't work either. any other options?
On May 24, 3:21 pm, "Jean Nascimento" <[EMAIL PROTECTED]> wrote: > try u use append? > > On 5/24/07, Joel Taylor <[EMAIL PROTECTED]> wrote: > > > > > nope, that didnt help either (seriously, I'm not normally that sloppy with > > my code!) - I changed it back to the original, see what it does now. > > > On 5/24/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > > > > $(document).ready(function(){ > > > > /*$("h1").after("<hr class=\"thinDivider\" />");*/ > > > > $("h1").after("<span class=\"thinDivider\"></span"); > > > > }); > > > > You forgot to end you span tag: > > > $(function(){ > > > $("h1").after("<span class=\"thinDivider\"></span>"); > > > }); > > > > ~Sean > > -- > > []´s Jeanwww.suissa.info > > Ethereal Agencywww.etherealagency.com