select a form by name jquery

JavaScript
var frm = $('form[name="frmSave"]');
Source

Also in JavaScript: