Home › Forums › JavaScript › [Solved] jquery.done()method throwing errors › Reply To: [Solved] jquery.done()method throwing errors
March 5, 2015 at 4:47 pm
#197413
Participant
So I re-read the docs and figured it out. All I had to do was chain .done to the ajax request. Hopefully this helps someone else needing something similar.