Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

It's impossible to select generated element #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is no possibility to select created element to do something with it (at 
least I havent found nothing in documentation as well as in source code)

I added following code on line 337, and I think something very similar should 
be done to be available for everyone:
dropWrapper.addClass('dropdownchecklist_' + sourceSelect.attr('id'));

Original issue reported on code.google.com by jaroslav...@gmail.com on 12 Jul 2010 at 4:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Version 1.1 assigns an id to both the generated control wrapper and the 
generated drop-down wrapper.  These ids follow a well-known pattern based on 
the id of the underlying select element.  Therefore, if you know the id of the 
select, you can locate the corresponding generated controls via their ids.
See the updated documentation for details.

Original comment by womohun...@ittrium.com on 21 Sep 2010 at 3:11

GoogleCodeExporter commented 9 years ago
Issue addressed with version 1.1.  Please let me know if you have any problems.

Original comment by womohun...@ittrium.com on 23 Sep 2010 at 3:32