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.

76 questions
0
votes
2 answers

jquery attr('disabled', 'disabled') isn't fully working in IE (doesn't disable click but looks disabled)

I'm having issues with attr('disabled', 'disabled') in internet explorer with jQuery 1.7.1. The buttons appear disabled, however if they're clicked they still execute. In firefox, safari, and chrome, this behaves as expected (does nothing, blocking…
gusterlover6
  • 485
  • 5
  • 10
1 2 3 4 5
6