JavaScript is a client-side web-based scripting language used to mainly manipulate the HTML DOM and it’s objects/elements.

Checking (and unchecking) all Checkboxes with JQuery

4th
Feb
jquery icon

How to easily check or uncheck all textboxes with JQuery

jQuery: Set the default selected OPTION of a HTML SELECT list

2nd
Dec
jquery icon

How to set the default OPTION in a SELECT list with the jQuery framework.

Object Doesnt Support this Property or Method (IE)

17th
May
javascript icon

I recently encountered this problem using Javascript and Internet Explorer. It worked perfectly fine in other browsers although (for a change) I think MSHTML has got this right enforcing good practice.

Object Doesnt Support this Property or Method can occur in Internet Explorer when you declare a variable that has the same name as a document object.