javascript - jquery.corner problem with IE8 -


This site has been compromised since last week, only in IE8 this error came in.

jquery.corner.js has an error in the file:

 Webpage Error Details User Agent: Mozilla / 4.0 (compatible; MSIE 8.0; Windows NT 5.1 ; Trident; 4.0; NTL CLR 2.0.50727; NAT CLR 3.0.4506.2152; NAT CLR 3.5.30729) Timestamp: Saturn, 25 September 2010 16:13:34 UTC Message: Unexpected Call Line for Access to Method or Quality: 163 Variable: 17 Code: 0 URI: File: /// C: / Documents% 20 and 2020 / Settings / Users / Desktop / Distrib2 / js / jquery.corne R.js 

There is a link here, it will appear normal in Chrome, etc., but error in IE8 prevents other jQuery plugins from working like jQuery.cycle

Here are the round corner codes:

  $ ("# pageTitle, #pageTitle div # title"). Corner ("tl bl 5px"); $ ("# Navbar, .postDetail"). Corner ("bl br 5px"); $ (".jqueryslidemenu ul li ul li a, .boxGrey, div # slide show-container, #searchform, #pageTitleContainer, .twoThirdsGrey, a.button, a.button-2, surrounded"). Corner ("tl tr bl br 5px");  

Located in the file for the js / rounded.js

and jquery.corner.js js / jquery.corner.js .

Can anyone help?

The problem is that in IE you can not access the applied child method for some elements like input Basically the plugin is trying to score some elements in a way that IE does not like.

You have two options:

  1. These elements are all around in a div - either through jQuery or in your actual markup, and after that Round the wrapper dev
  2. Use a different plugin should work for you.

Comments