I am getting a weird "invalid property value error" which only happens in IE7. This is my code:
showTypes = function(id,projNum,flag) { formData = 'vw=blah&id='+id+'&projNum='+projNum+'&flag='+flag; ...
EDIT: This error happens because in IE6 and IE7 these attributes are required for a textarea element. Code:
$(document).ready(function () { var ASP_txtNotes = 'ctl00_cphBody_txtNotes'; $("#" + ...
I have this script:
function slideSwitch() { var ae = jQuery('#featured-right a.active'); if ( ae.length == 0 ) { ...