Skip to content

selectBoxItfied select element doesn't update the widget to reflect the newly selected value when programmatically changing the value of the select element using jQuery #28

@tjormola

Description

@tjormola

Consider the following scenario.

  1. Load http://gregfranko.com/jquery.selectBoxIt.js/ using Firefox with Firebug installed

  2. Open the Firebug console

  3. Run the following JavaScript snippet in the console

    $('select').first().val('a Stateful UI Widget').change()

  4. The selected value of the first native select element on the page will change. Now let's try the same for the corresponding selectBoxItfied select:

    $(":selectBox-selectBoxIt").first().val('a Stateful UI Widget').change()

  5. The result is that the selection is not reflected in the selectBoxIt element. It should behave like the native select element and change to the new value.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions