Home › Forums › JavaScript › [Solved] jquery.done()method throwing errors › Reply To: [Solved] jquery.done()method throwing errors
March 5, 2015 at 3:23 pm
#197405
Participant
I think the issue is that .done()
is a method that cannot be used on a regular jQuery object but only in the context of an Ajax request. Had to google a bit myself (not too familiar with this part) but it looks like the .promise()
method is what you are looking for.