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     
I am using some jquery code to validate a form and then post the results of the form via an ajax request to a script. I am struggling with the code...
James W
07-03-2009 11:02 AM
Jing Software Go to last post
2 28
var v = $.browser.msie && !(op.attributes.specified) ? op.text : op.value; HI all, first timer.. I realise this was posted before but the problem...
methodinsane
07-03-2009 09:00 AM
methodinsane Go to last post
0 58
hi, I am using the multiple selection combobox It can find in the following...
Leandro Tuttini
07-03-2009 08:50 AM
Leandro Tuttini Go to last post
0 155
Dear developers, dear community, in order to complete my design, I'd like to kindly ask you if there's a possibility to use JQuery's SlideUp...
Chris
07-03-2009 07:46 AM
Charlie Go to last post
3 259
Hi, Could someone take a look at this website I developed and let me know what's going on with the footer logos please? It seems to happen on all...
osu
07-03-2009 07:35 AM
Jonathan Vanherpe (T & T NV) Go to last post
3 37
hai guys am new to this and dont know how to get the values from jquery to a controller in php i will xplain my simple login form is as...
jeremy
07-03-2009 07:34 AM
jeremy Go to last post
0 14
Hello, I heve a problem whith the hover method, i've tried lose onmouseover, onmouseenter and my problem is not solved. On FF is works fine but not...
babwar
07-03-2009 07:08 AM
babwar Go to last post
0 4
a simple table 10*200, based on the one on the plugin page leaks 1.3mB on every page refresh in IE6. I have tried unsuccessfully to fix this in about...
pob
07-03-2009 05:57 AM
pob Go to last post
0 8
Hello all, sorry for my bad english. I have a problem whit the jquery ajax; I have this test page whit the jquery javascript: <!DOCTYPE html PUBLIC...
HeNdRiX
07-03-2009 05:06 AM
HeNdRiX Go to last post
0 5
Hello, I think i have found the problem place but still cannot solve it. $(".addressDiv span").live("mouseover", function(){ I have used the...
Sanam Maharjan
07-03-2009 04:17 AM
Sanam Maharjan Go to last post
0 10
Hi, I am using JCarousel in my website, and it seems to slow down, and even freeze, the page when shown with IE8. I was looking in the other posts...
Medi1
07-03-2009 03:59 AM
Medi1 Go to last post
0 6
Hi, I just tested all my jQuery selectors using the jQuery Tester (http:// jquery.nodnod.net), and the results seem to "contradict" one thing I read...
north
07-03-2009 03:41 AM
olsch01 Go to last post
6 74
Is there an error / typo in the URL being requested ? Should it be "charts/gen_*e*_rate_chart.php" ? L pacodelucia wrote:
pacodelucia
07-03-2009 02:50 AM
pacodelucia Go to last post
8 27
I have two namespaced events bound like so: $("body").bind("selected.proctor",function(e,data) { /*...
Mike Nichols
07-03-2009 02:08 AM
Mike Nichols Go to last post
0 6
You need to include jquery.cascade.ext.js included in the distro On Jun 5, 10:16*pm, kranthi <kranthi... (AT) gmail (DOT) com> wrote:
Mike Nichols
07-03-2009 01:17 AM
Mike Nichols Go to last post
0 48
Is there some form of auto complete that completes the query in the actual input box instead of a drop down box or the like? I'm not really sure how...
Riley S
07-03-2009 12:12 AM
Riley S Go to last post
0 8
for the JCarousel (http://sorgalla.com/projects/jcarousel/), I attempted to keep my next button enabled. Currently, it only becomes enabled if you...
expresso
07-02-2009 11:12 PM
Ricardo Go to last post
3 62
Hello, I am new to this discussion but hope you would post reply for my query and encourage me to keep in touch with this discussion. Well here...
Sanam
07-02-2009 11:12 PM
Sanam Go to last post
0 7
Hi, We're using jquery.validate for a form with several fields. One of the rules uses the remote: method to send a field to the server,...
AdamC
07-02-2009 09:58 PM
James Go to last post
1 14
Hi guys, i just leanerd the existence of the ajaxSubmit jQuery plugin, im wondering if there is a way to use the JSON both to send and retrieve the...
DaNieL
07-02-2009 09:40 PM
James Go to last post
3 402
I've found a situation where the callback function won't run if there is a & in the returned XML. I am calling PHP on the server side and passing the...
Kendall
07-02-2009 08:20 PM
Kendall Go to last post
2 82
var A=function(){ }; $.extend(A.prototype, { init:function(){ alert('A init'); } }); var B=function(){
jonathan
07-02-2009 07:51 PM
jonathan Go to last post
0 8
I use jQuery 1.3.2 and tried to use: $('.applied').each(function(){ $(this).css('background-color', '#ff0000').animate ({backgroundColor: "#000"...
Apothem
07-02-2009 06:42 PM
CSEer Go to last post
2 45
Hi, I am trying to swap two attributes around, I am trying to achieve something like this: $(trigger).find('input').attr({value: img_id, name:...
Sceneshift
07-02-2009 06:18 PM
Ricardo Go to last post
2 4
I have 2 dropdown lists (car and color). when I choose my car, I want my distinct list of colors. After i select both, I want to display how many...
paulinstl
07-02-2009 05:36 PM
paulinstl Go to last post
0 8
I'm trying to get this script to work with SpiderMonkey, http://www.sfu.ca/~jdbates/tmp/jquery/200907020/sauce It's a port of a script I previously...
Jack Bates
07-02-2009 04:57 PM
Jack Bates Go to last post
0 19
When calling this jQuery: $("#homepage-slides img:eq(0)").fadeOut(300, function() { $("#homepage-slides img:eq(1)").fadeIn(300, function() {...
Shane Riley
07-02-2009 04:12 PM
Mauricio \(Maujor\) Samy Silva Go to last post
1 86
+1 jQuery 1.3.2 I have endless circle in like this code: $(function () { $.getJSON("http://foo.com/json/?callback=?", {ref:...
Perlover
07-02-2009 03:06 PM
Perlover Go to last post
1 96
I have yet another syntax question. I know that : can be used for specifying things like filters, but what does it do in this case: ...
expresso
07-02-2009 02:22 PM
waseem sabjee Go to last post
7 8
Hi there, I have a hyperlink ( <a> ) after i click on that hyperlink, the script sends some data to a .php page; That works fine, but for just one...
Glazz
07-02-2009 02:07 PM
Glazz Go to last post
2 226
Starting to use jQuery having read 'jQuery in Action'. Came across the following sysntax for sortable tables: ...
NauticalMac
07-02-2009 01:26 PM
NauticalMac Go to last post
2 19
I began using Cluetip (which is a wonderful plug-in - thank you) on a project I'm working on, but encountered positioning issues for tooltips...
Rob
07-02-2009 01:13 PM
Rob Go to last post
0 22
Hello, i got 2 radio button and default selected "p" <input type="radio" value="p" id="vo_grantview" checked />p <input type="radio" value="f" ...
Davis
07-02-2009 01:09 PM
Manuel Munoz Solera Go to last post
2 90
I think my problem would be better clarified if you guys were able to view the live site. The link is http://nxiel.com/ and the password...
Valor
07-02-2009 12:07 PM
Valor Go to last post
3 259
jQuery right now is still like a foreign language to me. I have books, etc. but can someone tell me what's going on here: // Create shortcut...
expresso
07-02-2009 11:56 AM
Michael Lawson Go to last post
3 19
I. Aim: First click on imagemap area - select area(highlight). Second click- deselect area. II. Very similar example. The result should be like...
Alexander
07-02-2009 11:29 AM
Alexander Go to last post
0 91
I have 4 buttons in a form. Save, Back, Submit, Confirm. The submit does form validation and has a submitHandler and invalidHandler. If no errors, a...
Jonathan
07-02-2009 11:11 AM
Jonathan Go to last post
0 17
Hello, I've wondered if there is a way to do this for a while. Perhaps I am missing something or should use a different approach altogether. Say I...
John Newman
07-02-2009 10:45 AM
John Newman Go to last post
0 228
Hello, I'm having some issues using the cookie persistence, it appears that as long as the link is in the jsp directory the menu renders...
Keith
07-02-2009 10:08 AM
Keith Go to last post
1 11
I've got a major wall with this plug-in. You have to specify a size that is > than the # of images that are currently viewable to get the next...
expresso
07-02-2009 09:52 AM
expresso Go to last post
3 179
hi I have a php script that initiates a download. This occurs when I file is selected from a drop down box and the js/jquery redirects them. Is...
sso
07-02-2009 09:52 AM
sso Go to last post
1 22
Hi all, How i Add/Remove element dynamically using jquery , i want to Add/remove not more then 8 element (ie Textbox) Thanks bharanikumar
bharani kumar
07-02-2009 09:33 AM
bharani kumar Go to last post
4 283
Hi, I am trying to achieve fallowing functionality. Hide grid column (when grid view), but edit this field when inline editing popup shows. Currently...
rzemyk
07-02-2009 09:31 AM
rzemyk Go to last post
0 183
Hi, Does jQuery provides any feature&nbsp; or&nbsp; plugin to handle unique url and&nbsp; browser back button in an ajaxified page. thanks in...
Amit
07-02-2009 09:28 AM
olsch01 Go to last post
1 134
Please have a look a main menu at this demo. http://www.okadadesign.no/vitaveritas/ Om oss and Medieomtale have sub menus. The submenu works fine...
shinokada
07-02-2009 08:48 AM
Charlie Go to last post
3 139
Why won't this work??? Nothing pops up for the alert. <script type="text/javascript"> var theObject = {"key": "value"}; ...
theozmanbo
07-02-2009 08:40 AM
theozmanbo Go to last post
13 90
Is the UI section of the site down? I have a few websites that link to it and they're all taking forever to load, seemingly hanging when "waiting for...
Vorge
07-02-2009 07:18 AM
Vorge Go to last post
3 57
Hello. I am trying to do something like this $(element1 || element2).click(function(){}) unfortunately this does not work, both element1 and...
Alexandru Adrian Dinulescu
07-02-2009 07:03 AM
NauticalMac Go to last post
3 17
Concerning Jörn Zaefferer autocomplete. In many cases the autocomplete list is being filled with Key Value pairs, such as a list of FooBars with...
gnjunge
07-02-2009 06:45 AM
gnjunge Go to last post
0 15
Hi I am having problem with the coda bubble window.. please check the urls: InternetExplorer...
bharathbhooshan ambati
07-02-2009 06:10 AM
bharathbhooshan ambati Go to last post
0 15
Post New Thread

Display Options
Showing threads 4401 to 4450 of 5013
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.