Take the URL: http://www.youtube.com/watch?v=B8c2G7RN0TM and paste it into the input field.
Observe the input field does not say "Thanks!" after pasting.
Check the logs. Observe that flashMessage fires, that self._input visually looks identical to that of the DOM element, but that the two are not the same.
Attempting to directly affect the DOM element does not work either.
What've I done horrible wrong?
var result = this._input[0] == $('#songUrlInput')[0];otherwise you only check that you have two different jQuery objects