[jQuery] Filtering DIV from Form
I am trying to use checkboxes to filter a group of DIV elements based
on their class. The example below works but I am looking for a better
solution.The code below uses the form plugin.
This works....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/