{"id":345,"date":"2022-08-30T14:59:48","date_gmt":"2022-08-30T14:59:48","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/06\/problem-about-curvycorners-collection-of-common-programming-errors\/"},"modified":"2022-08-30T14:59:48","modified_gmt":"2022-08-30T14:59:48","slug":"problem-about-curvycorners-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-curvycorners-collection-of-common-programming-errors\/","title":{"rendered":"problem about curvycorners-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4b9d0a81e5b481f5cb9dc4fbb06f3470?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nZozo<br \/>\njquery internet-explorer fullcalendar curvycorners<br \/>\nWhich fragment of code bellow can not work in MSIE?$(document).ready(function() {var minId;var fadeTime = &#8217;25&#8217;;$.ajax({url: &#8216;JsonFileWrite.php&#8217;,type: &#8220;POST&#8221;,data: &#8220;idRequest=true&#8221;,success: function(data) {minId = data;}});$(&#8220;.close&#8221;).click(function(){$(&#8220;.showable&#8221;).fadeOut(fadeTime);});$(&#8220;#selected&#8221;).bind(&#8216;keypress&#8217;, function(e){var code = (e.keyCode ? e.keyCode : e.which);if(code == 13) {$(&#8220;#selected-ok&#8221;).click();}}).corner();$(&#8220;#clicked&#8221;).bind(&#8216;keypress&#8217;, function(e){var code = (e.keyCode ? e.keyCode : e.which);if(code == 13) {$(&#8220;#clicked-ok&#8221;).click();}}).corner();$(&#8220;#shadow&#8221;).corner();$(&#8220;#shadow2&#8221;).corner();$(&#8220;#selected-ok&#8221;).click(function(){$(&#8220;.close&#8221;).click();var $inputs = $(&#8216;#selectForm :input&#8217;);var values = {};$inputs.each(function() {values[this.name] = $(this).val();});values[&#8216;allDay&#8217;] = $(&#8220;#allDayT:checked&#8221;).val();if(values[&#8216;allDay&#8217;] == &#8216;caly&#8217;){values[&#8216;allDay&#8217;] = true;}else{values[&#8216;allDay&#8217;] = false;}minId++;calendar.fullCalendar(&#8216;renderEvent&#8217;,{id: minId,title: values[&#8216;name&#8217;],start: values[&#8216;start&#8217;],end: values[&#8216;end&#8217;],allDay: values[&#8216;allDay&#8217;]},true);$.ajax({url: &#8216;JsonFileWrite.php&#8217;,type: &#8220;POST&#8221;,data: &#8216;id=&#8217;+minId+&#8217;&amp;title=&#8217;+values[&#8216;name&#8217;]+&#8217;&amp;start=&#8217;+values[&#8216;start&#8217;]+&#8217;&amp;end=&#8217;+values[&#8216;end&#8217;]+&#8217;&amp;allDay=&#8217;+values[&#8216;allDay&#8217;]+&#8221;,success: function(data) {}});calendar.fullCalendar(&#8216;unselect&#8217;);return false;});$(&#8220;#clicked-ok&#8221;).click(function(){$(&#8220;.close&#8221;).click();var $inputs = $(&#8216;#clickForm :input&#8217;);var values = {};$inputs.each(function() {values[this.name] = $(this).val();});values[&#8216;allDay&#8217;] = $(&#8220;#allDayCT:checked&#8221;).val();if(values[&#8216;allDay&#8217;] == &#8216;caly&#8217;){values[&#8216;allDay&#8217;] = true;}else{values[&#8216;allDay&#8217;] = false;}$.ajax({url: &#8216;JsonFileWrite.php&#8217;,type: &#8220;POST&#8221;,data: &#8216;id=&#8217;+values[&#8216;id&#8217;]+&#8217;&amp;title=&#8217;+values[&#8216;name&#8217;]+&#8217;&amp;start=&#8217;+values[&#8216;start&#8217;]+&#8217;&amp;end=&#8217;+values[&#8216;end&#8217;]+&#8217;&amp;allDay=&#8217;+values[&#8216;allDay&#8217;]+&#8221;,success: function(data) {}});calendar.fullCalendar( &#8216;removeEvents&#8217;, values[&#8216;id&#8217;]);calendar.fullCalendar(&#8216;renderEvent&#8217;,{id: values[&#8216;id&#8217;],title: values[&#8216;name&#8217;],start: values[&#8216;start&#8217;],end: values[&#8216;end&#8217;],allDay: values[&#8216;allDay&#8217;]},true);return false;});$(&#8220;#clicked-delete&#8221;).click(function(){if(confirm(&#8220;Czy na pewno usun\u0105\u0107 wydarzenie?&#8221;)){$(&#8220;.close&#8221;).click();var $inputs = $(&#8216;#clickForm :input&#8217;);var values = {};$inputs.each(function() {values[this.name] = $(this).val();});}calendar.fullCalendar( &#8216;removeEvents&#8217;, values[&#8216;id&#8217;]);$.ajax({url: &#8216;JsonFileWrite.php&#8217;,type: &#8220;POST&#8221;,data: &#8216;delId=&#8217;+values[&#8216;id&#8217;],success: function(data) {}});});function addEvent(title, start, end, allDay){if (title) {calendar.fullCalendar(&#8216;renderEvent&#8217;,{title: title,start: start,end: end,allDay: allDay},true \/\/ make the event &#8220;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cc2f1336ff7e24378c604f525f59ab44?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBinyamin<br \/>\njquery css-border-radius curvycorners<br \/>\nIE9, Firefox 4, Opera 10.5, Safari 5, Chrome 4, WebKit 532.5 supports CSS3 border-radius.Latest jquerycurvycorners 2.1.1 uses -moz-border-radius and not border-radius to create corners to old browsers. How to replace it to border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius?The bug you can see on IE6-8 in:demo http:\/\/fiddle.jshell.net\/laukstein\/nJRV2\/show\/light\/#intro code http:\/\/jsfiddle.net\/laukstein\/nJRV2\/Briefly jquerycurvycorners must apply to border-radius-curvycorners.html!\/\/full JS in http:\/\/jsfiddle.net\/laukstein\/nJRV2\/if (allR) {var t = allR.split(&#8216;\/&#8217;); \/\/ ignore elliptical spec.t = t[0].split(\/\\s+\/);if (t[t.length &#8211; 1] === &#8221;) t.pop();switch (t.length) {case 3:tL = t[0];tR = bL = t[1];bR = t[2];allR = false;brea<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2013-11-06 03:12:13. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Zozo jquery internet-explorer fullcalendar curvycorners Which fragment of code bellow can not work in MSIE?$(document).ready(function() {var minId;var fadeTime = &#8217;25&#8217;;$.ajax({url: &#8216;JsonFileWrite.php&#8217;,type: &#8220;POST&#8221;,data: &#8220;idRequest=true&#8221;,success: function(data) {minId = data;}});$(&#8220;.close&#8221;).click(function(){$(&#8220;.showable&#8221;).fadeOut(fadeTime);});$(&#8220;#selected&#8221;).bind(&#8216;keypress&#8217;, function(e){var code = (e.keyCode ? e.keyCode : e.which);if(code == 13) {$(&#8220;#selected-ok&#8221;).click();}}).corner();$(&#8220;#clicked&#8221;).bind(&#8216;keypress&#8217;, function(e){var code = (e.keyCode ? e.keyCode : e.which);if(code == 13) {$(&#8220;#clicked-ok&#8221;).click();}}).corner();$(&#8220;#shadow&#8221;).corner();$(&#8220;#shadow2&#8221;).corner();$(&#8220;#selected-ok&#8221;).click(function(){$(&#8220;.close&#8221;).click();var $inputs = $(&#8216;#selectForm :input&#8217;);var values = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-345","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=345"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/345\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}