<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - unravelme1</title>
<link>http://snipplr.com/users/unravelme1/language/jquery</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 06:59:42 GMT</pubDate>
<item>
<title>(jQuery) Drupal Autocomplete Auto Submit</title>
<link>http://snipplr.com/view/31115/drupal-autocomplete-auto-submit/</link>
<description><![CDATA[ <p>This overrides a couple core Drupal functions in the autocomplete.js file. It changes the behavior of the autocomplete such that if a user selects an item from the autocomplete menu, it takes them directly to that node instead of just populating the search field.

Please note that this implementation is not totally bulletproof; as you can see, there is a little bit of jank happening in Drupal.jsAC.prototype.select to check if the item is numeric. This is because I had to pull the nid from the input field, not from the jQuery object as desired. If anyone has a solution for this, please leave a comment.</p> ]]></description>
<pubDate>Thu, 08 Apr 2010 14:25:37 GMT</pubDate>
<guid>http://snipplr.com/view/31115/drupal-autocomplete-auto-submit/</guid>
</item>
</channel>
</rss>