[jQuery] Re: Problem with animate after submit in opera

2009-10-20 Thread Constantin Valeriu Tuguran
Thanks for the help. I wanted to give the user some feedback while waiting for an action to complete so I can not return false. I must find another way. Best Regards, 2009/10/20, Karl Swedberg : > Is the link's href set to another page? If so, I'm surprised it works > in any browser. You would n

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-20 Thread Florent V.
> there is no reason not to be able to build a mega menu inside UL/LI structure > and this has been done in superfish Sorry, but i think this is a mistake. This is the kind of code that Superfish expects: Category name

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread Marco Barbosa
Hmmm. This is more complicated than I thought. waseem, having 2 input fields doesn't seem correct. Thought it might work I will have to pass that solution for this specific site. Liam, Your code didn't work either, I don't know why. Jörn, this watermark plugin is interesting but I don't want to

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread waseem sabjee
ok,why not absolutely position some text on a password box and hide that text on password box focus ? On Tue, Oct 20, 2009 at 10:05 AM, Marco Barbosa wrote: > > Hmmm. This is more complicated than I thought. > > waseem, having 2 input fields doesn't seem correct. Thought it might > work I will ha

[jQuery] Re: Calling a user-defined function

2009-10-20 Thread Cacho Menguito
Thanks! :) On Tue, Oct 20, 2009 at 3:02 PM, Giovanni Battista Lenoci wrote: > > cachobong ha scritto: > > How do i use a function like this? >> >> $.clientCoords = function() { >> var dimensions = {width: 0, height: 0}; >> if (document.documentElement) { >>

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread Bi Jing
For now, our project use two input elements to implement this, we still can not get easier way. Actually, not only password, but also text element, you need two inputs, one hidden one shown. Becoder. On Tue, Oct 20, 2009 at 4:08 PM, waseem sabjee wrote: > ok,why not absolutely position some text

[jQuery] Re: Where to access datepicker?

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 2:29 PM, Andrew243 wrote: > > Hi Charlie, > > The Google link works -- thanks, I did not understand how to contruct > the Google URL from their site. > > What URL can I use to link to datepicker? > For the jQuery UI Datepicker, you'll need jQuery, jQuery UI, and a theme:

[jQuery] [Validate] How to raze error manually?

2009-10-20 Thread SirShurf
Hi all, I have a Validate of a form that is inside a UIDialog. On submit I am sending AJAX request for the server (LINE SAVE), the Client side validation is passed but now I have a server side, plus save errors codes... How can I raize validation error on codes returned from AJAX? Any examples

[jQuery] Re: Weird z-index problem JQuery dialog + Text field

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 10:54 PM, Bi Jing wrote: > Could please provide some code fragments? > Even better would be a live sample page. If you don't have a place to host one, you can use jsbin.com: http://jsbin.com/ - Richard

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread Richard D. Worth
Looking at the 'Available Options' on http://fancybox.net/howto , my guess would be one of these settings: easingIn, easingOut, easingChange Easing used for animations - Richard On Mon, Oct 19, 2009 at 8:10 AM, jessie wrote: > > Ok after reading a bit i know realise that i have to animate and

[jQuery] Re: Jquery Simple Accordion Script (No Plugins)

2009-10-20 Thread Richard D. Worth
Your title says (No Plugins). Are you set on not using an already built accordion plugin that has solved these issues, and more? Because you're hitting the first of many issues that previous plugin authors have hit before you. - Richard On Mon, Oct 19, 2009 at 10:06 AM, Joel wrote: > > Good Day,

[jQuery] Re: Sortable: get the element that received the sortable?

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 7:29 AM, Matt wrote: > > Anyway: is there a way that I can get the element that has received > the sortable item? It could be one of three in my case, and I only > want this code to be added for two of them. > > $(this) If you have any more questions about this plugin, pl

[jQuery] Re: .html(data) in Select Box Not working

2009-10-20 Thread Evgeny Bobovik
May be IE don't understand your POST paranetres try to use this method $(document).ready(function(){ $("#place").change( function() { $.post("types.php",{ local: '"' + $("#place").val() + '"' }, fun

[jQuery] Am i missing something? tis not working in IE

2009-10-20 Thread jessie
Hi Everything is working as it should in Firefox, i've checked the firebug and its not spitting out any errors. Except in IE its not working... Can someone please have a look at my code and tell me if i'm missing somethin gplease. Thank-you in advance. Jess. Here is the scripts.. in orde

[jQuery] Re: Difference with two ways to select elements?

2009-10-20 Thread Evgeny Bobovik
1: $("select[name^='start_me_']").val(0); - this method set value only in first founded selector, second method is most optimal to do what you want - this method found all elements matches your criteria. Gk___ Sent from Minsk, Belarus 2009/10/19 Morris Li : > > Hi All > > I am having a quest

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
Thanx Richard, Well its all now working apart from IE! Everything seems to flow fine in Firefox but none of it works in IE after i implemented this to my effects.js $(function(){ // Document is ready $("a.group").fancybox({ 'overlayShow' : true,

[jQuery] Safari ignoring CSS width value when animating width

2009-10-20 Thread Gavin
Hey, I have a series of elements that are all set in the CSS to 120px in width - here's the CSS: li{ height: 20px; margin: 2px 0; -moz-border-radius: 3px; position: relative; -webkit-border-radius: 3px; width: 120px; } My jQuery animates these elements' widths to different sizes. The following

[jQuery] How to get active image centeres in jCarousel?

2009-10-20 Thread Ghprod
Hi, i use jcarousel in one of my project. As we know active image in jCarousel, default set in the left or right. Can i customized so active image will centered? Let say there's 5 image and i want image number 3 in the middle is set as active image :) regards thnx

[jQuery] superfish navbar - how do I center the whole bar?

2009-10-20 Thread Shawn
I'm using a navbar with superfish. I simply put my menu list inside a wrapper so the markup looks like this: ... ... ... now I want to make the navbar-wrapper 100% of width and the navbar to be centered in it, I thought it should be simple just do the following css trick div.navbar-wrapper{

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread Ghprod
Hi ... if u work with newer version of jquery, maybe u'll change $ into jQuery :) Hope it helps :) regards

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread rupak mandal
Try this $("#billing_first_name1").attr("value",$("#shiping_first_name").val()) $("#billing_last_name1").attr("value",$("#shiping_last_name").val()) Thanks On Tue, Oct 20, 2009 at 8:55 AM, Ghprod wrote: > > Hi ... if u work with newer version of jquery, maybe u'll change $ > into jQuery

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread rupak mandal
Put the ul inside a div. I think it will work On Tue, Oct 20, 2009 at 9:05 AM, Shawn wrote: > > I'm using a navbar with superfish. I simply put my menu list inside a > wrapper so the markup looks like this: > > > > ... > ... > ... > > > > > now I want to make the navbar-wrapper 100% of

[jQuery] Re: How to get active image centeres in jCarousel?

2009-10-20 Thread rupak mandal
jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ start: 3 }); }); http://sorgalla.com/projects/jcarousel/examples/static_start.html Thanks On Tue, Oct 20, 2009 at 8:49 AM, Ghprod wrote: > > Hi, > > i use jcarousel in one of my project. As we know active i

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread Florent V.
Hello, This is a CSS issue, not really related to Superfish or jQuery. The solution depends on your code, and also on the browsers you want to support (IE 6 and 7 will limit what you can do). If your UL has a fixed width, you can center it horizontally in its container using automatic margins.

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread rupak mandal
either you ca maintain two input element (like facebook), or make an image of "password"and set the image to textbox background, on focus or click just remove the background-image. On Tue, Oct 20, 2009 at 2:09 PM, Bi Jing wrote: > For now, our project use two input elements to implement this, w

