Tag Archives: jQuery
HTML5 Boilerplate
http://html5boilerplate.com/ This template is a great starting point when creating a new website. The template contains jQuery, Modernizr, uses HTML5 tags and CSS3 also. The template comes with and index.html page which should be base of all your pages in the site, it also has a 404.html page which can easily be changed to fit […]
jQuery form.submit() not working
I was working on a basic html form recently. The form was using the jQuery validation plugin. Once validated I needed to submit the form using the jQuery .submit() function. For some reason this was not working for me. After searching Google for a very long time and trying out lots of potential solutions I […]