HighDots Forums  

Sponsored Links


jQuery jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.


Discuss in the jQuery forum.



Post New Thread
Threads in Forum : jQuery Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Whether jquery-1.3.2.js or jquery-1.3.2.min.js,i always got the error.Other browsers without error. Below is the...
viperasi
11-19-2009 03:42 PM
Karl Swedberg Go to last post
1 4
Yea I'm kinda figuring it out trying another approch that I found here http://www.quirksmode.org/dom/w3c_css.html On 11/19/09 3:12 PM, "Charlie...
Atkinson, Sarah
11-19-2009 03:22 PM
Atkinson, Sarah Go to last post
0 2
I'm having trouble with IE This code seems to break in IE var cssString= "label.error{left:"+leftOffset+"px;}"; $('head...
Atkinson, Sarah
11-19-2009 03:12 PM
Charlie Griefer Go to last post
3 4
Yes.... In the function that this bit of code resides On 11/19/09 2:43 PM, "Charlie Griefer" <charlie.griefer (AT) gmail (DOT) com>...
Atkinson, Sarah
11-19-2009 02:45 PM
Atkinson, Sarah Go to last post
0 2
IE 7 haven't tried any others. And it doesn't work it doesn't text and it cause another function that hides and shows a div to not work as well. The...
Atkinson, Sarah
11-19-2009 02:39 PM
Atkinson, Sarah Go to last post
0 3
It is possible I used this: $('style').text('label.error{left:' + leftOffset +'px;}'); On 11/19/09 1:33 PM, "discern" <capneb (AT) gmail...
Atkinson, Sarah
11-19-2009 01:49 PM
Atkinson, Sarah Go to last post
0 3
The problem is is that I need to calculate the styles when the page loads. And the calculation results in a couple of hundred different...
Atkinson, Sarah
11-19-2009 01:37 PM
Atkinson, Sarah Go to last post
0 2
Can I modify a CSS Class's properties not on an element but on the css class it's self so that and element that is given that class in the future...
Atkinson, Sarah
11-19-2009 01:33 PM
discern Go to last post
1 2
1. <img src="xxx" id="img1" style="display: none;" /> $(window).load(function() { alert($('#img1').width()); }); 2. <div style="display:...
David .Wu
11-19-2009 01:08 PM
Josh Nathanson Go to last post
2 3
so, i found this while looking for a non-flash method of doing hyperlinked slideshows for our website. i have gotten the basic function to work, but...
Nate Heldman
11-19-2009 12:45 PM
Nate Heldman Go to last post
4 10
I have a large div with several divs (they mimic <tr>s). In those are two input type="text" fields and two buttons. None of the elements...
discern
11-19-2009 12:37 PM
discern Go to last post
0 2
Can you post a link to a test page? It's impossible to tell what is wrong from the .js file you attached. It's not even JavaScript code: it's PHP...
Michael Geary
11-19-2009 12:08 PM
Michael Geary Go to last post
0 5
In IE7 my radio button do not display 'checked' when I click on it. (ie I would not change to show which button has been clicked) I work fine in...
2daughtersdad
11-19-2009 12:03 PM
Jacob Siu Go to last post
2 8
Hi, I tried to build a dynamic string for populating a select but my string seems to have a bad format ! var manufacturers= $.ajax(...
bertaudmarc
11-19-2009 11:59 AM
bertaudmarc Go to last post
0 2
My problem is simple it seems that the invalidHandler function runs first. I need it to either run last or I need to be able to add extra class...
Atkinson, Sarah
11-19-2009 11:51 AM
Atkinson, Sarah Go to last post
0 2
I have to implement slide on each <h4> question. by default question will be collapse. when I click on on question it should be slide down (expand)....
srikanthv
11-19-2009 11:50 AM
srikanthv Go to last post
2 3
I had the same problem, where I have to rely on an XHTML+XML output already processed through XSLT, from which I need to extract parts of and...
ugurlu.b
11-19-2009 11:16 AM
ugurlu.b Go to last post
0 5
OK, my requirement is wildly advanced, but I need to combine the ui datepicker with the validation plugin. Ultimately, I need to ensure a date is at...
bobbykjack
11-19-2009 10:53 AM
bobbykjack Go to last post
0 2
Hi all, Can anyone tell me how to get rid of the right hand spacing after the columns so my column will fill the grid...
davebrown
11-19-2009 10:51 AM
bertaudmarc Go to last post
3 7
Ok I'm using this invalidHandler: function(form, validator) { PossitionStuff.possitionErrors(); }, And it works but it doesn't fire till...
Atkinson, Sarah
11-19-2009 10:37 AM
Atkinson, Sarah Go to last post
0 2
Hello, I need to use jQuery lib in a script that will be included in my clients sites. My script will be included last in the body of a html page,...
Dimitar Velkov
11-19-2009 10:11 AM
Dimitar Velkov Go to last post
0 1
Hello All, Is there any site/plugin that provides the accordion menu to be 4 levels deep? I know this could be achieved using treeview plugin but I...
Chandan Luthra
11-19-2009 09:49 AM
Chandan Luthra Go to last post
0 3
Hi, I am using CrossSlide plugin ( http://www.gruppo4.com/~tobia/cross-slide.shtml ) for my website however the images loads slowly. How can i make...
Vivek
11-19-2009 08:53 AM
Vivek Go to last post
1 4
Tenho uma função que chama outra função function refreshEstado(estado, cidade){ $.post( '../busca_estados.php',{ UF:...
Carlos Santos
11-19-2009 08:40 AM
Carlos Santos Go to last post
0 2
I have the following script (see below), which dynamically adds div between closing and opening h3 tags. The script works fine in Firefox but IE is...
hagbardceline
11-19-2009 08:21 AM
Michel Belleville Go to last post
3 4
Hello all, I have a question, I'm not sure if is a Dialog bug or I do something wrong. When page is loading(at the beginning). I can see for a...
NMarcu
11-19-2009 08:03 AM
Richard D. Worth Go to last post
3 4
1. <img src="xxx" style="display: none;" id="img1"> alert($('#img1').width()); 2. <div style="display: none;"> <img src="xxx" style="display: none"...
David .Wu
11-19-2009 07:42 AM
David .Wu Go to last post
0 2
Hi all: I have a website. All my images are in "/img" directory. Now, my client needs to put the site in a subdirectory, so, my images are...
nomen
11-19-2009 07:15 AM
nomen Go to last post
8 9
hi i've got a page (asp.net) where I trap the click event of a link. i then do some dirty checking and present a dialog to the user, var...
Mick Delaney
11-19-2009 06:33 AM
Mick Delaney Go to last post
0 2
Hi list, I've run up against a small problem processing my ajax response using jQuery. Suppose I have this xml returned from a post or ajax...
sjames
11-19-2009 05:57 AM
sjames Go to last post
2 4
Hi, Just to looking for a better way to use jQuery, here is my doubt. There is a page that uses $.post to call another page that build a report in...
Denis Caggiano
11-19-2009 04:49 AM
Vincent Robert Go to last post
7 8
Hi! I'm using a jQuery plugin called DragScroll (http://plugins.jquery.com/ files/jquery.dragscroll.js.txt) so I can drag and scroll just like...
pookeyblow
11-19-2009 04:48 AM
pookeyblow Go to last post
1 4
Hello, can u tell me where to start ajax. i am new learner of ajax. i know just simple creation of request object. proceduers,events and properties...
Ankur_Patel
11-19-2009 04:47 AM
Ankur_Patel Go to last post
5 6
Hi, I'm trying to use $.ajax function to poll my server for updates. Here's the brief code that I use: $.ajax({ url: "endpoint", type:...
Juriy
11-19-2009 03:54 AM
Peter Go to last post
1 5
Hey - hope you are all well. I have a simply Jquery script which acts as a rollover - on mouseover if fades the opacity, and then back again. Heres...
Peter Crymble
11-19-2009 03:49 AM
Peter Go to last post
1 3
Hello, this is a repost of my first post. The Superfish navbar menu reverts to a "classic" dropdown menu when in NAV module of Afterburner template...
xantof
11-19-2009 03:46 AM
xantof Go to last post
0 2
I'm using a navbar with superfish. I simply put my menu list inside a wrapper so the markup looks like this: <div class="navbar-wrapper> <ul...
Shawn
11-19-2009 03:37 AM
xantof Go to last post
4 39
Hi there, I'm new to jQuery and was looking for a way to get a table cell above or below the current one. What I mean is a function like .prev() or...
Jan
11-19-2009 02:55 AM
Jan Go to last post
3 4
I have a set of combo boxes on a HTML form which act as a Date control: <div id="datecheck"> <select id="datecheck_y" name="datecheck_y"> ...
Narasimha
11-19-2009 02:40 AM
Narasimha Go to last post
0 1
I have a set of combo boxes on a HTML form which act as a Date control: <div id="datecheck"> <select id="datecheck_y" name="datecheck_y"> ...
Ngm
11-19-2009 02:39 AM
Ngm Go to last post
0 1
I am having h3 tag containing anchor tag , i want to know the position of the mouse while hover. Why the following works differently in IE and FF. ...
Latha
11-19-2009 12:02 AM
Latha Go to last post
0 3
Sorry, my mistake: The variable 'containerID' in the script is the ID of the closest named container of the accordion. In the above example...
Adriana
11-18-2009 11:49 PM
Adriana Go to last post
3 4
Hi, I'm italian developer. I have a problem. I develope my simple web application using jquery for ajax call. My Servlet return json string...
sportfantasy
11-18-2009 11:20 PM
Dave Methvin Go to last post
3 5
Here is the screenshot of the bug or error in IE7. Can anyone help me figure this one...
dmikester1
11-18-2009 10:58 PM
dmikester1 Go to last post
3 4
Because I am using the CLASS of the button to open UI Dialog (as opposed to the ID), how can I pass it the ID (or any data, for that matter)? I need...
discern
11-18-2009 07:56 PM
stworthy Go to last post
4 5
Hello I created some tabs dinamically and now I need to remove one, triggered by an element inside a tab (not tab-header, not the currently selected...
cPetru
11-18-2009 07:46 PM
stworthy Go to last post
3 4
Every body loves a little treat in their websites... Well I believe jQuery holds the PERFECT javascript library for doing the Konami Code. A fan of...
Ash
11-18-2009 06:55 PM
Rick Faircloth Go to last post
6 7
Hi, I have a question more about how to structure my code when using JQuery. I have this master HTML template that contains my site header and...
Westside
11-18-2009 05:25 PM
Westside Go to last post
0 2
I want the function to trigger when there are errors it's to alter the position of both the errors and other elements on the page. So I got the...
Atkinson, Sarah
11-18-2009 04:06 PM
StephenJacob Go to last post
1 6
I have been banging my head against the wall and searching for answers for the past week, so any help or direction would be appreciated. I am sure...
Joe
11-18-2009 03:51 PM
Joe Go to last post
4 5
Post New Thread

Display Options
Showing threads 51 to 100 of 5004
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  


 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.