marcgg / Simple-Placeholder

A simple polyfill for mimicking the HTML5 placeholder attribute using jQuery
61 stars 88 forks source link

Invalid left-hand side in assignment in line 49 #4

Closed Crusader4Christ closed 13 years ago

Crusader4Christ commented 13 years ago

Uncaught ReferenceError: Invalid left-hand side in assignment in jquery.simpleplaceholder.js in 49 line: if($this.val()='') { must be if($this.val()=='') {

marcgg commented 13 years ago

True! If you can do a pull request for this I'd be happy to include this. If you can't I'll fix this asap

marcgg commented 13 years ago

fixed and pushed