tactivos / jquery-sew

jQuery inline selector (ala Intellisense)
133 stars 40 forks source link

Error in Internet Explorer 8 and previous versions #9

Open luismasserral opened 11 years ago

luismasserral commented 11 years ago

IE8 and previous versions doesn't accept the "bind" method. I solved it by previously adding this library:

http://augmentjs.com/

But I supose there ir a better solution without using other library.

chrisgraham commented 10 years ago

Actually, I don't believe this is true. The bind method used comes from jQuery. I tested in IE8 and didn't need any changes relating to bind :).