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
1
vote
2 answers

TypeError: Property '$' of object [object Object] is not a function in jQuery 1.7.2

I am seeing a number of these errors in my JavaScript error logs: Object expected TypeError: Property '$' of object [object Object] is not a function Unfortunately, I cannot replicate the error on any of these browsers when I try it myself. The…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
1
vote
4 answers

Check / uncheck the array of checkboxes

Here is what I have (twitter bootstrap is used here) #html
Alan Coromano
  • 24,958
  • 53
  • 135
  • 205
1
vote
1 answer

My jQuery plugin not getting invoked

I am trying to create a generic function using jQuery but for some reason its not getting invoked. When I added alerts as shown below, the first alert 'My plugin invoked' pops up but the second 'Submitting' doesn't pop up. Any help is greatly…
Narayana Nagireddi
  • 729
  • 1
  • 13
  • 33
1
vote
1 answer

Why I am getting error at Internet Explorer 7.0 and 8.0?

I use custom validation for my field
LA_
  • 19,823
  • 58
  • 172
  • 308
1
vote
1 answer

jQuery capture the change event of a dropdown when change is performed by JavaScript

I would like to be able to detect when the selected value of dropdown has changed using jQuery. The selected value of the dropdown is changed by other JavaScript, so I want to be able to catch this event. I can see the dropdown changing, however the…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
1
vote
2 answers

jQuery .on() not firing event handler

Scenario I have a list of users, within each list item is a
and a
wrapper - they are siblings:
  • // ...
    // ...
  • I am toggling…
    one.beat.consumer
    • 9,414
    • 11
    • 55
    • 98
    1
    vote
    2 answers

    jQuery 1.7 to 1.4

    i'm working with drupal and the current version of jQuery for drupal is the 1.4, but in the current HTML the developer used the ON(). function, how can i adapt this for 1.4? $('body').on('click.button.data-api', '[data-toggle^=button]', function (e)…
    Rommel Castro
    • 460
    • 4
    • 13
    1
    vote
    2 answers

    XPath not working in JQuery selector (JQuery version 1.7.1)

    Below is a jQuery selector that works, and the value is set correctly into the text box. Why doesn't the XPath code within the jQuery selector work? I thought jQuery supported XPath. jQuery code working: $('html > body > form > div:nth-child(4)…
    JustBeingHelpful
    • 18,332
    • 38
    • 160
    • 245
    0
    votes
    2 answers

    JQuery 1.7 breaks JQuery Datepicker?

    One of the best datepickers around these days I think is still Kelvin Luck's jquery-datepicker http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ However, the latest jquery (jquery 1.7+) breaks this datepicker silently. I was just wondering…
    George Tang
    • 67
    • 1
    • 6
    0
    votes
    2 answers

    .on Click for a dynamically created item

    I am appending a
  • and when I try to click it using the new .on event, it doesn't work. I don't want to use the .live event since it might be going to be deprecated in the future. Here is my example: http://jsfiddle.net/2Lbbe/ This works for the…
  • jQuerybeast
    • 14,130
    • 38
    • 118
    • 196
    0
    votes
    2 answers

    $.trim().val is not a function

    I am working on updating jQuery version of our applications from jquery version 1.7 to 3.6 so, I am facing issue with 'trim' method. we have used trim method like in old jQuery version but it has changed in latest jQuery 3.6 so, I have modified it…
    Prasad Patel
    • 707
    • 3
    • 16
    • 53
    0
    votes
    0 answers

    Syntax error, unrecognized expression: input['type=radio']:checked in jQuery 1.12.4 from 1.7.1js

    The below code is not working where $(this).children("div").children("input['type=radio']:checked in jquery 1.12.4 JS and is working for 1.7.1 $(".highlightedRow").each(function () { if…
    0
    votes
    0 answers

    Reset the modal reveal after close

    I have a modal in the template header.php: This div is loaded only one time. In this template I do : ('a.close').on('click', function() { …
    Harea Costicla
    • 797
    • 3
    • 9
    • 20
    0
    votes
    0 answers

    IE 11 Jquery 1.7.1 issue

    We are using Jquery 1.7.1 with IE 8 for a long time and we planned to migrate to IE11. But when we run our application, we are getting the error below: File: jquery-1.7.1.js Line No:1437 Code: delete div.test; Error: Object doesn't support this…
    0
    votes
    3 answers

    How to validate the form using jQuery, prevent submission of form and show proper error messages in a specified div?

    I'm using jQuery v1.7.1 in my project. I've following HTML form: