I need to set placeholder for text-field in my backbone view template. I did it in following way
<input type="text" name="name" value="" placeholder="Enter Group Name">
but this is not working in IE9 and greater versions. I have googled around and found some java script plugin for achieving this in html but for working in IE for my template what needs to do? any specific workaround or solution for this problem