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
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
>
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
BTW, This seems to be an IE only problem. Works fine in Firefox.
4 matches
Mail list logo