[jQuery] Re: superfish navbar - how do I center the whole bar?

2009-10-20 Thread Shawn
If you have markup as indicated below, then you have invalid markup, which will cause problems. A UL element can't contain a div - it has to contain li's, which in turn can contain a div. I would expect that structure to fail. Removing the div immediately after the UL, will clean things up

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread ReynierPM
Ghprod wrote: Hi ... if u work with newer version of jquery, maybe u'll change $ into jQuery :) With newer version you mean 1.3.2? Hope it helps :) regards -- Saludos ReynierPM

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread ReynierPM
rupak mandal wrote: Try this $("#billing_first_name1").attr("value",$("#shiping_first_name").val()) $("#billing_last_name1").attr("value",$("#shiping_last_name").val()) Maybe I'm doing something wrong because it not works. Check the code online at http://jose-couto.com/pintpal4/order_

[jQuery] Re: Superfish plugin: some limitations that could be addressed

2009-10-20 Thread Charlie
not sure what you mean by "hack" or "abusing the ul/li elements" only interpretation can think of for "abusing" is invalidation,  here's an example of large container div inside a sub in superfish. http://tinyurl.com/yzfwmvy here's the 100% validation thru w3c validator http://tinyurl.com/y

[jQuery] Why doesn't this work (comet)?

