I have the following issues when the site is checked in IE7 and 8 (9 is fine)
Object doesn’t support this property or method
When I check in the console it points to:
call_1 = $('.call_1 span'),
I don’t see any mistakes, could it be related to the function using the variable “call_1”?
Change
;beforeform = $('.form')to,Also, replace the last comma with a semi-colon.