Решение: var curd = $.datepicker.formatDate("dd.mm.yy", new Date());
Решение: for(var key in t) { alert(key); alert(t[key]); }
Решение: надо добавить <meta http-equiv="X-UA-Compatible" content="IE=8" /> взято из http://stackoverflow.com/questions/4715373/json-not-defined-internet-explorer-8
Решение: var Calc = function(eq) { // variables defined here }; Calc.prototype=function() { // function defined here... return{…
Решение: var Calc = function(eq) { // variables defined here }; Calc.prototype=function() { // function defined here... return{…
Решение: var myNameSpace = myNameSpace || {};// создаем пространство имен myNameSpace.myClass = function () { var field1 = "text"; var…
Решение: var myNameSpace = myNameSpace || {};// создаем пространство имен myNameSpace.myClass = function () { var field1 = "text"; var…
Решение: MACHINE-WIDE FIXES We're releasing a hotfix that will fix these, which you'll be able to get to via…
Решение: 1. поставить в раздел head: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> 2. использовать версию jquery только выше 1.5.1
Решение: Google ajax.googleapis.com/ajax/libs/jqueryui/[VERSION NO]/jquery-ui.min.js ajax.googleapis.com/ajax/libs/jqueryui/[VERSION NO]/themes/[THEME NAME]/jquery-ui.min.css jQuery CDN code.jquery.com/ui/[VERSION NO]/jquery-ui.min.js code.jquery.com/ui/[VERSION NO]/themes/[THEME NAME]/jquery-ui.min.css Microsoft ajax.aspnetcdn.com/ajax/jquery.ui/[VERSION NO]/jquery-ui.min.js ajax.aspnetcdn.com/ajax/jquery.ui/[VERSION…