<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Davy&#039;s Blog &#187; Jquery</title>
	<atom:link href="http://blog.hao909.com/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hao909.com</link>
	<description>Nothing is impossible­ for a willing heart.</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:30:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery iPhone UI &#8211; A Library That Mimics iPhone Interface</title>
		<link>http://blog.hao909.com/jquery-iphone-ui-a-library-that-mimics-iphone-interface/</link>
		<comments>http://blog.hao909.com/jquery-iphone-ui-a-library-that-mimics-iphone-interface/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:37:17 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Mobile web]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=481</guid>
		<description><![CDATA[Few days ago, the jQuery team announced that they are working on jQuery Mobile which will probably become quickly popular on creating mobile web apps. for the fans of the library.
On the other hand, there are already ready-to-use solutions like the pretty-complete jQuery iPhone UI (check the &#8220;Mobile Development&#8221; category for others).

It is a jQuery [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/jquery-iphone-ui-a-library-that-mimics-iphone-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable/enable an element with jQuery</title>
		<link>http://blog.hao909.com/how-to-disableenable-an-element-with-jquery/</link>
		<comments>http://blog.hao909.com/how-to-disableenable-an-element-with-jquery/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:18:42 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[attribute]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=455</guid>
		<description><![CDATA[Sometimes you need to disable or enable some elements in your document and jQuery makes this task easy. All you have to do is to set disabled attribute to &#8220;disabled&#8221;. 
Example:

// To disable
$('.someElement').attr('disabled', 'disabled');

In order to enable any disabled element you need to set the disabled attribute to empty string or remove it entirely like [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/how-to-disableenable-an-element-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Javascript Lightbox</title>
		<link>http://blog.hao909.com/free-javascript-lightbox/</link>
		<comments>http://blog.hao909.com/free-javascript-lightbox/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 20:12:43 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[lightbox]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=304</guid>
		<description><![CDATA[TopUp
TopUp is an easy to use Javascript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery  and jQuery UI driven in order to maintain cross-browser compatibility and compactness.
Sexy LightBox
SexyLightBox is a clon, sexier and more lightweight than the classic LightBox. It was constructed while thinking [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/free-javascript-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Excellent ToolTip Plugins with jQuery</title>
		<link>http://blog.hao909.com/9-excellent-tooltip-plugins-with-jquery/</link>
		<comments>http://blog.hao909.com/9-excellent-tooltip-plugins-with-jquery/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 13:15:11 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[ToolTip]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=251</guid>
		<description><![CDATA[1) clueTip

clueTip goes one step further than (mb)tooltip, it has many advanced options  that you can utilize such as having the tooltip move with the mouse  cursor, forcing the tooltip to stay on the page until a user action  closes it, a really nice “loader” graphic which appears between the  point [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/9-excellent-tooltip-plugins-with-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Jquery to insert a row in parent window table</title>
		<link>http://blog.hao909.com/using-jquery-to-insert-a-row-in-parent-window-table/</link>
		<comments>http://blog.hao909.com/using-jquery-to-insert-a-row-in-parent-window-table/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:05:49 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[parent window]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=244</guid>
		<description><![CDATA[If we have a table in parent widow:

&#60;table id=&#34;demo_table&#34;&#62;
  &#60;tbody&#62;
  &#60;tr&#62;
    &#60;td&#62;1&#60;/td&#62;
    &#60;td&#62;a&#60;/td&#62;
  &#60;/tr&#62;
  &#60;/tbody&#62;
&#60;/table&#62;

Now, we want use jquery to insert a row to this table from a frame.
We can write jquery:

parent.$('#demo_table').last().append('&#60;tr&#62;&#60;td&#62;2&#60;/td&#62;&#60;td&#62;b&#60;/td&#62;&#60;/tr&#62;');

or this way 

parent.$('#demo_table &#62; tbody').append('&#60;tr&#62;&#60;td&#62;3&#60;/td&#62;&#60;td&#62;c&#60;/td&#62;&#60;/tr&#62;'');

]]></description>
		<wfw:commentRss>http://blog.hao909.com/using-jquery-to-insert-a-row-in-parent-window-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to write in jquery &#8220;window.parent.document.getElementById().innerHTML&#8221;</title>
		<link>http://blog.hao909.com/how-to-write-in-jquery-window-parent-document-getelementbyid-innerhtml/</link>
		<comments>http://blog.hao909.com/how-to-write-in-jquery-window-parent-document-getelementbyid-innerhtml/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:13:14 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=241</guid>
		<description><![CDATA[For example we want get this

window.parent.document.getElementById(&#34;myEle&#34;).innerHTML = html;

In Jquery, we can write like this:

$(&#34;#myEle&#34;, window.parent.document).html(html);

or we can also write in this way:  

parent.$(&#34;#myEle&#34;).html(html);

]]></description>
		<wfw:commentRss>http://blog.hao909.com/how-to-write-in-jquery-window-parent-document-getelementbyid-innerhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery checkbox &#8211; how to check if checkbox is checked using jQuery</title>
		<link>http://blog.hao909.com/jquery-checkbox-how-to-check-if-checkbox-is-checked-using-jquery/</link>
		<comments>http://blog.hao909.com/jquery-checkbox-how-to-check-if-checkbox-is-checked-using-jquery/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:29:19 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[checked]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=228</guid>
		<description><![CDATA[There are three ways using jquery to check if checkbox is checked. Here they are: 

// First way
$('#checkBox').attr('checked'); 

// Second way
$('#edit-checkbox-id').is(':checked'); 

// Third way for jQuery 1.2
$(&#34;input[@type=checkbox][@checked]&#34;).each(
    function() {
       // Insert code here
    }
);
// Third way == UPDATE jQuery 1.3
$(&#34;input[type=checkbox][checked]&#34;).each(
    [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/jquery-checkbox-how-to-check-if-checkbox-is-checked-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Jquery to insert a row in table</title>
		<link>http://blog.hao909.com/using-jquery-to-insert-a-row-in-table/</link>
		<comments>http://blog.hao909.com/using-jquery-to-insert-a-row-in-table/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:34:08 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=183</guid>
		<description><![CDATA[Example:

&#60;table width='100%'&#62;
&#60;tr&#62;&#60;td&#62;something&#60;/td&#62;&#60;td&#62;else here&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;&#60;td&#62;something2&#60;/td&#62;&#60;td&#62;else here2&#60;/td&#62;&#60;/tr&#62;
&#60;/table&#62;

If you want place following code at the end of the table.

&#60;tr&#62;&#60;td&#62;something3&#60;/td&#62;&#60;td&#62;else here3&#60;/td&#62;&#60;/tr&#62;

Like:

&#60;table width='100%'&#62;
&#60;tr&#62;&#60;td&#62;something&#60;/td&#62;&#60;td&#62;else here&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;&#60;td&#62;something2&#60;/td&#62;&#60;td&#62;else here2&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;&#60;td&#62;something3&#60;/td&#62;&#60;td&#62;else here3&#60;/td&#62;&#60;/tr&#62;
&#60;/table&#62;

You can use jquery to insert a row in top of table:

$('table').append('&#60;tr&#62;&#60;td&#62;something3&#60;/td&#62;&#60;td&#62;else here3&#60;/td&#62;&#60;/tr&#62;');

or

$('&#60;tr&#62;&#60;td&#62;something3&#60;/td&#62;&#60;td&#62;else here3&#60;/td&#62;&#60;/tr&#62;').appendTo('table');

If you want place it code at the top of the table like:

&#60;table width='100%'&#62;
&#60;tr&#62;&#60;td&#62;something&#60;/td&#62;&#60;td&#62;else here&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;&#60;td&#62;something2&#60;/td&#62;&#60;td&#62;else here2&#60;/td&#62;&#60;/tr&#62;
&#60;tr&#62;&#60;td&#62;something3&#60;/td&#62;&#60;td&#62;else here3&#60;/td&#62;&#60;/tr&#62;
&#60;/table&#62;

You can use jquery to insert a [...]]]></description>
		<wfw:commentRss>http://blog.hao909.com/using-jquery-to-insert-a-row-in-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery display switch</title>
		<link>http://blog.hao909.com/jquery-display-switch/</link>
		<comments>http://blog.hao909.com/jquery-display-switch/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:57:34 +0000</pubDate>
		<dc:creator>greenhawk</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[attribute]]></category>

		<guid isPermaLink="false">http://blog.hao909.com/?p=70</guid>
		<description><![CDATA[Using  jquery to control css display attribute.
$j(window).load(function(){
if($j(&#8217;#test1&#8242;).css(&#8217;display&#8217;) == &#8216;none&#8217;)
{
$j(&#8217;#tab1&#8242;).css(&#8217;display&#8217;, &#8216;none&#8217;);
$j(&#8217;#tab2&#8242;).css(&#8217;display&#8217;, &#8216;block&#8217;);
}
});
]]></description>
		<wfw:commentRss>http://blog.hao909.com/jquery-display-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

