[jQuery] Accordion Menu and active link

2009-10-21 Thread Clemens
hi, i use the followig accordion menu: function initMenu() { $('#submenu ul').hide(); //$('#submenu ul:first').show(); $('#submenu li a').click( function() { var checkElement = $(this).next(); if((checkElement.is('ul')) && (checkElement.is(':visible'))) { return fals

[jQuery] Another Slide Effect?

2009-02-10 Thread Clemens K.
(hope this time the posting works) hi. recently i transfered to jQuery from mootools. some time ago i made a slide-down div with mootools and wanted to get a similar effect with jQuery. example: www.madison.at -> click on login! is there a way or a plugin in jQuery, to get the whole box slide

[jQuery] Re: jQuery Form Plugin - success callback problem with FF/Chrome

2008-09-30 Thread Clemens
without any problems. So the problem is somehow related to using jQuery().ready() when loading html fragments using Ajax after the whole page has finished loading. Whew... any hints someone? Thanks for your effort! Greets, Clemens

[jQuery] jQuery Form Plugin - success callback problem with FF/Chrome

2008-09-29 Thread Clemens
ork fine too, even if I remove the alert call afterwards. When I reload my page, having no alert() within the success callback, the whole thing starts again. Hints are much appreciated :) Thanks for your help! Best regards, Clemens