Bug Tracker

Opened 9 years ago

Closed 9 years ago

#14439 closed bug (invalid)

jquery .val() not working in ie8 with compatibility view mode on

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:

Description

jquery .val() not working in ie8 with compatibility view mode on

Change History (3)

comment:1 Changed 9 years ago by anonymous

$('#btnNewSave').click(function() {

debugger; var valDLSel = $("#NewDegreeLevel").val(); if (valDLSel == "0") {

$("#onlyMessages").text("Please select Degree Level."); $("#onlyMessages").dialog({

modal: true, title: "Message", buttons: {

Ok: function() {

$(this).dialog("close");

}

}

}); $("#NewDegreeLevel").focus(); return false;

}

comment:2 Changed 9 years ago by dmethvin

Owner: set to anonymous
Status: newpending

Please provide a complete example in jsfiddle.net. In general we do not test jQuery in compatibility modes, only in the "edge" mode for each browser.

comment:3 Changed 9 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

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!

Note: See TracTickets for help on using tickets.