<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Jquery Session 2 by Daniel Villalba Algas</title>
      <link>https://padlet.com/d_villalba/109535wnrynf</link>
      <description>Made with the strength to succeed</description>
      <language>en-us</language>
      <pubDate>2016-10-10 16:29:44 UTC</pubDate>
      <lastBuildDate>2016-10-10 18:03:04 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>jQuery D/O/B</title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129578115</link>
         <description><![CDATA[<div>I would cheat and use something like this.. <a href="http://jsfiddle.net/AxMsC/1/">http://jsfiddle.net/AxMsC/1/</a><br><br>..but will be fascinated to see how you do it! :)</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:10:50 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129578115</guid>
      </item>
      <item>
         <title>html 5 :)</title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129578701</link>
         <description><![CDATA[<div>&lt;input type="datetime-local" name="DOBField"&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:12:59 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129578701</guid>
      </item>
      <item>
         <title>The start..? :)</title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129581286</link>
         <description><![CDATA[<div>	$("#day").empty();<br>	$("#month").empty();<br>	$("#year").empty();</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:21:28 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129581286</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129582984</link>
         <description><![CDATA[<div>$("label[for='dob']").next().empty().text(<br><br>var i = 0<br><br>while(i&lt;32) {&nbsp;<br><br>$("label[for='dob']").next().text(<br>"&lt;option name="/"+i+"/"&gt;"+i+"&lt;/option&gt;"<br>);<br>};</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:27:17 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129582984</guid>
      </item>
      <item>
         <title>get year (javascript)</title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129587146</link>
         <description><![CDATA[<pre>Java call:

new Date().getFullYear()</pre><div>--&nbsp;<br>example:<br><br>[set call as variable]<br>var currentYear =&nbsp;</div><pre>new Date().getFullYear()

[use variable in function]
insertSelect("year",1950,currentYear[optional: insert minus value here to limit to minimum age here],1980)
<br></pre>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:42:32 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129587146</guid>
      </item>
      <item>
         <title>array for month</title>
         <author></author>
         <link>https://padlet.com/d_villalba/109535wnrynf/wish/129591722</link>
         <description><![CDATA[<div>var month= ["null","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"]&nbsp;<br><br>insertSelect("month",month[1],month[12])<br>---<br>var month= ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"]&nbsp;<br><br>insertSelect("month",month[0],month[11])<br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-10-10 17:57:06 UTC</pubDate>
         <guid>https://padlet.com/d_villalba/109535wnrynf/wish/129591722</guid>
      </item>
   </channel>
</rss>
