Based on https://github.com/twitter/bootstrap/issues/6988
To reproduce you could open the page http://jqueryui.com/resources/demos/autocomplete/combobox.html, then from console: $('body').parent().append('<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/js/bootstrap.js"></script>') and then: var select = $('<div>').appendTo('body'); select.combobox(); var m0 = Date.now(); select.remove(); var m1 = Date.now(); console.log(m1 - m0); Any ideas why soooo slooow ? -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
