<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding Tooltips to Option Tags</title>
	<atom:link href="http://www.lateralcode.com/adding-tooltips-to-option-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lateralcode.com/adding-tooltips-to-option-tags/</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 07 Jul 2011 20:22:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jim</title>
		<link>http://www.lateralcode.com/adding-tooltips-to-option-tags/#comment-6787</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 19 Nov 2010 22:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=642#comment-6787</guid>
		<description>This does not work for single-select drop-downs. It HAS to have a size of 2 or more.</description>
		<content:encoded><![CDATA[<p>This does not work for single-select drop-downs. It HAS to have a size of 2 or more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.lateralcode.com/adding-tooltips-to-option-tags/#comment-1621</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 22 Jun 2010 15:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=642#comment-1621</guid>
		<description>an alternate way:
// show tool tip when scrolling between options
jQuery(&#039;select option&#039;).each(function() { this.setAttribute(&#039;title&#039;, this.text) });

// Show tool tip after choosing an option
jQuery(&#039;select&#039;).attr(&#039;onmouseover&#039;,function() { this.title = this.options[this.selectedIndex].text; });</description>
		<content:encoded><![CDATA[<p>an alternate way:<br />
// show tool tip when scrolling between options<br />
jQuery(&#8216;select option&#8217;).each(function() { this.setAttribute(&#8216;title&#8217;, this.text) });</p>
<p>// Show tool tip after choosing an option<br />
jQuery(&#8216;select&#8217;).attr(&#8216;onmouseover&#8217;,function() { this.title = this.options[this.selectedIndex].text; });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ie6</title>
		<link>http://www.lateralcode.com/adding-tooltips-to-option-tags/#comment-900</link>
		<dc:creator>ie6</dc:creator>
		<pubDate>Tue, 01 Dec 2009 11:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=642#comment-900</guid>
		<description>Title Attribute does not work in IE 6</description>
		<content:encoded><![CDATA[<p>Title Attribute does not work in IE 6</p>
]]></content:encoded>
	</item>
</channel>
</rss>

