[jQuery] Re: $().append() problem

2007-04-16 Thread Jeff S.
Are you sure appending is what you want to do? Appending to an does not really make sense to me. Maybe using the after() or before() would make more sense. DIV before append: DIV after append: INPUT before append: INPUT after append: On Apr 16, 9:33 pm, "[EMAIL PROTECTED]" <[EMAIL PROT

[jQuery] Re: Horizontal Menu Plugin

2007-04-16 Thread Jeff S.
Not exactly sure.. Maybe minitabs or "fancy menu"? At one point I was gonna work on a jQuery plugin to do something like one of these, but got sidetracked. http://www.frequency-decoder.com/demo/animated-minitabs/ http://www.simplebits.com/bits/minitabs.html http://www.rootarcana.com/test/smartm

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread Jeff S.
Try what Rob said. From the "form.aspx" you load the "urchin.js" like this: http://www.google-analytics.com/urchin.js"; type="text/ javascript"> Try d/ling the "urchin.js" from google, and keeping it on your server, so you reference it like this: Not sure if this will work or not though.