{"id":275,"date":"2011-10-25T19:13:10","date_gmt":"2011-10-25T10:13:10","guid":{"rendered":"http:\/\/www.santoshkori.com\/blog\/?p=275"},"modified":"2012-03-05T21:22:48","modified_gmt":"2012-03-05T12:22:48","slug":"jquery-function-on-checking-and-un-checking-checkbox","status":"publish","type":"post","link":"https:\/\/www.santoshkori.com\/blog\/jquery-function-on-checking-and-un-checking-checkbox\/","title":{"rendered":"Jquery Function on checking and Un checking checkbox"},"content":{"rendered":"<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n$(&quot;.headingBCrvR input.acessedit:checkbox&quot;).change(function(event){\r\n\t\t if($(this).is(':checked')){\r\n\t\t \t$(this).parent().parent().parent().parent().next().find('input.acessedit:checkbox').attr('checked',true);\r\n\t\t\t\t\/\/alert($(this).parent().parent().next().attr('class'));\r\n\t\t\t\t\/\/$('div.accordionContent').not($(this).parent().parent().parent().parent().next()).slideUp('normal');\r\n\t\t\t\tif($(this).parentsUntil('.headingBCrv').parent().parent().attr('class')=='parentcontentdiv'){\r\n\t\t\t\t$('div.accordionContent').not($(this).parentsUntil('.parentcontentdiv')).slideUp('normal');\r\n\t\t\t\t}\r\n\t\t\t\t$(this).parent().parent().parent().parent().next().slideDown('fast');\r\n\t\t\t\t$('div.accordionContent div.accordionContent').slideDown('fast');\r\n\t\t }\r\n\t\t else{ $(this).parent().parent().parent().parent().next().find('input.acessedit:checkbox').attr('checked',false); }\r\n     });\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$(&quot;.headingBCrvR input.acessedit:checkbox&quot;).change(function(event){ if($(this).is(&#8216;:checked&#8217;)){ $(this).parent().parent().parent().parent().next().find(&#8216;input.acessedit:checkbox&#8217;).attr(&#8216;checked&#8217;,true); \/\/alert($(this).parent().parent().next().attr(&#8216;class&#8217;)); \/\/$(&#8216;div.accordionContent&#8217;).not($(this).parent().parent().parent().parent().next()).slideUp(&#8216;normal&#8217;); if($(this).parentsUntil(&#8216;.headingBCrv&#8217;).parent().parent().attr(&#8216;class&#8217;)==&#8217;parentcontentdiv&#8217;){ $(&#8216;div.accordionContent&#8217;).not($(this).parentsUntil(&#8216;.parentcontentdiv&#8217;)).slideUp(&#8216;normal&#8217;); } $(this).parent().parent().parent().parent().next().slideDown(&#8216;fast&#8217;); $(&#8216;div.accordionContent div.accordionContent&#8217;).slideDown(&#8216;fast&#8217;); } else{ $(this).parent().parent().parent().parent().next().find(&#8216;input.acessedit:checkbox&#8217;).attr(&#8216;checked&#8217;,false); } });<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[140,139,141],"class_list":["post-275","post","type-post","status-publish","format-standard","hentry","category-web-development","tag-jquery-function-on-checking-and-un-checking-checkbox","tag-jquery-function-on-checking-checkbox","tag-jquery-function-on-un-checking-checkbox"],"_links":{"self":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":2,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/275\/revisions"}],"predecessor-version":[{"id":431,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/posts\/275\/revisions\/431"}],"wp:attachment":[{"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/media?parent=275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/categories?post=275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.santoshkori.com\/blog\/wp-json\/wp\/v2\/tags?post=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}