2009-10-20 Thread bobslf
I found this in a thread here called 'jquery doing comet'. It didn't work for me unmodified. I also modified it a little and it still doesn't work. Can someone tell me what's wrong? Bob here is the html file: - http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> http://www

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread rupak mandal
change the id of lastname of billing information to "billing_last_name" Thanks On Tue, Oct 20, 2009 at 5:44 PM, ReynierPM wrote: > > rupak mandal wrote: > >> Try this >> >> $("#billing_first_name1").attr("value",$("#shiping_first_name").val()) >> $("#billing_last_name1").attr("value",$("#sh

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread rupak mandal
sorry change the id of lastname of shiping information to "shiping_first_name" Thanks On Tue, Oct 20, 2009 at 6:04 PM, rupak mandal wrote: > > change the id of lastname of billing information to "billing_last_name" > > Thanks > > > On Tue, Oct 20, 2009 at 5:44 PM, ReynierPM wrote: > >> >> rupa

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread ReynierPM
rupak mandal wrote: change the id of lastname of billing information to "billing_last_name" Thanks a lot, that was the mistake. Now it works -- Saludos ReynierPM

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread ReynierPM
rupak mandal wrote: sorry change the id of lastname of shiping information to "shiping_first_name" I have another question related to this. How can I clear the fields if I uncheck the checkbox? I mean when marked fill fields as I do until now and when unmarked empty those fields? How can I

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread ReynierPM
ReynierPM wrote: rupak mandal wrote: I have another question related to this. How can I clear the fields if I uncheck the checkbox? I mean when marked fill fields as I do until now and when unmarked empty those fields? How can I check when the checkbox is checked or not? Cheers Reply by

[jQuery] Re: Copy content from one field to another

2009-10-20 Thread rupak mandal
function doCopy(){ if($('#same').is(':checked')) { $("#billing_first_name").attr("value", $('#shiping_first_name').val()); } else { $("#billing_first_name").attr("value",""); } } > I have another question related to this. How can I clear the fields i

[jQuery] Re: Am i missing something? tis not working in IE

2009-10-20 Thread MorningZ
Can you be more specific than dumping a bunch of lines of code and saying "doesn't work"... like can you pin down a general location of where it might be failing? one thing that stands out is the use of "enter" as a function name, and IE and reserved words like that don't play nice, try "Enter" o

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread Charlie
take out trailing comma after "500" IE will throw error every time on trailing commas jessie wrote: Thanx Richard, Well its all now working apart from IE! Everything seems to flow fine in Firefox but none of it works in IE after i implemented this to my effects.js $(function(){ //

[jQuery] Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
Hi, Seems like got stuck in the cross domain issue. Just trying to get the XML response from the servlet call through POST method: $.ajax({ type: "POST", url: "http://10.210.221.43:9081/shopsfinder/servlet/ ShopsFinderStoreServlet" //THIS DOESN'T

[jQuery] Re: Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
P.S: We also don't want to use the cross domain solution through 'PROXY'. Thanks Mohammed Arif On Oct 20, 6:17 pm, Mohammed Arif wrote: > Hi, > > Seems like got stuck in the cross domain issue. > > Just trying to get the XML response from the servlet call through POST > method: > > $.ajax({ >  

[jQuery] Re: Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread MorningZ
Behaves as expected, you cannot make cross site/domain requests. You've got two choices: 1) Use jsonP (http://www.ibm.com/developerworks/library/wa-aj-jsonp1/) or 2) in the same location as your app, make a server side proxy class/ snippet that calls and mirrors the remote request On Oct

[jQuery] Re: Access denied | uncaught exception in FF 2.0 | servlet call from another domain

2009-10-20 Thread Mohammed Arif
Exceptions are XMLHttpRequest: null failure code 0x80004005 ns_error_failure etc. On Oct 20, 6:18 pm, Mohammed Arif wrote: > P.S: We also don't want to use the cross domain solution through > 'PROXY'. > > Thanks > Mohammed Arif > > On Oct 20, 6:17 pm, Mohammed Arif wrote: > > > Hi, > > > Seems

[jQuery] Re: Am i missing something? tis not working in IE

2009-10-20 Thread jessie
Thank-you. It was the trailing comma after "500" Simple but nasty to find! LOL Thanx Jess On Oct 20, 11:12 pm, MorningZ wrote: > Can you be more specific than dumping a bunch of lines of code and > saying "doesn't work"... like can you pin down a general location of > where it might be faili

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
yes i found the solution just 10 min ago on the fancybox groups ! It was a nasty, nasty thing i would of never figured it out! yet so simple! Thanx by the way. Jess. On Oct 20, 11:13 pm, Charlie wrote: > take out trailing comma after "500" > IE will throw error every time on trailing comm

[jQuery] Re: Problem with animate after submit in opera

2009-10-20 Thread Karl Swedberg
On Oct 20, 2009, at 3:53 AM, Constantin Valeriu Tuguran wrote: Thanks for the help. I wanted to give the user some feedback while waiting for an action to complete so I can not return false. I must find another way. How about this, then? ... $(document).ready(function(){ $

[jQuery] Re: Problem with animate after submit in opera

2009-10-20 Thread Constantin Valeriu Tuguran
Thanks again for your time. The idea is this: I have an action that usually finishes instantly but can take alot of time if on that action the database is migrated (this happens rarely but it happens). On this action i triggered the animation because I wanted to notify the user somehow that things

[jQuery] jQuery Tabs - retain tabs on browser refresh

2009-10-20 Thread Chris
I have created a page that uses the jQuery UI tabs widget and an accordion. I'm creating tabs dynamically when an item is clicked in the accordion and loading a page into the tab. I have seen that there is a cookie facility for the tabs to provide the ability to retain the selected tab but I'm won

[jQuery] jqueryui's sortable and Flash

2009-10-20 Thread David
Hi, I've spend an insane amount of time on this issue but can't find a solution, hopefully someone else has encountered (and solved) it. I've created a simple list, with a bunch of . One of the is actually a Flash object that has its own event handlers for mouse clicks. However, the jquery's

[jQuery] html select to get value from mysql on change

2009-10-20 Thread rftemp
Hi Peoples, Would appreciate some help with this one, have a nice little muliform page which is all working well but i need some of the html selects to call back to jquery (working) then the the jquery to call the php (working) then the php to call the mysql ( not working at the moment) then the w

[jQuery] JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Subtle
How would I extend blockUI to have a function callback for when the queue is empty? I want to use something like this in a project where I have several queued ajax requests, but I only want to call blockUI on the first request and unblockUI when the queue is empty. Thanks, Russ

[jQuery] Some little Problems to extract data from ajax response ....

2009-10-20 Thread WebHamster
Hi all ... I have some small problems with Jquery ... I have a index.php site, inside this file it gives some 's with ID's. When i load the index.php file (over $.ajax), it isnt accessible for me ... i thinks its better when i make a example... $.ajax({ url:'/index.php', type:'GET', s

[jQuery] Help validating form

2009-10-20 Thread ReynierPM
Hi every: I'm trying to validate this form but I have a lot of problems. The file jquery.validations.paypal.js contains the code to validate the form. What's happen? For example if I leave a required field empty it doesn't validate and don't show the messages and so on. Can any help to fix thi

[jQuery] getJSON: use retrieved data outside the function???

2009-10-20 Thread Dave
Hi In the code below the second alert is executed before the first one making it show the "empty" content, and not the result from the .json file. Why, and how can I make it work??? - getjson.html file --

[jQuery] Re: getJSON: use retrieved data outside the function???

2009-10-20 Thread MorningZ
"Why, and how can I make it work??? " Because you aren't understanding asynchronous behavior... The script doesn't "wait" for the $.getJSON call to finish before continuing on you'll need to do your work with "content" inside the success event, even if that means calling another function pas

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread Marco Barbosa
You were right Waseem. Specially after Bi Jing confirmed. I think that is the best way. If it doesn't work I wil go for background like Rupak suggested. Thank you all for your help! On Oct 20, 1:55 pm, rupak mandal wrote: > either you ca maintain two input element (like facebook), or make an i

[jQuery] Re: getJSON: use retrieved data outside the function???

2009-10-20 Thread Dave
Ok, thats how it work. Thanks for your answer. :) Cheers / David On Oct 20, 6:38 pm, MorningZ wrote: > "Why, and how can I make it work??? " > > Because you aren't understanding asynchronous behavior... > > The script doesn't "wait" for the $.getJSON call to finish before > continuing on yo

[jQuery] Re: JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Subtle
Solved the problem using $.ajaxStop to call unblockUI. See http://docs.jquery.com/Ajax/ajaxStop On Oct 20, 8:28 am, Subtle wrote: > How would I extend blockUI to have a function callback for when the > queue is empty?  I want to use something like this in a project where > I have several queued

[jQuery] Re: Change row colors of table based on content

2009-10-20 Thread gjha...@gmail.com
Thanks for the solutions, I have figured out solutions like yours, but I tought that may exists less-code solutions, so I opened this thread. Thanks anyway, great solutions. On Tue, Oct 20, 2009 at 00:18, Charlie wrote: > I try to learn as much as I can from this sort of exercise. > > I made a

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread waseem sabjee
I am experimenting around with other ways.the bad part about this is the a browser will not allow you to change the type attribute - u suppose thats for security purposes. but ye - may be an absolutely positioned element over the text box can help if you can get the z-indexing right to support IE.

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread waseem sabjee
strangest thing though - to get around faults like these. i coded my own jquery select box...as its made of div tags you can;t give it a name attribute. but you can still send the value through ajax or a query string. On Tue, Oct 20, 2009 at 7:49 PM, waseem sabjee wrote: > I am experimenting arou

[jQuery] Re: JQuery, JFeed, Blogger

2009-10-20 Thread rob
I'm not sure if this JFeed plugin is not being used much, or maybe I'm using it for the wrong thing. Here's a better way to pull the Blogger Content... http://code.google.com/apis/gdata/samples/blogger_sample.html On Oct 19, 2:59 pm, rob wrote: > Hello, > > I've been working on this for a whi

[jQuery] Re: password initial value without masking "****"

2009-10-20 Thread Don Dunbar
Hi, another thing you can try is to use a label for the password input. Just change the label styles to go on top of the input field ( it will look like it is in the field.) Then when the input field has focus, hide the label so it doesn't block the field. I just saw Waseem has the same idea. Actu

[jQuery] Toggle Help

2009-10-20 Thread Dave Maharaj :: WidePixels.com
I am trying to toggle two different views on the page. I have the users personal info in content So when the user clicks edit the content gets replaced with a form url: "/manage/personal/edit", What would be the best way to do this/ So if they click edit the content gets replaced with the form,

[jQuery] How to

2009-10-20 Thread vaqz
Hello..newbie here.. How do we compress a script tag without .js extension? example: *instead of this *it will look like this notice that in my 2nd example

[jQuery] Re: JQuery blockUI plugin - support for queueEmpty function

2009-10-20 Thread Mike Alsup
> How would I extend blockUI to have a function callback for when the > queue is empty?  I want to use something like this in a project where > I have several queued ajax requests, but I only want to call blockUI > on the first request and unblockUI when the queue is empty. You can use the ajaxSt

[jQuery] Using CKEDITOR within Tabs plugin

2009-10-20 Thread Greg.Soulsby
I would like to use CKEDITOR on a textarea field within a form which is within an Ajax Tab. I thought the following would work - binding to the Load event, so CKEDITOR is triggered once the Ajax data is loaded. The form and texarea on the first Tab. However, when I click from off this tab to ano

[jQuery] Cluetip persist when mouse over hover

2009-10-20 Thread JD
I need the tooltip to persist when the mouse is over either the link or over the tooltip. I saw this functionality being displayed by aCoolTip and it seemed to be the default. The tooltip needs to be activated on hover and I also want sticky to be false. Is there any combination of settings tha

[jQuery] Superfish - problems with other extensions

2009-10-20 Thread moby
Hallo, as mentioned herehttp://forum.joomla.ch/viewtopic.php?t=5910 superfish unfortunately hinders other modules from working corretcly. In my case it interferes with the gk_news_highlighter. So I had to set priorities and removed superfish. Sorry. Best regards

[jQuery] Marquee - can it be centered

2009-10-20 Thread Amy
I am using the Giva Labs marquee but I want the text to be centered. Any thoughts on how to do this?

[jQuery] Re: Toggle Help

2009-10-20 Thread Etienne Robillard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think you must have missed the docs for the $.ajax constructor. Looks in the docs for the correct way to use it... ;-) Hope this helps, Etienne Dave Maharaj :: WidePixels.com wrote: > I am trying to toggle two different views on the page. I have

[jQuery] Delay keyup

2009-10-20 Thread wheatstraw
Hello In the following code, I would like it delay the "keyup". Does anyone have an idea? $("#search_query").bind("keyup", function(e){ $("#quickresults").slideDown("fast"); $.post("http://www.wesbite.com";, {search_query: $(e.target).val()},

[jQuery] Re: Delay keyup

2009-10-20 Thread aquaone
use clearTimeout and setTimeout w/ callbacks. e.g. from my tablefilter code: // bind text entry $("input", $trInput).each( function(){ $(this).keyup( function(){ var input = this; var timerCallback = function(){ filter( in

[jQuery] Autocomplete and Fancybox

2009-10-20 Thread Ramalho
Hi to all, I'm trying to work out how to integrate a result comming from a autocomplete to be showed in a fancybox, someone has some idea.

[jQuery] Overlay: extra, oversized, un-css-able border in IE 6 and 7

2009-10-20 Thread fatbike
Hi, I'm a new to jquery (I like to think of it as young) but very familiar with IE's standards or lack of them. I've created a overlay using jquery.tools, obviously it works just fine in all browsers, however the IE browsers are rendering an extra, oversized border which I am not able to control

[jQuery] Same input, different data sources

2009-10-20 Thread robert
I have the following situation: I'm trying to make the autocomplete work for an input that will store 3 different variables (ex. sum, currency and period) separated by comma. The autocomplete will work for the last two, wich will be retrieved from 2 different urls. Currently, I tryied to bind on

[jQuery] EasySlider 1.7

2009-10-20 Thread emmy wang
Hi, I know noting about Javascript, but I try to use this plugin, EasySlider/ http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider, on my web page. Could anybody take a look here http://crk.iri.columbia.edu/health/test/courseindex2.html, and let me know how to make a text

[jQuery] please help

2009-10-20 Thread wael alzard
hello all, i have program a web site based on jquery ajax , but i have a problem on preformence that when i request any page and the content loaded form another page the browser hangs when i call this method $('Content').html(a); // this but the loaded page into current page how can i improve

[jQuery] images show before jquery and cycle plugin work their magic

2009-10-20 Thread thor
Hi, I am looking for assistance with a loading problem and my apologies if this is beyond the scope of this group. I am running the lastest jQuery and Jquery cycle plugin. I haven't done any customization per se only trying to get the two components to work. I am at the point where things "seem"

[jQuery] Re: please help

2009-10-20 Thread Karl Swedberg
You could set up your server-side code to send back only a portion of the page rather than the entire thing. Other than that, we'd probably need to see more of your code before we could offer constructive advice. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: images show before jquery and cycle plugin work their magic

2009-10-20 Thread Karl Swedberg
If you have large images, they would take longer to load. No way around that. One thing you can do to avoid having the images "span down the page" is to add a style declaration for them in your stylesheet: position:absolute; I believe the cycle plugin sets the cycled elements to position:ab

[jQuery] Strange formatting error (FF3 and jQuery)

2009-10-20 Thread JohnnyCee
I see a formatting error in Firefox 3.5.3 when I include jQuery 1.3.2 on a page even though I have not added any JavaScript of my own. A paragraph element that is placed after an image is not honoring the margin-top CSS parameter. The HTML and CSS are valid, and if I remove the jQuery library, the

[jQuery] jQuery validation and error messages

2009-10-20 Thread talasan.nichol...@gmail.com
I don't really know where to start on this, but I need to take a form like: input description And put an icon [the error label] next to input on success or fail; but also change the 's text on success or fail. So a fail would change the message to whatever the message was, and on success it wo

[jQuery] Re: jQuery validation and error messages

2009-10-20 Thread Bi Jing
You can set id attribute of element, e.g. username_desc And then using following script, if(success){ $("#username_desc").html('default msg'); }else{ $("#username_desc").html('error msg'); } Or you can add a new used to show error message, toggle it between default on your validation result. B

[jQuery] Re: How to get active image centeres in jCarousel?

2009-10-20 Thread Ghprod
Hi, this param just get where image to start but not center them :( regards thnx