<?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: jQuery UI Cursor Selection</title>
	<atom:link href="http://www.kombine.net/jquery/jquery-ui-cursors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kombine.net/jquery/jquery-ui-cursors</link>
	<description></description>
	<lastBuildDate>Sat, 10 Apr 2010 15:05:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kreg Wallace</title>
		<link>http://www.kombine.net/jquery/jquery-ui-cursors/comment-page-1#comment-10</link>
		<dc:creator>Kreg Wallace</dc:creator>
		<pubDate>Sat, 28 Jun 2008 18:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=25#comment-10</guid>
		<description>Richard,

Thanks for the feedback. I&#039;ll definitely give styling the ui-draggable and ui-draggable-dragging classes a try - didn&#039;t notice these options in the documentation. The ui-draggable class sounds particularly helpful, since I assume it is applied when items are made draggable (on document ready in this case) and removed whenever draggable(&#039;disable&#039;) or draggable(&#039;destroy&#039;) is called. That&#039;s much more convenient than having to write special code for adding and removing the cursor property. And you won&#039;t end up with the move cursor over non-draggable items, which could happen if you assign the cursor manually (as I did) in each item&#039;s CSS block.</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Thanks for the feedback. I&#8217;ll definitely give styling the ui-draggable and ui-draggable-dragging classes a try &#8211; didn&#8217;t notice these options in the documentation. The ui-draggable class sounds particularly helpful, since I assume it is applied when items are made draggable (on document ready in this case) and removed whenever draggable(&#8216;disable&#8217;) or draggable(&#8216;destroy&#8217;) is called. That&#8217;s much more convenient than having to write special code for adding and removing the cursor property. And you won&#8217;t end up with the move cursor over non-draggable items, which could happen if you assign the cursor manually (as I did) in each item&#8217;s CSS block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://www.kombine.net/jquery/jquery-ui-cursors/comment-page-1#comment-9</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Sat, 28 Jun 2008 11:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kombine.net/news/?p=25#comment-9</guid>
		<description>Great article. We&#039;ve considered defaulting draggable elements to have the move cursor, but instead we offer a cursor option. This isn&#039;t quite the same, as it changes the cursor *during* the drag. But if it was cursor:move before the drag, then you&#039;ve used up the logical &quot;dragging&quot; cursor. So, it&#039;s up to the user in the end.

One other note, draggable elements get the ui-draggable css class and (during drag) ui-draggable-dragging for styling. So these are an alternative to targeting the elements directly.</description>
		<content:encoded><![CDATA[<p>Great article. We&#8217;ve considered defaulting draggable elements to have the move cursor, but instead we offer a cursor option. This isn&#8217;t quite the same, as it changes the cursor *during* the drag. But if it was cursor:move before the drag, then you&#8217;ve used up the logical &#8220;dragging&#8221; cursor. So, it&#8217;s up to the user in the end.</p>
<p>One other note, draggable elements get the ui-draggable css class and (during drag) ui-draggable-dragging for styling. So these are an alternative to targeting the elements directly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
