Skip to main content

All Questions

0 votes
3 answers
44 views

How to target screen query only in IE 10+

I'm using the flex-box property and trying to target div on IE 10+ @media only screen and (max-width: 960px) but I haven't found a way to accomplish that. I used this @media all and (-ms-high-contrast:...
Adam's user avatar
  • 1,385
0 votes
1 answer
89 views

jquery id selector doesn't work in IE 8

I have the following selector: $('#terminal-template').text() and following jsp page fragment inside the body : <script type="text/template" id="terminal-template"> <li data-terminal-...
gstackoverflow's user avatar
2 votes
2 answers
1k views

jQuery attribute selector not working in Internet Explorer

In my JavaScript I use the css selector [style="display:none"] and the code works in Chrome, Firefox, Opera and Safari (on Windows) as expected. However in Internet Explorer (version 11) it works ...
stylesenberg's user avatar
2 votes
2 answers
113 views

jquery using multiple selectors in Internet Explorer

I came across a strange situation. I have recently looked more into jquery and have updated some of my old code. instead of having onClick inside a html tag I changed it to $(document).ready( ...
TaN3L's user avatar
  • 73
1 vote
1 answer
85 views

How can I get jQuery to programmatically items in this select list using IE and FF consistently?

I have some jQuery code that selects an option in a select list. The first time it selects an item everything works, however the second pass through IE and FF do not clear the selected items. Chrome ...
JabberwockyDecompiler's user avatar
0 votes
3 answers
519 views

jQuery Selector escaping colon ":" works in IE but does not work elsewhere

I have an XSL object. I want to extract a select group of nodes. Another person or team wrote the XSL document and the line of code which selects those nodes, but it only works in IE and I'm trying to ...
user717236's user avatar
  • 4,999
0 votes
1 answer
214 views

attribute!='value' jquery selection doesn't work in IE

I have a jQuery( "[attribute!='value']" ) jquery selection which works in all browsers except IE.I also tried .not( "[name='value']" ) but no luck. JS: $("input[type=file]").not("[name='photo_1']")....
Ramin Omrani's user avatar
  • 3,741
0 votes
1 answer
191 views

nth-child selector with variable value selecting all elements in explorer

Having an jquery nth-child issue in IE, where I can't seem to get a variable assigned to the selector. If i hardcode, this works fine. The variable appears to be selecting each element, rather than ...
sdowswell's user avatar
  • 101
0 votes
2 answers
798 views

JQuery next().attr() not working

Here is my JS code var inputid = $("#"+parentId).next().attr('id'); var tdid = $("#"+inputid).next().attr('id'); Here 'parentId' is a parameter in my function. Basically parentId is the id of a td, ...
Dhar's user avatar
  • 47
0 votes
1 answer
299 views

jQuery *= Selector not working in IE8

For some reason, I am not able to get this to work under IE8. Works fine in Chrome. This is the element I am looking for: <input type="text" captures_name="default" name="firstname" required="...
J.Hendrix's user avatar
  • 2,199
0 votes
1 answer
230 views

$('.item_name:containes("text")') causing IE8 to freeze on page load

I have a loop on $(document).ready to check though a an array of text which calls a function to search for each snippet of text within an element and use that as a selector. This code works 100% in ...
Nicekiwi's user avatar
  • 4,737
0 votes
1 answer
294 views

Selector is not recognized with in jQuery Ajax success function in IE

I have a very serious problem with a template I have to fix : boosterius for Worpress. I need to optimize it and make it work with IE … So, I have decided to load the page with ajax because there is a ...
HDready Graphic's user avatar
1 vote
2 answers
5k views

Setting selected index not working, jquery .Val()

I have tried all of these various ways to set the value of the select. I only know the id/index value and not the text description. None of these work in IE and all except the last work in FireFox. ...
Avien's user avatar
  • 1,260
4 votes
1 answer
270 views

Many selectors & add class

I'm using jQuery to handle unsupported selectors in IE7 & 8 (mostly, :nth-child and :last-child). I've read that addClass is more performant than using jQuery's css method, so I'm refactoring my ...
ctrlaltdel's user avatar
1 vote
2 answers
884 views

Internet Explorer inserting select options from ajax call

This seams to work in firefox and chrome, but not internet explorer. I need this to work in internet explorer. IE is appending the opening tag and not the inner text and closing tag. Thanks in ...
Eric's user avatar
  • 11

15 30 50 per page