<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Checked on Jamshid Hashimi</title><link>https://jamshidhashimi.com/tags/checked/</link><description>Recent content in Checked on Jamshid Hashimi</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 01 Sep 2012 15:24:38 +0000</lastBuildDate><atom:link href="https://jamshidhashimi.com/tags/checked/rss.xml" rel="self" type="application/rss+xml"/><item><title>How to invoke on check event of a checkbox[]</title><link>https://jamshidhashimi.com/how-to-invoke-on-check-event-of-a-checkbox/</link><pubDate>Sat, 01 Sep 2012 15:24:38 +0000</pubDate><guid>https://jamshidhashimi.com/how-to-invoke-on-check-event-of-a-checkbox/</guid><description>Let’s learn how to invoke a checkbox[]’s checked event.
Our checkbox:
&amp;lt;input type=&amp;#34;checkbox&amp;#34; id=&amp;#34;check[]&amp;#34; name=&amp;#34;check[]&amp;#34; value=&amp;#34;&amp;lt;?=$item-&amp;gt;id?&amp;gt;&amp;#34; class=&amp;#34;checkbox&amp;#34; onchange=&amp;#34;javascript: showhidecheckbox(&amp;#39;check[]&amp;#39;,&amp;#39;sendto&amp;#39;,&amp;#39;1&amp;#39;);&amp;#34; /&amp;gt; our onchange event call showhidecheckbox() javascript function. This function is used to detect the checkbox status and show or hide a div named “sendto”.</description></item></channel></rss>