Custom Query (13852 matches)
Results (73 - 75 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#12622 | notabug | JQuery datepicker is not working in IE9 | ||
Description |
JQuery datepicker is not working as expected in IE9. But it is working fine in Firefox and chrome. When we click on the control it can show the calander but nothing will happen when we click on the dates. Please help me to fix this issue |
|||
#12623 | notabug | IE8 manual triggering of events on change | ||
Description |
Trying to activate a checkbox by another element causes inverted behavior in IE8 if I want to do some actions inside onchange method. i.e. trigger checkbox by clicking on a link and changing link color depending on :checked attribute of the checkbox. |
|||
#12624 | notabug | val() inconsistency in IE6 compared to other browsers. | ||
Description |
See this fiddle: http://jsfiddle.net/kaspervidebaek/MSrWW/3/ The desired effect is that clicking the link the value of the input field should change to "test". This happens in Firefox, Chrome and all IEs except IE6. I realize you should not have two items with equal IDs on a page, however since it works in all other browsers I believe it should work in IE6 too? |