Side navigation
#10187 closed bug (invalid)
Opened September 01, 2011 08:18PM UTC
Closed September 16, 2011 07:44AM UTC
attr function not working on ie7 and jquery 1.6.2 version
Reported by: | Frezze12 | Owned by: | Frezze12 |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have this code running on a click event of a button: this supouse to change some values of a (.net) range validator
$('#rangeValidatosId').attr({"title":"Some text"
,"MaximumValue": "10/10/2011", "MinimumValue": 10/12/2011
,"type": "Date", "dateorder": "dmy" });
and it works fine on ie7 and ie8 if i use the jQuery 1.5.1 version but when i change to jQuery 1.6.2 version, the code does not work correctly on ie7. (o.s. win 7)
I mean:
ie7 + jQuery 1.5.1 = works fine
ie7 + jQuery 1.6.2 = does not works
ie8 + jQuery 1.5.1 = works fine (including compatibility view)
ie8 + jQuery 1.6.2 = works fine (including compatibility view)
Attachments (0)
Change History (2)
Changed September 01, 2011 09:21PM UTC by comment:1
owner: | → Frezze12 |
---|---|
status: | new → pending |
Changed September 16, 2011 07:44AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
So your MinimumValue is the numeric result of 10/12/2011, which equals 0.0004143875352229405. Or perhaps this is not the correct code?
Please create a test case at jsFiddle.net, that might help us understand "does not work correctly" but please be sure the test case makes it clear what the expected result should be.