<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - betacar</title>
<link>http://snipplr.com/users/betacar</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 11:25:09 GMT</pubDate>
<item>
<title>(JavaScript) Check if a element attribute has a certain value</title>
<link>http://snipplr.com/view/58869/check-if-a-element-attribute-has-a-certain-value/</link>
<description><![CDATA[ <p>Developing a form where I had several date and time fields, I came with a jQuery multiselector where I need to get, through the name attribute, if it was a date or time field. So far, jQuery does not have a boolean method to check if an attribute of an element has a certain value.

This custom method does that. It simple retuns true if the attribute element has a certain value. False if it doesn't.</p> ]]></description>
<pubDate>Wed, 21 Sep 2011 04:03:37 GMT</pubDate>
<guid>http://snipplr.com/view/58869/check-if-a-element-attribute-has-a-certain-value/</guid>
</item>
</channel>
</rss>