[jQuery] dropdown checklist

2009-09-08 Thread Mr. V

Hi,

I am trying to uncheck all the checkboxes in the JQuery
dropdownchecklist plugin through the code (server side or client
side).

Unfortunately, I am not able to get a handle to the checkbox array.
Can some please provide some insight on it.

I am trying something like

var $('mydropdown').find('input') and then trying to loop through all
the check boxes.

thanks
V


[jQuery] Jquery DropdownCheckList

2009-09-02 Thread Mr. V

I am trying to use the dropdown check list Jquery plugin from
http://code.google.com/p/dropdown-check-list/

I have a  question about fetching the 'checked' item IDs or the Comma
separated values.

Basically I am calling the getJSON method on Change of the dropdown
and I want to either pass an array of the checked item IDs or the
Comma separated text that is displayed in the control.

What's the best way to do it ?


[jQuery] JQuery Treeview Navigation frames

2009-08-14 Thread Mr. V

I am new to JQuery and Treeview and I am in trying to assess if the
treeview could be a lightweight and efficient replacement for our
current 3rd party tree control.

Can the Treeview node hyperlink load the url in a different frame ?

Alternatively, is it possible to catch the Node On Click event and do
some business logic to figure out the exact url and then open the url
in a separate frame or an AJAX Tab control ?