Skip to content

Andrew Chaa, cha cha

Dance with a geek

About ajax asp.net ASP.Net MVC basics Bible build c# c# COM+ C# iTextSharp c# programming Cat data access data reader dependency injection DreamMail English Study Entity Framework Extensity family game git Html Helper huddle IIS IIS ASP.Net javascript javascript library jquery korean lamda life in uk lion mac mac os x mime type msbuild MS Test NDC NHibernate NuGet NUnit OAuth office 2007 Perfornamce powershell prayer rails rails tutorial reflection regular expression Resharper sandwich code scrum selenium shell shortcuts sql sqlite sqlserver StreamWriter StructureMap sublime text 2 susan teamcity testing tips Translation Unit Test Visual Studio add-in WCF webdriver Windows Home Server WPF 김창준

checkbox

jquery selection basics

April 27, 2012April 27, 2012 Andybasics, checkbox, jqueryLeave a comment

$(':checkbox')          //If you want to select all checkboxes, 
$(':checkbox:enabled')  //Select all checkboxes enabled

$(':enabled, checkbox') //This works on Firefox and Chrome, but not on IE

To be continued…

jquery selection basics
Blog at WordPress.com.