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
17
votes
2 answers

Syntax error with parseJSON during unobtrusive validation

My MVC app is generating the following HTML which causes a Javascript syntax error upon submission (I'm not typing anything into the two text boxes). Here's the generated HTML and the submit handler:
3
votes
2 answers

"on" and "live" in jQuery 1.10.2

1.10.2 How to apply to newly created elements. Which were created by: $('#ids').append('
'+i+'
'); How to catch a click? Or how to create elements which could be addressed ...
2
votes
2 answers

Same code acts differently on website and jsfiddle

I have some code that is meant to allow a user to scroll sideways by clicking, which works perfectly on jsfiddle, but does something completely different on my actual website. On my website, you can scroll right once but no further, and when you…
Jeff Caros
  • 919
  • 5
  • 12
  • 32
2
votes
2 answers

Using jquery jsonp returns error callback function was not called

I have the following working example, I'm trying to get http://detectlanguage.com via a jquery request. Since this will be a cross-domain request I'm using jsonp. Here is a link in MSDN with a similar request where it's infered that jsonp is the…
Jose R
  • 738
  • 2
  • 10
  • 26
2
votes
1 answer

jQuery.support that will pass IE10+ but not IE9-?

Are there any jQuery.support options that will return true on IE10 as well as Firefox and Webkit browsers, but return false on IE9 and lower? The jquery page for this option seems woefully out of date. http://api.jquery.com/jQuery.support/ If…
kylex
  • 14,178
  • 33
  • 114
  • 175
1
vote
2 answers

Collapse button is showing but not working after click in bootstrap 3.3 and jquery 1.1

This code is not working it showing the 3 horizontal bar button but after click nothing happens to that. bootstrap-3.3 jquery-1.1 Toggle navigation CopyHere
1
vote
2 answers

using jquery-1.10.2.min and jquery-1.7.1.min in one template

I am working on project that used a template work with "jquery-1.10.2.min". And I use Lucene.net for my search. Lucene.NET work with "jquery-1.7.1.min". when I use "jquery-1.7.1.min" for the template some section working bad, and when I use…
1
vote
1 answer

$.ajax To Failure: or not to Failure:

So I am trying find out if the property "failure" is correct for the following AJAX call. I am finding it all over the place in a new web application I am working on and cannot seem to find it being used in JQuery API docs: $.ajax({ type:…
Slinky
  • 5,662
  • 14
  • 76
  • 130
1
vote
1 answer

Delay detecting collision with translate3d and jQuery

I'm trying to detect a collision between two elements and I'm facing problems when using the css3 translate3d instead of making use of the top property. Problems take place in: Chrome (35.0.1916.153 m) Opera (22.0.1471.70) When using translate3d…
Alvaro
  • 40,778
  • 30
  • 164
  • 336
1
vote
1 answer

In what case does jQuery sortable fail silently?

I've been trying to see why a certain jQuery .sortable() will not enable any drag/drop events in some circumstances - In a certain jQuery dialog I have a sortable, I confirm that the element exists while debugging ($('theelement') is length 1, just…
NoBugs
  • 9,310
  • 13
  • 80
  • 146
1
vote
1 answer

jQuery UI Tabs Widget and Nested list

I have following nested tabs that I want to show in
Sub Tab AA1 Header …
ai2517
  • 13
  • 4
1
vote
1 answer

jQuery UI tabs panelTemplate option deprecated

So I upgraded jquery ui from 1.8 to 1.10. Tabs seem to have been refactored in 1.9 already according to this: http://jqueryui.com/upgrade-guide/1.9 While reading through - this came up: Deprecated idPrefix, tabTemplate, and panelTemplate options;…
Krabats
  • 325
  • 4
  • 12
0
votes
0 answers

jquery children function stopped working out of the blue - possible depreciation

Ok so I had code on a website which has not changed at all. Two days ago I was using this functionality and it worked, but then today while I was testing things it just stopped working. For some reason changing from the .children() selector to…
Web Devvy
  • 55
  • 9
0
votes
1 answer

JavaScript queries are not working at all but work when inserted in jquery 1.10.0 file

I am new to jquery and JavaScript and have little understanding of how they work. How come the script at the bottom does not run. If I insert it at the bottom of the jquery-1.10.0.js it works, but not if I put it in the HTML file. I understand…
user10481163
0
votes
1 answer

Get landmarks nearby given coordinate in Javascript Asynchronously

I need the important premises ( like hospitals, schools, stores, etc ) around a location defined by longitude and latitude. I implemented that successfully in PHP as follows: $lat = "27.71158601970849"; $lon = "85.3187467697085"; $type =…
P S
  • 435
  • 1
  • 8
  • 26
1
2