Displaying 1 result from an estimated 1 matches for "haspopup".
2011 Jul 07
2
Rails 3.1 + jQuery + jQuery UI = data is null
...ery-ui-1.8.14.custom.css";
...
If i try auto-complete demo, the code =>
<input id="tags">
gets rended to =>
<input id="tags" class="ui-autocomplete-input" autocomplete="off"
role="textbox" aria-autocomplete="list" aria-haspopup="true">
but nothing fires.
if i try the datepicker demo i get a =>
data is null in firebug console when page is loaded
and then a inst is undefined when clicking it ...
Anyone got any information about this ?!
I can see jQuery UI 1.8.12 in the rended application.js so i guess //...