<?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>TrickyclicksTrickyclicks | Trickyclicks</title>
	<atom:link href="http://www.trickyclicks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.trickyclicks.com</link>
	<description>Web Resources</description>
	<lastBuildDate>Tue, 28 Feb 2012 11:48:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Using formtastic, Chrome form validation tooltip</title>
		<link>http://www.trickyclicks.com/web-coding/using-formtastic-chrome-form-validation-tooltip.html</link>
		<comments>http://www.trickyclicks.com/web-coding/using-formtastic-chrome-form-validation-tooltip.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 11:47:15 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[HAML]]></category>
		<category><![CDATA[ROR]]></category>
		<category><![CDATA[Web Coding]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=111</guid>
		<description><![CDATA[HTML5 Interactive Form Validation Chrome Chrome automatic validate the &#8220;url&#8221; and &#8220;email&#8221;&#8230;.. at front end. A small tooltip in red appeared. which is annoying because we don;t know where its coming from. = form.input :website = form.input :email This code will generate &#60;input name="website" size="30" type="url" &#62; &#60;input name="website" size="30" type="email" &#62; &#160; To fix this we need to = form.input :website :as =&#62; :string = form.input :email https://github.com/justinfrench/formtastic/issues/626]]></description>
			<content:encoded><![CDATA[<p>HTML5 Interactive Form Validation Chrome</p>
<p>Chrome automatic validate the &#8220;url&#8221; and &#8220;email&#8221;&#8230;.. at front end. A small tooltip in red appeared.<br />
which is annoying because we don;t know where its coming from.<br />
<code><br />
= form.input :website<br />
= form.input :email<br />
</code></p>
<p>This code will generate<br />
<code><br />
&lt;input  name="website" size="30" type="url" &gt;<br />
&lt;input  name="website" size="30" type="email" &gt;<br />
</code></p>
<p>&nbsp;</p>
<p>To fix this we need to</p>
<p><code>= form.input :website :as =&gt; :string<br />
= form.input :email<br />
</code></p>
<p>https://github.com/justinfrench/formtastic/issues/626</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/using-formtastic-chrome-form-validation-tooltip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative Margin for IE7 &amp; IE8</title>
		<link>http://www.trickyclicks.com/web-coding/css/negative-margin-for-ie7-ie8.html</link>
		<comments>http://www.trickyclicks.com/web-coding/css/negative-margin-for-ie7-ie8.html#comments</comments>
		<pubDate>Sun, 20 Nov 2011 09:46:01 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[negative margin]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=99</guid>
		<description><![CDATA[Last tip was to fix the bug related to negative margin for IE&#8230;. use of zoom: 1 but today i faced another problem with negative margin its hide the div&#8230;. Here is trick use zoom:1, position: relative Problem: .container{ padding: 20px; } .toolbar{ margin-top: -10px ; } in IE red area of toolbar div hide itself. even we are using zoom: 1. to get rid of this problem we need to add position: relative too. &#160; Solution: so your css class will become .container{ padding: 20px; } .toolbar{ margin-top: -10px ; zoom: 1; position: relative; }]]></description>
			<content:encoded><![CDATA[<p>Last <a href="http://www.trickyclicks.com/web-coding/css/negative-margin-in-ie7.html">tip</a> was to fix the bug related to negative margin for IE&#8230;. use of zoom: 1<br />
but today i faced another problem with negative margin its hide the div&#8230;.<br />
Here is trick<br />
use zoom:1, position: relative</p>
<p><strong>Problem:</strong></p>
<p><code>.container{<br />
padding: 20px;<br />
}<br />
.toolbar{<br />
margin-top: -10px ;<br />
}</code></p>
<p>in IE red area of toolbar div hide itself. even we are using zoom: 1. to get rid of this problem we need to add position: relative too.</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.trickyclicks.com/wp-content/uploads/2011/11/Untitled-11.jpg"><img class="alignnone size-full wp-image-103" title="Untitled-1" src="http://www.trickyclicks.com/wp-content/uploads/2011/11/Untitled-11.jpg" alt="" width="500" height="293" /></a><br />
</strong></p>
<p><strong>Solution:</strong></p>
<p>so your css class will become<br />
<code>.container{<br />
padding: 20px;<br />
}<br />
.toolbar{<br />
margin-top: -10px ;<br />
zoom: 1;<br />
position: relative;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/css/negative-margin-for-ie7-ie8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text-indent IE7, IE8 Fix</title>
		<link>http://www.trickyclicks.com/web-coding/css/text-indent-ie7-ie8-fix.html</link>
		<comments>http://www.trickyclicks.com/web-coding/css/text-indent-ie7-ie8-fix.html#comments</comments>
		<pubDate>Tue, 15 Nov 2011 08:09:42 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Css bug]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=92</guid>
		<description><![CDATA[SASS code .icon text-indent: -9999px float: left display: block font-size: 0 line-height: 0 overflow: hidden Font size to 0, line height to 0 then element should be block, overflow hidden&#8230;. works on both IE7 &#38; IE8.. &#160; OR you can use text-transform:capitalize both work]]></description>
			<content:encoded><![CDATA[<p>SASS code<br />
<code><br />
.icon<br />
text-indent: -9999px<br />
float: left<br />
display: block<br />
font-size: 0<br />
line-height: 0<br />
overflow: hidden<br />
</code></p>
<p>Font size to 0, line height to 0 then element should be block, overflow hidden&#8230;. works on both IE7 &amp; IE8..<br />
&nbsp;</p>
<p>OR you can use<br />
<code>text-transform:capitalize</code></p>
<p>both work <img src='http://www.trickyclicks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/css/text-indent-ie7-ie8-fix.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Rules for a Creative Culture: MailChimp Grants Employees &#8220;Permission To Be Creative&#8221;</title>
		<link>http://www.trickyclicks.com/inspiration/5-rules-for-a-creative-culture-mailchimp-grants-employees-permission-to-be-creative.html</link>
		<comments>http://www.trickyclicks.com/inspiration/5-rules-for-a-creative-culture-mailchimp-grants-employees-permission-to-be-creative.html#comments</comments>
		<pubDate>Sun, 11 Sep 2011 06:28:54 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=88</guid>
		<description><![CDATA[Ben Chestnut, founder of MailChimp shares his views on what it takes to create a creative environment: Avoid rules. Avoid order. Don&#8217;t just embrace chaos, but create a little bit of it. Constant change, from the top-down, keeps people nimble and flexible (and shows that you want constant change). Give yourself and your team permission to be creative. Permission to try something new, permission to fail, permission to embarrass yourself, permission to have crazy ideas. Hire weird people. Not just the tattoo&#8217;d and pierced-in-strange-places kind, but people from outside your industry who would approach problems in different ways than you and your normal competitors. Meetings are a necessary evil, but you can avoid the conference room and meet people in the halls, the water cooler, or their desks. Make meetings less about delegation and task management and more about cross-pollination of ideas (especially the weird ideas). This is a lot harder than centralized, top-down meetings. But this is your job &#8212; deal with it. Structure your company to be flexible. Creativity is often spontaneous, so the whole company needs to be able to pivot quickly and execute on them Full article on Fast Company]]></description>
			<content:encoded><![CDATA[<p>Ben Chestnut, founder of MailChimp shares his views on what it takes to create a creative environment:</p>
<ol>
<li>Avoid rules. Avoid order. Don&#8217;t just embrace chaos, but create a little bit of it. Constant change, from the top-down, keeps people nimble and flexible (and shows that you want constant change).</li>
<li>Give yourself and your team permission to be creative. Permission to try something new, permission to fail, permission to embarrass yourself, permission to have crazy ideas.</li>
<li>Hire weird people. Not just the tattoo&#8217;d and pierced-in-strange-places kind, but people from outside your industry who would approach problems in different ways than you and your normal competitors.</li>
<li>Meetings are a necessary evil, but you can avoid the conference room and meet people in the halls, the water cooler, or their desks. Make meetings less about delegation and task management and more about cross-pollination of ideas (especially the weird ideas). This is a lot harder than centralized, top-down meetings. But this is your job &#8212; deal with it.</li>
<li>Structure your company to be flexible. Creativity is often spontaneous, so the whole company needs to be able to pivot quickly and execute on them</li>
</ol>
<p><a href="http://www.fastcompany.com/1767793/creative-cultures-mailchimp-grants-employees-permission-to-be-creative">Full article on Fast Company</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/inspiration/5-rules-for-a-creative-culture-mailchimp-grants-employees-permission-to-be-creative.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable submit button using live after form submitted</title>
		<link>http://www.trickyclicks.com/web-coding/disable-submit-button-using-live-after-form-submitted.html</link>
		<comments>http://www.trickyclicks.com/web-coding/disable-submit-button-using-live-after-form-submitted.html#comments</comments>
		<pubDate>Mon, 27 Jun 2011 07:39:50 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Coding]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=83</guid>
		<description><![CDATA[using live for form submit $("form").live("submit", function() { $('input:submit').attr("disabled", "disabled"); $('input:submit').addClass("disabled"); }); this code is to disabled the button and add disabled class to it. problem: This is not working with jquery ui dialogs. It disabled the button before the form submitted so button params = nill Solution: So i am using delay. so come up with something like this //disbale submit buttons using live for fly elements $('input:submit').live('click', function(e) { $(this).addClass("disabled"); // dealy to fix popup problem function setDelayed(jqObj, to) { setTimeout(function() {jqObj.attr("disabled", "disabled");}, to); } setDelayed($(this), 1); }); Best practice is to use asynchronies false $.ajaxSetup({ async: false }); By default, all requests are sent asynchronously (i.e. this is set to true by default). If you need synchronous requests, set this option to false. Cross-domain requests anddataType: "jsonp" requests do not support synchronous operation. Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active.]]></description>
			<content:encoded><![CDATA[<p><code>using live for form submit<br />
$("form").live("submit", function() {<br />
$('input:submit').attr("disabled", "disabled");<br />
$('input:submit').addClass("disabled");<br />
});<br />
</code></p>
<p>this code is to disabled the button and add disabled class to it.<br />
<strong> problem: </strong>This is not working with jquery ui dialogs. It disabled the button before the form submitted so button params = nill</p>
<p><strong>Solution:</strong> So i am using delay. so come up with something like this</p>
<p><code>//disbale submit buttons using live for fly elements<br />
$('input:submit').live('click', function(e) {<br />
$(this).addClass("disabled");<br />
// dealy to fix popup problem<br />
function setDelayed(jqObj, to) { setTimeout(function() {jqObj.attr("disabled", "disabled");}, to); }<br />
setDelayed($(this), 1);<br />
});</code></p>
<p>Best practice is to use asynchronies false<br />
<code>$.ajaxSetup({<br />
async: false<br />
});</code></p>
<p>By default, all requests are sent asynchronously (i.e. this is set to <code>true</code> by default). If you need synchronous requests, set this option to <code>false</code>. Cross-domain requests and<code>dataType: "jsonp"</code> requests do not support synchronous operation. Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/disable-submit-button-using-live-after-form-submitted.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between jQuery live() and delegate()</title>
		<link>http://www.trickyclicks.com/web-coding/javascript/difference-between-jquery-live-and-delegate.html</link>
		<comments>http://www.trickyclicks.com/web-coding/javascript/difference-between-jquery-live-and-delegate.html#comments</comments>
		<pubDate>Mon, 02 May 2011 08:26:37 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[delegate]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[live]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=78</guid>
		<description><![CDATA[Live() vs. Delegate() both are use to attached event to current element and future elements which we append after DOM loaded e.g. we load some table rows using ajax. but still they have difference&#8230; let start with live() Its attached directly to elements like class or id but not be used with chaining. Right use of live $(‘a’).live(‘click’, function(){ blah blah... }); Wrong use not possible (chaining) $(‘#foo’).children(‘table’).find(‘td’).live(‘click’, function(){ blah blah... }); This is possible with delegate $(‘#foo’).children(‘table’).delegate(‘tr’, ‘click’, function(){ blah blah... }); Another difference is performance Context is defining the search limit to bubble to top level of element. Live() default context is document&#8230;. so it bubble till document which cause the performance issue. In Query 1.4 they provided option to define context for live other then document $(‘a’, $(‘#mytable’)[0]).live(‘click’, function(){ blah blah... }); In delegate you can set context which cause less traverse $(‘#mytable’).delegate(‘a’,‘click’, function(){ blah blah... }); So better to use delegate all the time instead of live() and bind().]]></description>
			<content:encoded><![CDATA[<p><strong>Live() vs. Delegate() </strong></p>
<p>both are use to attached event to current element and future elements which we append after DOM loaded e.g. we load some table rows using ajax.</p>
<p><em>but still they have difference&#8230;</em></p>
<p><strong>let start with live()</strong><br />
Its attached directly to elements like class or id but not be used with chaining.</p>
<p><strong>Right use of live</strong><br />
<code>$(‘a’).live(‘click’, function(){<br />
blah blah...<br />
});</code></p>
<p><strong>Wrong use not possible (chaining)</strong><br />
<code>$(‘#foo’).children(‘table’).find(‘td’).live(‘click’, function(){<br />
blah blah...<br />
});</code></p>
<p><strong>This is possible with delegate</strong><br />
<code>$(‘#foo’).children(‘table’).delegate(‘tr’, ‘click’, function(){<br />
blah blah...<br />
});</code></p>
<p><strong>Another difference is performance</strong><br />
Context is defining the search limit to bubble to top level of element.<br />
Live() default context is document&#8230;. so it bubble till document which cause the performance issue.</p>
<p><strong>In Query 1.4 they provided option to define context for live other then document</strong><br />
<code>$(‘a’, $(‘#mytable’)[0]).live(‘click’, function(){<br />
blah blah...<br />
});</code></p>
<p><strong> In delegate you can set context which cause less traverse</strong><br />
<code>$(‘#mytable’).delegate(‘a’,‘click’, function(){<br />
blah blah...<br />
});</code></p>
<p>So better to use delegate all the time instead of live() and bind().</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/javascript/difference-between-jquery-live-and-delegate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery highlight column &amp; row of table using delegate.</title>
		<link>http://www.trickyclicks.com/web-coding/scripts/jquery-highlight-rows-of-table-using-delegate.html</link>
		<comments>http://www.trickyclicks.com/web-coding/scripts/jquery-highlight-rows-of-table-using-delegate.html#comments</comments>
		<pubDate>Thu, 31 Mar 2011 11:12:57 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=70</guid>
		<description><![CDATA[JQuery highlight column &#038; row of table using delegate. $("#table").delegate('td','mouseover mouseleave', function(e) { if (e.type == 'mouseover') { $(this).parent().addClass("current"); $("colgroup").eq($(this).index()).addClass("current"); } else { $(this).parent().removeClass("current"); $("colgroup").eq($(this).index()).removeClass("current"); } });]]></description>
			<content:encoded><![CDATA[<p>JQuery highlight column &#038; row of table using delegate.</p>
<p><code><br />
  $("#table").delegate('td','mouseover mouseleave', function(e) {<br />
      if (e.type == 'mouseover') {<br />
        $(this).parent().addClass("current");<br />
        $("colgroup").eq($(this).index()).addClass("current");<br />
      }<br />
      else {<br />
        $(this).parent().removeClass("current");<br />
        $("colgroup").eq($(this).index()).removeClass("current");<br />
      }<br />
  });<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/scripts/jquery-highlight-rows-of-table-using-delegate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative margin in IE7</title>
		<link>http://www.trickyclicks.com/web-coding/css/negative-margin-in-ie7.html</link>
		<comments>http://www.trickyclicks.com/web-coding/css/negative-margin-in-ie7.html#comments</comments>
		<pubDate>Thu, 17 Mar 2011 12:03:27 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=64</guid>
		<description><![CDATA[Some time we need a negative margin for example margin-top: -10px. This not work in IE7 Here is trick for Internet Explore 7 use zoom:1 for negative margin so your css class will become .foo{ margin-top: -10px; zoom: 1 } This will solve the problem]]></description>
			<content:encoded><![CDATA[<p>Some time we need a negative margin for example margin-top: -10px. This not work in IE7<br />
Here is trick<br />
for Internet Explore 7 use zoom:1 for negative margin</p>
<p>so your css class will become</p>
<p>.foo{<br />
margin-top: -10px;<br />
zoom: 1<br />
}<br />
This will solve the problem</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/css/negative-margin-in-ie7.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transparency Mixin SASS for All Browsers</title>
		<link>http://www.trickyclicks.com/web-coding/css/transparency-mixin-sass-for-all-browsers.html</link>
		<comments>http://www.trickyclicks.com/web-coding/css/transparency-mixin-sass-for-all-browsers.html#comments</comments>
		<pubDate>Mon, 07 Mar 2011 21:01:23 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[SASS]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=58</guid>
		<description><![CDATA[Transparency Mixin =opacity(!opacity) opacity: !opacity /* for All Good browsers */ -moz-opacity: !opacity /* for Mozilla &#038; Netscape */ -khtml-opacity: !opacity /* for Safari &#038; Webkit */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + round(!opacity*100) + ")" /* for IE 8*/ filter: "alpha(opacity=" + round(!opacity*100) + ")" /* for IE 5-7 */]]></description>
			<content:encoded><![CDATA[<p>Transparency Mixin<br />
<code>=opacity(!opacity)<br />
  opacity: !opacity<br />
  /* for All Good browsers */</p>
<p>  -moz-opacity: !opacity<br />
  /* for Mozilla &#038; Netscape */</p>
<p>  -khtml-opacity: !opacity<br />
  /* for Safari &#038; Webkit */</p>
<p>  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" + round(!opacity*100) + ")"<br />
  /* for IE 8*/</p>
<p>  filter: "alpha(opacity=" + round(!opacity*100) + ")"<br />
  /* for IE 5-7 */</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/css/transparency-mixin-sass-for-all-browsers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery AjaxStart &amp; AjaxStop</title>
		<link>http://www.trickyclicks.com/web-coding/scripts/jquery-ajaxstart-ajaxstop.html</link>
		<comments>http://www.trickyclicks.com/web-coding/scripts/jquery-ajaxstart-ajaxstop.html#comments</comments>
		<pubDate>Sat, 05 Mar 2011 20:50:35 +0000</pubDate>
		<dc:creator>Abdul Wahid</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.trickyclicks.com/?p=56</guid>
		<description><![CDATA[Today I had a problem with jquery ajaxStart and ajaxStop I want to have 2 differnt loading spinner but this ajaxStart and stop is overall kind of thing whenever there is any ajax request it will show the spinner. ajaxStart and ajaxStop are meant for for  ALL jquey ajax calls, not specific ones related to an element. but i want 2 different. I want to call this spinner on some ajax request and not on all. so looking for solution.]]></description>
			<content:encoded><![CDATA[<div>Today I had a problem with jquery ajaxStart and ajaxStop<br />
I want to have 2 differnt loading spinner but this ajaxStart and stop is overall kind of thing whenever there is any ajax request it will show the spinner.<br />
ajaxStart and ajaxStop are meant for for  ALL jquey ajax calls, not specific ones related to an element.<br />
but i want 2 different.<br />
I want to call this spinner on some ajax request and not on all. so looking for solution.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.trickyclicks.com/web-coding/scripts/jquery-ajaxstart-ajaxstop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

