Actions
Tareas #76
closedTareas #64: Responsive design
AJAX calls compatible with IE
Puntos de historia:
4
Description
Make AJAX calls compatible with Internet Explorer.
Encapsulate the next Javascript code into a function for all dialogs:
var xhttp; if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari xhttp = new XMLHttpRequest(); } else { // code for IE6, IE5 xhttp = new ActiveXObject("Microsoft.XMLHTTP"); }
Updated by Jesús Freire about 7 years ago
- % Done changed from 20 to 50
- Puntos de historia changed from 0 to 4
Updated by Jesús Freire about 7 years ago
- Status changed from En curso to Resuelta
- % Done changed from 50 to 90
Applied in changeset obd-server|r187.
Updated by Jesús Freire about 7 years ago
- Status changed from Resuelta to Cerrada
- % Done changed from 90 to 100
Modify .style by .style.display for IE compatibility purposes
Actions