jQuery tree from select list (options) with checkboxes. possible?

Blade

New Member
I am looking for a jQury plugin/script to make something like this: example
uVnCH.jpg
From what I have at the moment:\[code\]<select name=""> <option disabled="disabled" value="http://stackoverflow.com/questions/15850342/1">Category A</option> <option value="http://stackoverflow.com/questions/15850342/2">Category A1</option> <option value="http://stackoverflow.com/questions/15850342/3">Category A2</option> <option value="http://stackoverflow.com/questions/15850342/4">Category A3</option> <option disabled="disabled" value="http://stackoverflow.com/questions/15850342/5">Category B</option> <option value="http://stackoverflow.com/questions/15850342/6">Category B1</option> <option value="http://stackoverflow.com/questions/15850342/7">Category B2</option> <option value="http://stackoverflow.com/questions/15850342/8">Category B3</option></select>\[/code\]Is it possible? Or I must somehow change from SELECT to UL and OPTIONS to LI?
 
Back
Top