Questions tagged [jquery-1.10]

This tag is for version specific questions. Please use [jquery] if question isn't version specific

Released at the same time as Jquery 2.0.1

http://blog.jquery.com/2013/05/24/jquery-1-10-0-and-2-0-1-released/

22 questions
0
votes
1 answer

Uncaught TypeError: Cannot read property 'prop' of undefined in toggle functionality

Using jQuery 1.10. I am trying to manually implement something similar to the two handler signature of toggle() function now that it's deprecated since jQuery 1.8 . I am reusing my code for two sections - Email notifications and Web notifications.…
Prashant Singhal
  • 139
  • 1
  • 10
0
votes
1 answer

How to call a jQuery DataTable object in an iframe?

I have successfully initialized a jQuery DataTable in an iframe, however if I try to run a function in the iframe on the same domain it reinitializes the DataTable instead of using the existing one. How can I fix this? My code in the JS file of the…
Hans
  • 528
  • 1
  • 8
  • 29
0
votes
1 answer

MVC PartialViewResult contains Attached JavaScript function calls, causing memory leak

I have an MVC View that contains an HTML table. In that table the cells contain onclick events attached to check boxes, and onchange events tied to the input boxes. These are tied to standard JavaScript function calls in a .js file.
codeg
  • 333
  • 1
  • 6
  • 21
0
votes
2 answers

jCarousel not calculating width properly with newer jQuery version 1.10.2

I have just updated my jQuery to the last one and suddenly I saw the broken jCarousel. Can somebody point me to the right direction on what is wrong/changed because I spent hours trying to make it work and still no success. My guess is that the…
Jeton R.
  • 385
  • 9
  • 23
0
votes
2 answers

How to get jQuery UI tabs element panels and set visibility on some of them?

How to get jQuery UI tabs tab elements panel numbers and set CSS style visibility on some of them? I want to get elements' panel numbers for tabs and set visibility on some of the tabs.
0
votes
2 answers

jQuery Validation plugin version 1.11.1 is not working in Explorer 8

I'm using jQuery Validation Plugin - v1.11.1 and jquery 1.10.2 but below code doesn't work in IE 8. It works fine in IE9 and above and also in other browsers like Chrome.
-2
votes
1 answer

JQuery Version issue with Internet Explorer Version 11 , IE 11

I am facing issues in using Internet Explorer 11 with jQuery 1.10. From JQuery browser support info, they suggest to use jQuery 2.X versions. But updating the version will be a big effort for our application. Is there a patch available for…
M S
  • 27
  • 6
1
2