Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] jquery.done()method throwing errors Reply To: [Solved] jquery.done()method throwing errors

#197405
Shikkediel
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.