Skip to main content

Bug Tracker

Side navigation

#13732 closed bug (notabug)

Opened April 04, 2013 03:12PM UTC

Closed April 04, 2013 07:50PM UTC

Crash function autocomplete and empty

Reported by: citronbleuv@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

When I do :

<div id="test" data-url="test.php">
<div class="autocomplete"></div>
</div>
var test = $('#test'];
test.find('.autocomplete').autocomplete({
source: test.data('url')
});
test.empty();

My browser crash and Firebug write :

too much recursion

too much recursion

too much recursion

too much recursion

too much recursion

....

I use jquery-ui-1.10.2.custom.min.js and jquery-1.9.1.min.js

Attachments (0)
Change History (1)

Changed April 04, 2013 07:50PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

Please ask for help on a forum.