I want to submit a with using jquery as below;
$(\"#formid\").submit();
Its working perfect in all browsers except IE6.
How to mak
Add a button in your form with type="submit"
button
type="submit"
Reference.