Open GoogleCodeExporter opened 9 years ago
I replaced container.html('') with container.remove, and the next call (on the
next existing picker on the list) caused an error "TypeError: an is null", so,
the fix is not as easy. Or I'm not looking at the right place?
Original comment by eye...@gmail.com
on 31 Aug 2012 at 2:01
I changed the code to this in jPicker 1.1.6:
commitCallback = null;
cancelCallback = null;
liveCallback = null;
//container.empty();
container.remove(); // ASC added to remove the empty container too
for (i = 0; i < List.length; i++) if (List[i] == $this) List.splice(i, 1);
Original comment by arnold.s...@gmail.com
on 31 Aug 2012 at 2:07
Original issue reported on code.google.com by
arnold.s...@gmail.com
on 4 Nov 2011 at 10:48