<?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: Updated jQuery Bookmarklet</title>
	<atom:link href="http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet</link>
	<description>Tips, techniques, and tutorials for the jQuery JavaScript library</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-73060</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sat, 16 May 2009 03:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-73060</guid>
		<description>Hey Paul, 
Yes, absolutely. Thanks for the reminder. Just updated this post.</description>
		<content:encoded><![CDATA[<p>Hey Paul,<br />
Yes, absolutely. Thanks for the reminder. Just updated this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-73051</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Fri, 15 May 2009 17:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-73051</guid>
		<description>Hey Karl,
Could you add an UPDATE link to the latest jquerify bookmarklet from here?
Traversing to the right one from google is becoming more difficult. heh. :)</description>
		<content:encoded><![CDATA[<p>Hey Karl,<br />
Could you add an UPDATE link to the latest jquerify bookmarklet from here?<br />
Traversing to the right one from google is becoming more difficult. heh. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Better, Stronger, Safer jQuerify Bookmarklet &#187; Learning jQuery - Tips, Techniques, Tutorials</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72904</link>
		<dc:creator>Better, Stronger, Safer jQuerify Bookmarklet &#187; Learning jQuery - Tips, Techniques, Tutorials</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72904</guid>
		<description>[...] Firebug (and now Safari or IE8) console. I blogged about it, got lots of great feedback, and then blogged about an improved version. Now that a lot more great feedback has come through the comments of the updated bookmarklet post, [...]</description>
		<content:encoded><![CDATA[<p>[...] Firebug (and now Safari or IE8) console. I blogged about it, got lots of great feedback, and then blogged about an improved version. Now that a lot more great feedback has come through the comments of the updated bookmarklet post, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72883</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sun, 26 Apr 2009 16:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72883</guid>
		<description>Hi Eric,
Thanks for the comment. You&#039;re not the first to have run across this problem, but the bookmarklet hasn&#039;t really been on my radar for a while. Anyway, I updated the post with a &quot;jQuerify noConflict&quot; bookmarklet. The only drawback of it is that you can&#039;t use &lt;code&gt;$()&lt;/code&gt; for jQuery functions in the console (unless you wrap it in a self-executing anonymous function the way plugins do). I also created a separate alias for jQuery, so you can at least do &lt;code&gt;$jq()&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
Thanks for the comment. You&#8217;re not the first to have run across this problem, but the bookmarklet hasn&#8217;t really been on my radar for a while. Anyway, I updated the post with a &#8220;jQuerify noConflict&#8221; bookmarklet. The only drawback of it is that you can&#8217;t use <code>$()</code> for jQuery functions in the console (unless you wrap it in a self-executing anonymous function the way plugins do). I also created a separate alias for jQuery, so you can at least do <code>$jq()</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Berry</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72880</link>
		<dc:creator>Eric Berry</dc:creator>
		<pubDate>Sat, 25 Apr 2009 16:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72880</guid>
		<description>I encountered a error &#039;&lt;a href=&quot;http://www.ericpberry.com/blog/post/jQuerynoConflict().aspx&quot; rel=&quot;nofollow&quot;&gt;cannot modify properties of a wrappednative&lt;/a&gt;&#039; on some websites using other libraries.  

You might want to add a jQuery.noConflict() call to the end of the bookmarklet to prevent conflicts.  You can read more about my experience at the above link.</description>
		<content:encoded><![CDATA[<p>I encountered a error &#8216;<a href="http://www.ericpberry.com/blog/post/jQuerynoConflict().aspx" rel="nofollow">cannot modify properties of a wrappednative</a>&#8216; on some websites using other libraries.  </p>
<p>You might want to add a jQuery.noConflict() call to the end of the bookmarklet to prevent conflicts.  You can read more about my experience at the above link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72852</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72852</guid>
		<description>If the &quot;Now jQuerified&quot; box doesn&#039;t show up, it&#039;s probably because of a z-index issue. If you really to see it, you can add something like &lt;code&gt;el.style.zIndex=&#039;10000;&#039;&lt;/code&gt; to it right after &lt;code&gt;el.style.height=&#039;30&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>If the &#8220;Now jQuerified&#8221; box doesn&#8217;t show up, it&#8217;s probably because of a z-index issue. If you really to see it, you can add something like <code>el.style.zIndex='10000;'</code> to it right after <code>el.style.height='30';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerpen's jQuery guy</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72850</link>
		<dc:creator>Kerpen's jQuery guy</dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72850</guid>
		<description>Well .. It doesn&#039;t show up the &quot;Now jQuerified&quot; box at all. 
But everything else is still doing fine... 
Nice, really nice work man. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Well .. It doesn&#8217;t show up the &#8220;Now jQuerified&#8221; box at all.<br />
But everything else is still doing fine&#8230;<br />
Nice, really nice work man. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Findeisen</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72834</link>
		<dc:creator>Piotr Findeisen</dc:creator>
		<pubDate>Thu, 16 Apr 2009 22:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72834</guid>
		<description>Hey, firebug console works for IE too -- just try their bookmarklet &lt;a href=&quot;http://getfirebug.com/lite.html&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/lite.html&lt;/a&gt; .</description>
		<content:encoded><![CDATA[<p>Hey, firebug console works for IE too &#8212; just try their bookmarklet <a href="http://getfirebug.com/lite.html" rel="nofollow">http://getfirebug.com/lite.html</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clark Updike</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72819</link>
		<dc:creator>Clark Updike</dc:creator>
		<pubDate>Mon, 13 Apr 2009 21:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72819</guid>
		<description>Just to confirm what Nelson sees, I see the same behavior in some cases where $$ is required for it to work--but in other cases only $ is needed.  I also see the .remove() issue.</description>
		<content:encoded><![CDATA[<p>Just to confirm what Nelson sees, I see the same behavior in some cases where $$ is required for it to work&#8211;but in other cases only $ is needed.  I also see the .remove() issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet/comment-page-1#comment-72779</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Tue, 07 Apr 2009 01:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningjquery.com/2008/06/updated-jquery-bookmarklet#comment-72779</guid>
		<description>For my purposes, I have decided to build in the console to the bookmarklet.  I added 
&lt;pre&gt;
&lt;code&gt;
     var w = prompt(&#039;statement&#039;);
     var start = new Date();
     eval(w); 
     alert(&quot;it took &quot;+(new Date() -start));
&lt;/code&gt;
&lt;/pre&gt;
which allows me to enter a statement and have it timed.  I have been troubleshooting some javascript and trying to optimize the performance of the script.  In order to do so it helps to know how long a particular statement takes to run.  It could be a function call, a jquery statement or any other javascript.  Thanks for the script.</description>
		<content:encoded><![CDATA[<p>For my purposes, I have decided to build in the console to the bookmarklet.  I added </p>
<pre>
<code>
     var w = prompt('statement');
     var start = new Date();
     eval(w);
     alert("it took "+(new Date() -start));
</code>
</pre>
<p>which allows me to enter a statement and have it timed.  I have been troubleshooting some javascript and trying to optimize the performance of the script.  In order to do so it helps to know how long a particular statement takes to run.  It could be a function call, a jquery statement or any other javascript.  Thanks for the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
