Can someone tell me why this does not work ? I'm trying to remove the
submit button from a form (.selectsubmit = <select class='selectsubmit'>)

$(document).ready(function(){
    $(".selectsubmit").each(function(){
        $("[EMAIL PROTECTED]", $(this)).remove();
    });
});

i thought i can search with for example $("div", context) inside a
specific context !?
Also if i try to submit the form with $(this).parent().submit() it does
not work =(

Can someone tell me what i do wrong ?

best regards,
Truppe Steven

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to