All posts by admin

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 […]

Fancybox and ASP .Net Forms

Fancybox is a great jquery plugin that allows you to display content; typically images, html or external websites over the top of your website. I have used this plugin many times, but recently I used it to display a contact form on a .Net page. It worked perfectly fine in Chrome, but when it came […]