[jQuery] accordion menu: can't get links to link

2009-12-05 Thread Marion
e markup looks like: sub list shown this that sub list not shown here there Any help much appreciated! - Marion

[jQuery] Superfish: CSS to change the color of text on hover

2009-11-07 Thread Marion
ut not the parent menu item when I hover over a submenu. Not really a jQuery problem I know, but I'm hoping someone here can help. Marion

[jQuery] Re: Keeping jquery codes up to date - best practise?

2009-03-23 Thread Jim Marion
@Microbe, you could combine your single domain solution with @Steve's Google Ajax library suggestion. Rather than linking directly to a hosted Ajax library, you could link to a JavaScript file hosted by you on a single domain. In that JavaScript file, call google.load ("jquery", "1.3.2"). When you

[jQuery] Re: Multiple plugins in same namespace?

2008-12-13 Thread Marion
answer is "not easily". Marion On Dec 13, 5:14 am, Mike Alsup wrote: > > I'm trying to create a plugin with two entry points. You would use it > > like this: > > > $('#someid').myPlugin.doThis(options); > > $('#anotherid').myPlugin.d

[jQuery] Multiple plugins in same namespace?

2008-12-12 Thread Marion
0/a-plugin-development-pattern to no avail. Any help much appreciated! Marion

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-14 Thread Jim Marion
I did some looking at the code. The $.load in 1.1.4 and 1.2 actually does eval scripts on IE without adding evalScripts back into the lib. The eval is in the domManip. It looks like $.load calls .html which calls .append. append calls domManip. The only problem is that the code doesn't do a deep s