Questions tagged [jquery-1.7]

jQuery (version 1.7) is a fast, small, and feature-rich JavaScript library

jQuery version 1.7 was released on August 9th, 2012.

New features

Removed features

  • event.layerX and event.layerY
  • jQuery.isNaN()
  • jQuery.event.proxy()

See also the official homepage and the release notes.

77 questions
0
votes
1 answer

Upgrade jQuery 1.7.3 to 1.8.0+ Syntax error [data-role]=page] (in combination with jQuery Mobile)

So I'm trying to upgrade the jQuery of my mobile website from 1.7.3 to anything above 1.8 but when I do this I get this console error: [Error] Error: Syntax error, unrecognized expression: [data-role]=page error (jquery-1.8.0.js, line…
Tyranwyn
  • 53
  • 6
0
votes
2 answers

jQuery autocomplete for dynamically created inputs for ajax call

I'm having an issue using jQuery autocomplete with dynamically created inputs (again created with jQuery). I can't get autocomplete to bind to the new inputs.