e.g.

var para = $('p#firstPara').after('<p id="secondPara">...</p>');

now, what's para? $('p#firstPara') or $('p#secondPara')?
in my testing, it's $('p#firstPara'), but i think it should be
$('p#secondPara')...

-- 
Zacky Ma
www.marchbox.com

Reply via email to