Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery focus and now Toggle Re: Jquery focus and now Toggle

#54059
chazzwick
Member
Code:
$(function(){
$(‘.disp1’).click(function() {
$(‘.more1’).slideDown(‘3000’);
$(‘.more1’).css(‘display’,’yes’)

return false;

});

add return false;

that should stop the page jumping to the top (i think)