{"id":3723,"date":"2014-03-29T08:36:26","date_gmt":"2014-03-29T08:36:26","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/jquery-and-asp-net-page-load-collection-of-common-programming-errors\/"},"modified":"2014-03-29T08:36:26","modified_gmt":"2014-03-29T08:36:26","slug":"jquery-and-asp-net-page-load-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/29\/jquery-and-asp-net-page-load-collection-of-common-programming-errors\/","title":{"rendered":"jQuery and ASP.NET Page load-Collection of common programming errors"},"content":{"rendered":"<p>I test jQuery and ASP.NET with Webcontrols and in my test load the Side everytime new if I click on the Button. The jQuery Code add a Css Class to a Label.<\/p>\n<p>My aspx:<\/p>\n<pre><code>      \n\n\n\n\n\n    jQuery Anwendung\n\n    \n\n    \n        .CssKlasse \n        {\n            background:red;\n            font-size:40px; \n            }\n    \n\n    \n\n        $(document).ready(function () {\n            $(\"#\").click(function (event) {\n                $(\"#\").slideToggle('slow');\n            });\n\n        });\n\n    \n\n\n\n    \n    \n        \n         \n    \n    \n\n\n<\/code><\/pre>\n<p>What can I do?<\/p>\n<p>tarasov<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I test jQuery and ASP.NET with Webcontrols and in my test load the Side everytime new if I click on the Button. The jQuery Code add a Css Class to a Label. My aspx: jQuery Anwendung .CssKlasse { background:red; font-size:40px; } $(document).ready(function () { $(&#8220;#&#8221;).click(function (event) { $(&#8220;#&#8221;).slideToggle(&#8216;slow&#8217;); }); }); What can I do? tarasov<\/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-3723","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3723","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=3723"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3723\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3723"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3723"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}