Skip to main content

Bug Tracker

Side navigation

#8344 closed bug (invalid)

Opened February 21, 2011 11:57PM UTC

Closed February 22, 2011 01:39AM UTC

.val(value) on an HTML select element will not fire any attached change events.

Reported by: anonymous Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

didn't test in 1.5 version.

see: http://api.jquery.com/val/#dsq-comment-117202237

Attachments (0)
Change History (1)

Changed February 22, 2011 01:39AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

It's not supposed to fire when you change the field in code. Here's a non-jQuery version to show how it works:

http://jsfiddle.net/P5h6P/

If you want change to fire, change the field and fire it manually.