Skip to main content

Questions tagged [jquery-1.4]

For issues relating to using jQuery, version 1.4.

-1 votes
1 answer
133 views

jquery 1.4.2 and chrome.. detecting a check box is checked....How?

So for reasons beyond my control, I'm using jquery 1.4.2 and chrome.. I'm having a ludicrous amount of trouble trying to get detecting a check box is checked....working... Here is what I have... ...
Eric Brown - Cal's user avatar
1 vote
0 answers
856 views

Load JQuery 3.1 into a Chrome extension?

My Bad: I had webpack for an angular aspect of this project, mangling my JQuery I am getting an error "$ is not defined" when I am working on my chrome extension. I can get it working OK for JQuery ...
David Cruwys's user avatar
  • 6,702
1 vote
1 answer
587 views

Check a radiobutton onload and expand the treeview accordingly using jquery

I have a treeview which is implemented using jquery Treeview version 1.4. TreeView is Implemented as below <div id="container"> <ul id="outerlist"> <li> <span&...
Denzil Soans's user avatar
0 votes
2 answers
2k views

.attr('checked', 'checked') / .attr('checked', 'true') not adding attribute in html

This is my JavaScript, using jQuery: $("#E_DIV_H input[value='E,F']").attr('checked', 'checked'); var data = $('#E_DIV_H').html(); $('#copy').html(data); When it copies the data from one <div> ...
Shahid Ghafoor's user avatar
0 votes
0 answers
88 views

Upgrade jquery script 1.4.2 to 1.4.3

First, sorry for my english ^^, I use a template for my website (http://www.templatesbook.com/jd-portfolio-template/), the template use jquery 1.4.2. Link of my website (www.shoot-n-cry.com) I have ...
ZecKa's user avatar
  • 2,826
0 votes
1 answer
286 views

jquery autocomplete select event is not working in jquery 1.4.4 version

jquery autocomplete select event is not working in jquery 1.4.4 version. i've requirement like, on select i need to do something //this is the code iam using $("#keyword").autocomplete('/topic/...
naresh's user avatar
  • 155
0 votes
1 answer
1k views

Selecting jQuery First Child without a specific class

I have a page with nested divs being used as Js/Jq tabs. When you click on a parent tab, it fires the click event of the first child underneath the parent. $('#topRow .pricing').click(function () { ...
RockiesMagicNumber's user avatar
0 votes
1 answer
252 views

Disable/Reenable div event handlers using jQuery 1.4.2

We are using a page with layers of Javascript tabs. We are trying to disable access to some of the tabs based on user permissions. For example, here is a tab example: <div class="executives tab ...
RockiesMagicNumber's user avatar
1 vote
3 answers
61 views

Substitution for jQuery live and on

What is the correct way to get the same functionality of live(), and on() in jQuery < 1.5.
user3254004's user avatar
1 vote
3 answers
5k views

How to add data parameter in ajaxSend properly?

In some circumstance I need to add POST parameter programmatically to AJAX request. I'm trying something like this: $(document).ajaxSend(function(event, jqXHR, ajaxOptions) { ajaxOptions.data = "...
Codium's user avatar
  • 3,210
0 votes
0 answers
742 views

SCRIPT1028: Expected identifier, string or number JavaScript error in Internet Explorer

I am getting this error at the line $('#' + tsid).find('tr:not(:first)').each(function () { I checked here, there are no extra commas, or reserved keys that I have used here's the complete code ...
sajad's user avatar
  • 931
0 votes
2 answers
85 views

jQuery click event not working on multiple screens

I am using jQuery 1.4.2. Using the CSS selector "span.accordionOn", I am handling a click event. On screen one, it is working fine. Where as when I navigate to next screen, the functions are not ...
ayniam's user avatar
  • 595
0 votes
3 answers
457 views

Restructuring html with javascript [closed]

I have a regular unordered list of links, which I would like to change using js <ul> <li><a href="#">Theme 1</a></li> <li><a href="#">Theme 2</a>&...
tolborg's user avatar
  • 612
0 votes
0 answers
1k views

JQueryUI Autocomplete Select Event not working

I am using JQuery 1.4.2 and JQueryUI 1.8.5. I know this problem doesn't exist in the latest version but we cannot change the JQuery & UI version. I am trying to display the AutoComplete items in ...
TTCG's user avatar
  • 9,065
-4 votes
3 answers
465 views

how to rewrite code for jquery 1.9 [closed]

please help me to rewrite js code for jquery 1.9 library. before i was using 1.4. icture. tried to use 2 libraries in one page with no conflict. no result. jQuery.noConflict() var ddpowerzoomer={ ...
BahaS's user avatar
  • 7

15 30 50 per page
1
2 3 4 5