jquery Programming Glossary: craver
jQuery Validate - require at least one field in a group to be filled http://stackoverflow.com/questions/1300994/jquery-validate-require-at-least-one-field-in-a-group-to-be-filled as one of them passes validation. See shout out to Nick Craver at end. So you can say at least X inputs that match selector.. I knew there must be a way so I asked a question and Nick Craver enlightened me. Thanks Nick Question Solved This was originally..
jQuery live() failing with jQuery UI datepicker http://stackoverflow.com/questions/2386718/jquery-live-failing-with-jquery-ui-datepicker destroyed EDIT Ok the live event IS firing thanks to Nick Craver for that however the datepicker is no longer being shown. Does..
Problem with jQuery.ajax with 'delete' method in ie http://stackoverflow.com/questions/2456820/problem-with-jquery-ajax-with-delete-method-in-ie in either. thanks max EDIT the solution thanks to Nick Craver for pointing me in the right direction. Rails and maybe other..
Class name change Event in jQuery http://stackoverflow.com/questions/3139608/class-name-change-event-in-jquery and overwrite any javascript function that way. As Nick Craver mentioned in a comment there are several other jQuery methods..
jQuery toggle menu hide/show (close other menus when new menu opens) http://stackoverflow.com/questions/4319809/jquery-toggle-menu-hide-show-close-other-menus-when-new-menu-opens show close other menus when new menu opens thanks to Nick Craver I've got a nice toggle menu going however i've come up with..
Customizing JQuery Cloned row attributes http://stackoverflow.com/questions/6835342/customizing-jquery-cloned-row-attributes how do I extend this to be more robust. Thanks to Nick Craver I am trying to use this do Add row options #Add .click function..
jQuery Validate - require at least one field in a group to be filled http://stackoverflow.com/questions/1300994/jquery-validate-require-at-least-one-field-in-a-group-to-be-filled To show all inputs in the group as passing validation as soon as one of them passes validation. See shout out to Nick Craver at end. So you can say at least X inputs that match selector Y must be filled. The end result with markup like this input.. to avoid the feedback loop mentioned in the comments above. I knew there must be a way so I asked a question and Nick Craver enlightened me. Thanks Nick Question Solved This was originally a let me share this and see if anybody can suggest improvements..
jQuery live() failing with jQuery UI datepicker http://stackoverflow.com/questions/2386718/jquery-live-failing-with-jquery-ui-datepicker the re appending takes place after the original content is destroyed EDIT Ok the live event IS firing thanks to Nick Craver for that however the datepicker is no longer being shown. Does anyone have an idea why EDIT #2 Ok the use of .html to re..
Problem with jQuery.ajax with 'delete' method in ie http://stackoverflow.com/questions/2456820/problem-with-jquery-ajax-with-delete-method-in-ie known problem I've tested it in ie6 and ie8 and it doesn't work in either. thanks max EDIT the solution thanks to Nick Craver for pointing me in the right direction. Rails and maybe other frameworks has a subterfuge for the unsupported put and delete..
Class name change Event in jQuery http://stackoverflow.com/questions/3139608/class-name-change-event-in-jquery you are using jQuery for this example. Of course you can hook and overwrite any javascript function that way. As Nick Craver mentioned in a comment there are several other jQuery methods which can add or remove an elements class. You would have..
jQuery toggle menu hide/show (close other menus when new menu opens) http://stackoverflow.com/questions/4319809/jquery-toggle-menu-hide-show-close-other-menus-when-new-menu-opens toggle menu hide show close other menus when new menu opens thanks to Nick Craver I've got a nice toggle menu going however i've come up with the problem that if users keep clicking new menus the page will..
Customizing JQuery Cloned row attributes http://stackoverflow.com/questions/6835342/customizing-jquery-cloned-row-attributes id and default values and even row attributes. In essence how do I extend this to be more robust. Thanks to Nick Craver I am trying to use this do Add row options #Add .click function var rowCount '#secondaryEmails tbody tr' .length var i rowCount..
|