Hi there, ive got simple problem, but im working on it for 2 hours and
nothing, maybe some here can help.

Ive just need to submit a form by link, ive got simple code like that:

$(document).ready(function() {
        $("#printMultiOrders").click(function() {
                $("#zbiorczy").submit(); // its form id
                return false;
        });
});

but no submit is happening, the function returns false and thats it.
Any suggestions?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to