You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss the IE7 JavaScript library.
|
|
|
Getting error when i am using IE9.js
|
| |
I am facing some error when I am trying to implement IE9.js to my website. Currently, I am working on Tomcat Server on localhost to test my website and the browser I am using is IE7 (users' requirement, how i wish it is juz google chrome!). However when i run the website, it will show the message... more »
|
|
Using IE9.js and respond.js
|
| |
I am trying to use both IE9.js and respond.js on a site. The IE9.js script runs fine, but respond.js is not working. There are no error in the console, but the site in IE7 and 8 does not respond to any media quesries that are created in the CSS. If I remove IE9.js, respond.js does work fine, and the site is responsive in IE7 and 8.... more »
|
|
IE script not working for me
|
| |
I've used all the ie.js versions and put them in my header. I'm testing in localhost with a website that works fine in IE9, but not in any versions lower. Especially ie7 is cracked. All the divs are everywhere. When i use the scripts nothing is happening. I'm testing in IE9 with browser mode on IE7 and 8. Does anybody has an idea what i'm doing wrong?... more »
|
|
:last-child unrecobnized
|
| |
Kept trying to get :last-child to work on a site and nothing I tried worked. Then I tested this page: [link] in IE8 and ...defective?
|
|
Ajax content in IE8
|
| |
Hi,
I'm currently trying out ie7-js.
I'm working with enhancing IE8 and have this in my html:
<!--[if lt IE 9]>
<script type="text/javascript" src="IE9.js"></script>
<![endif]-->
So far so good. But since I have some ajax calls I want to use the
recalculate module.
<!--[if lt IE 9]>... more »
|
|
Regarding Shrink variables
|
| |
When i run Packer with Shrink variables on below code, only the first variable 'contentNode' got replaced. listNode and footerNode did not change. *Original* function(){ var cNode = create('<div>'), lNode = create('<ul>'), fNode= create('<footer>'); ...*Output* function(){var... more »
|
|
|