Abraham Garcia in Javascript/jQuery   Monday, September 11 2017

jQuery Validation Without Form Submit

Short tutorial on how to submit a form without the submit button. This is using the valid function within the jquery validate plugin

This is an example on how to submit a form without actually clicking on the submit form. Useful in many applications. This is using the jQuery Validation Plugin. $(document).ready(function() { $("#test").validate({

Continue reading
Abraham Garcia in Javascript/jQuery   Tuesday, April 12 2016

Headroom.js Usage and Examples

How to use Headroom.js with jQuery. Full Documentation.

How to Use Headroom.js with jQuery With jQuery include the headroom.js and jQuery.headroom.js scripts in your page, and then: // simple as this! // NOTE: init() is implicitly called with the plugin $("#header").headroom(); You

Continue reading