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
(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
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
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
4 matches
Mail list logo