).ready(function () {
$('#testlink').bind(
'click',
function(e){
$("#tpanlegen").effect("slide",{ },2000
);
});
});
Best Regards
Johannes Geppert
-
web:http://www.jgeppert.com
twitter:http://twitter.com/jogep
ustcrammedinthere.
> (ItsWayEasierToReadAVariableIfYouCamelCaseIt)
> 8. Don't make variable names as long as the previous example.
> Remember, with javascript, size matters. The smaller your file, the
> faster it can be transmitted. The less meaningless declarations and
> scruff cod
when I try your code the form will still executed twice.
The Alert tells me 1 closest form .
Any other Idea?
Thank You
Johannes
-
web:http://www.jgeppert.com
twitter:http://twitter.com/jogep
On 24 Jun., 16:01, fredrik wrote:
> What happens w
thanks for fast response.
Sorry but the form was still executed twice.
Best Regards
Johannes Geppert
-
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
On 24 Jun., 11:42, fredrik wrote:
> You have to prevent the form it self f
t;#tpanlegen").effect("slide",{ },2000
);
});
});
Best Regards
Johannes Geppert
-
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
Hello,
i need to find a parent form of an submit button with jquery.
The method
$('#submit').parent("form")
only works when the submit is direct in the form element.
But when I surround the submit element with an div it does not work.
Sample:
This work:
This work not:
How can I
6 matches
Mail list logo