[jQuery] Using 'this' inside a function inside an object property for a plugin

2007-12-30 Thread ajma
The plugin authoring wiki page says that if I need multiple public static methods, I should add them to an object. jQuery.logError = function() { ... }; jQuery.logWarning = function() { ... }; jQuery.logDebug = function() { ... }; jQuery.log = { error : function() { ... }, warning : functio

[jQuery] Re: MSIE 7.0 and slide() function...

2007-12-22 Thread ajma
Have you tried the Acordian control? It seems like that does what you want. On Dec 22, 1:52 am, andrea varnier <[EMAIL PROTECTED]> wrote: > Hi :) > I'm working on my website, just to practice a bit with jquery. > I have a problem here:http://www.andreavarnier.com/temp > > menu code is like this >

[jQuery] Re: Announcing jQuery HowTo's

2007-12-21 Thread ajma
I'd suggest marking each How To article with version numbers. After a few iterations of jQuery, people aren't going to know if the article is still applicable or not. On Dec 20, 11:50 pm, Shawn <[EMAIL PROTECTED]> wrote: > In a recent thread > (http://groups.google.com/group/jquery-en/browse_thr

[jQuery] Re: animate() with em fontsize units

2007-12-20 Thread ajma
BTW, This seems to be an IE only problem. Works fine in Firefox.