<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Jquery Events by Daniel Villalba Algas</title>
      <link>https://padlet.com/d_villalba/4rp4pvrkg1th</link>
      <description>Made with an open mind</description>
      <language>en-us</language>
      <pubDate>2016-10-17 14:52:36 UTC</pubDate>
      <lastBuildDate>2026-02-07 19:17:15 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Si</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131231049</link>
         <description><![CDATA[<div>$(".conditional").hide()<br><br>$("#by-email").click(function() { $("#email.conditional").toggle()})<br><br>(rewrite as function once apropiate)<br><br>could use ":checked" selector from jquery but unsure of syntax<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:07:08 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131231049</guid>
      </item>
      <item>
         <title>Brians Solution</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131231631</link>
         <description><![CDATA[<div>	$("#by-emailby").click(function(){<br>		$(this).show();<br>		});</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:08:28 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131231631</guid>
      </item>
      <item>
         <title>Abu</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131232335</link>
         <description><![CDATA[<div>("by-email").click(function ()<br>{$(".conditional").hide();<br>});<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:10:01 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131232335</guid>
      </item>
      <item>
         <title>Andy</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131236864</link>
         <description><![CDATA[<div>$("#email").hide();<br>$("#phone").hide();<br>$("#fax").hide();<br><br>	$("#by-email").click(function() {<br>		if ($("#by-email").is(':checked')) {<br>			$("#email").show();<br>		} else {<br>			$("#email").hide();<br>		}<br>	});</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:18:09 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131236864</guid>
      </item>
      <item>
         <title>alt to prevent &quot;check errors&quot;</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131241270</link>
         <description><![CDATA[<div>$("input").click(function(){<br>    if(this.checked==true){<br>      alert('yes');<br>    }else{<br>      alert('no');<br>    }<br>});</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:28:53 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131241270</guid>
      </item>
      <item>
         <title>check all excercise</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131245269</link>
         <description><![CDATA[<div>add to html:<br>--<br>&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;<br>&nbsp;&lt;label for="check-all"&gt;<br>&nbsp;&lt;input name="check-all" value="check-all" id="check-all" type="checkbox"&gt; Check All&lt;/label&gt;<br>&nbsp;&lt;li&gt;<br><br><br>--<br><br>then use this JQuery (not working, WIP:<br><br>$("#check-all").click(function(){&nbsp;<br>$("this").parent().next($("this"):checked)&nbsp;<br>}<br>}<br>);<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:38:49 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131245269</guid>
      </item>
      <item>
         <title>Select All (Using Class)</title>
         <author></author>
         <link>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131250689</link>
         <description><![CDATA[<div>$("#by-all").change(function() {&nbsp;<br>&nbsp; &nbsp; $(".discover").prop('checked', $(this).prop("checked"));<br>});<br><br>$('.discover').change(function() {&nbsp;<br>&nbsp; &nbsp; if (false == $(this).prop("checked")) {<br>&nbsp; &nbsp; &nbsp; &nbsp; $("#by-all").prop('checked', false);<br>&nbsp; &nbsp; }<br><br>&nbsp; &nbsp; if ($('.discover:checked').length == $('.discover').length) {<br>&nbsp; &nbsp; &nbsp; &nbsp; $("#by-all").prop('checked', true);<br>&nbsp; &nbsp; }<br>});</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-17 17:52:33 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/4rp4pvrkg1th/wish/131250689</guid>
      </item>
   </channel>
</rss>
