[jQuery] fun with check boxes.
I'm tasked with created a series of filters with checkboxes.
for example lets say i have 3 categories, customers, groups, acccount
customers contains groups and groups contain accounts.
i want to be able all records as checkboxes in 3 different sliding
panels on the same page. Then as any checkbox is checked, it
automatically filters everything else.
for example if i check a customer it will filter out the groups and
accounts. or if i check an account it will filter out the customers
and groups etc.
im using php/mysql and i assume jquery is the best tool for this...
problem is im a relative newbie.
Can anyone point me in the right direction to get started. ?