[jQuery] Re: datepicker setDate

2008-06-09 Thread andrea varnier
On 8 Giu, 05:36, mark [EMAIL PROTECTED] wrote: but if i do this $('#date').datepicker(setDate, new Date ( January 6, 1972 )); try adding curly braces, to define an object, like this: $('#date').datepicker({defaultDate: new Date ( January 6, 1972 )});

[jQuery] Re: Pimped-out Numeric input

2008-06-09 Thread Frantisek Malina
Nah, the SlideSet's drag and pull (http://fczbkk.com/js/slide_set/) is the way more cool than Spinbutton (http://semooh.jp/jglycy/jquery- plugins/spin-button). That involves a lot of clicking.

[jQuery] [ANNOUNCE] Toaster plugin

2008-06-09 Thread h3
I've just released a toaster plugin Project page: http://code.google.com/p/jquery-ui-toaster/ It's inspired by Miksago's experimental toaster plugin that was no longer maintained: http://code.google.com/p/jquery-ui/source/browse/branches/experimental/ui.toaster.js Note: It's beta release and

[jQuery] Re: jQuery Cycle - Custom scrollHorz

2008-06-09 Thread Andrej
Hi, Thanks for the suggestion. Yes, indeed I am looking for something more of a carousel, but having the ability to have an 'active/current' slide displaying slide info is something that the carousels don't seem to have and Cycle does via callBacks... It seems like i'm getting close in my

[jQuery] Re: Delaying remaining actions until animation is complete

2008-06-09 Thread fambi
Thanks. I wish the documentation was clearer! On Jun 8, 8:18 pm, Michael Geary [EMAIL PROTECTED] wrote: Use the completion callback: $this.animate({opacity: 0.5}, { complete: function() { Action 1 Action 2 Action 3 $this.animate({opacity: 1.5}); }}); -Mike We have a

[jQuery] Problem when posting messages...

2008-06-09 Thread Arun Kumar
I don't know why it is taking more time to get my posted message on jQuery-en group messages list...?

[jQuery] Re: possible bug when parsing xml on IE7?

2008-06-09 Thread MacFly!
Ok, it's works now! First,I was my fault! :( Ariel was right, dataType should be xml and not text/xml And secondly, as I use Struts framework, my content type was overriden with text/html, because I forwarded a jsp (with xml content) but it's not the correct way to forward xml. solution for

[jQuery] Re: strange bug with IE and .html()

2008-06-09 Thread Shaun
thanks very much will give it a try On Jun 7, 3:55 pm, Ariel Flesler [EMAIL PROTECTED] wrote: This should do, haven't tested though. $().html().replace(/jquery\d+=\d+/ig, ''); -- Ariel Fleslerhttp://flesler.blogspot.com On 6 jun, 20:35, Shaun [EMAIL PROTECTED] wrote: Thanks for the

[jQuery] [validate] Multiselect Select validation

2008-06-09 Thread morrijr
Hi, I need to make sure that the user selects between 1 and 100 items from a multi-select listbox. How can I get the validate plugin to enforce this? Thanks, John.

[jQuery] How to display Select menu value in DIV?

2008-06-09 Thread Doover
Hi. I'm new to jQuery and wonder how I can make a DIV automatically updated with the selected value from a select menu? The DIV should be updated onchange. I've tried the .serialize method but it displays a whole phrase (I just want the value). select id=menu name=menu option value=1

[jQuery] Ugly fade in IE?

2008-06-09 Thread Mark
Hi guys, I'm trying to make a log in form fade in using jQuery. It looks great in Firefox, but produces weird results in IE. You can view it live at http://city-demos.com/ Here's a screenshot of half way through the fade in IE7: http://city-demos.com/wtf.jpg A quarter of it fades in before

[jQuery] jQuery Sortables

2008-06-09 Thread Arun Kumar
Visit http://tech-test.tutorialsforu.com/jQueryDnD.html, There is some problem in using jQuery sortables. You can find screen shot is at:http://tech-test.tutorialsforu.com/jQueryDnD.PNG Got this problem while dragging the div item.

[jQuery] Thickbox without 'loading' indicator

2008-06-09 Thread juro
Hi, As I have a global loading indicator bound already to the ajaxStart event, I want to switch off Thickbox's own loading indicator. Is this possible? Warm regards juro

[jQuery] Cross site Ajax requests

2008-06-09 Thread Neo Anderson
I have two pages (JSP, PHP). One page is at port 8080, one is at 80. When I am sending Ajax request from PHP to JSP or JSP to PHP, I am getting Permission denied error. I know we cannot send Ajax requests to other sites. But I want to know, how can I achieve this as I need it.

[jQuery] Circular slider?

2008-06-09 Thread rrm
Hi all, Does anyone know of a jQuery slider where the track is a circle? I want to provide an interface to select an angle. Thanks, Rob

[jQuery] Re: cycle plugin: rotation from outside elements

2008-06-09 Thread tsvika solan
Hi, haven't had a chance to try it until now, and it seems to work, thanks! Another sort of off the topic question: would it be possible to use a pre-rendered ul as the pager? For example, I have a div containing the images, and a ul already on the page with the corresponding number of list

[jQuery] How to display Select menu value in DIV?

2008-06-09 Thread Doover
Hi. I'm new to jQuery and wonder how I can make a DIV automatically updated with the selected value from a select menu? The DIV should be updated onchange. I've tried the .serialize method but it displays a whole phrase (I just want the value). select id=menu name=menu option value=1

[jQuery] Re: anti IE6

2008-06-09 Thread tudorizer
Well, don't include a message like this, if this is the case :). On Jun 8, 11:21 pm, MorningZ [EMAIL PROTECTED] wrote: Any many huge corporations and govt branches are slow to update as well it's certainly not their fault, so why would you purposefully annoy them?

[jQuery] XML parsing tagnames with swedish characters

2008-06-09 Thread Zheele
I'm trying to read an XML file from an external host with jQuery ajax functions and parse it but I'm running into problems since the XML- file has tags defined with swedish characters (åäö). What I try to do is use a selector simmilar to: $('basetag:has(TagWithSwedishSigns:contains(Value))',

[jQuery] java 1.6.1_10-beta

2008-06-09 Thread Cyrill
Hi, As soon as a I update my jre to 1.6.1_10-beta my html page, which includes also a java applet, throws a javascript exception. Error: java.long.NoSuchFieldException: jQuery1213007149903 This occurs only in ie but not in firefox (firebug console). Is it possible that the postfix -beta

[jQuery] Re: Problem when posting messages...

2008-06-09 Thread Mike Alsup
The group is moderated. We do our best to minimized delays. Thanks for your patience. On Jun 9, 8:16 am, Arun Kumar [EMAIL PROTECTED] wrote: I don't know why it is taking more time to get my posted message on jQuery-en group messages list...?

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread Andy Matthews
I get an error when trying to run the demos (IE7). http://www.haineault.com/media/examples/jquery-ui-toaster/demo/#br andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of h3 Sent: Sunday, June 08, 2008 10:31 PM To: jQuery (English) Subject:

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread Andy Matthews
By the way... This plugin is REALLY nice when it works. Very well done. Now if you can just make sure it works in IE7, I might put this into production. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of h3 Sent: Sunday, June 08, 2008 10:31 PM

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread Dan G. Switzer, II
One suggestion, multiple messages should really stack on top of each other. Right now, if you open up multiple requests they go over top of each other. They should stack on top and then slide down when each message closes. -Dan -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread h3
I don't even tried it in IE yet.. but I plan to make it 100% compatible at least for IE 7+ for the 0.1 release After that I will propose it as an official jQuery plugin (or UI plugin) and move the repository/documentation to the right place Thanks for the feedback On Jun 9, 9:18 am, Andy

[jQuery] how to implement minimize button

2008-06-09 Thread tito
hi... plzz any one could help me to implement a minimize button in to the widget along with the close buttonso that the particular widgets height would be decreased ...

[jQuery] Ajax cache setting with type='post'

2008-06-09 Thread sparkpool
It looks to me like when you do this: $.ajax('someURL', {cache: false}) ...jQuery adds a random string to the submitted params, to avoid browser caching. This is the behavior I want. But if you do this: $.ajax('someURL', {cache: false, type: 'post'}) ..the random string isn't there. Is this

[jQuery] Re: [ANNOUNCE] Toaster plugin

2008-06-09 Thread Andy Matthews
I'd be happy to help you test when you're ready. This is nicely done. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of h3 Sent: Monday, June 09, 2008 8:42 AM To: jQuery (English) Subject: [jQuery] Re: [ANNOUNCE] Toaster plugin I don't even

[jQuery] AJAX and Cycle Plugin

2008-06-09 Thread relinquish
So here's my situation: I have a site which has a listing of categories, and each main category has a subcategory. Whenever a category is clicked on, #main is hidden and the div id #subcategory is unhidden, which grabs a list of links using ajax. Is it possible to create a dynamic cyclefader

[jQuery] Re: [validate] Specifying custom highlight/unhighlight methods

2008-06-09 Thread kapowaz
On Jun 6, 4:32 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: The latest release has a bug where unhighlight is called whenever validating an element, instead of only when the valid-state changed. This is fixed in the latest revision, please give that a

[jQuery] autocomplete

2008-06-09 Thread kreiss
I'm using the autocomplete with a plain ajax call. My problem is that the autocomplete doesn't work unless after I key in a letter, I must click out of the input box, click back into it then the autocomplete works. I assume b/c on the onkeyup it calls the ajax call, but doesn't remeber what

[jQuery] autocomplete

2008-06-09 Thread kreiss
I'm using the autocomplete with a plain ajax call. My problem is that the autocomplete doesn't work unless after I key in a letter, I must click out of the input box, click back into it then the autocomplete works. I assume b/c on the onkeyup it calls the ajax call, but doesn't remeber what

[jQuery] Re: Remove a plugin from elements

2008-06-09 Thread SiCo
Does anyone have any information on this? Or how to do it other than removing the plugin. i.e. enable table drag and drop then disable it? Thanks Simon

[jQuery] Re: ASP.NET UserControl and jQuery

2008-06-09 Thread vladv
Thanks, In the second link there was never a good answer... I don't need error messages, I want to know in code if I should or shouldn't load jQuery. The reason I want to add the reference to jQuery and checking is that other people are going to use the control in their project, so on one hand I

[jQuery] Re: how to implement minimize button

2008-06-09 Thread PeterAce
hi, I would suggest separating header and content of the widget in different DIV's. Then use something like $(#btnMinimize).click(function() {$ (this).next().slideUp();}); in the ready handler. You might also look at some Accordian menu's arround such as

[jQuery] 1.2.6 problem

2008-06-09 Thread RandyJohnson
I just upgraded jQuery from 1.2.3 to 1.2.6. I have the following select that works perfectly in 1.2.3 for IE7 but does not in 1.2.6. $('#' + frm + ' select,input[type! =hidden],textarea,button').each(function() { ... } It selects extra buttons that are located outside of the the form.

[jQuery] Re: Ugly fade in IE?

2008-06-09 Thread PeterAce
have you tried using the blockUI plugin, which doesn't have this problem? On Jun 9, 7:44 am, Mark [EMAIL PROTECTED] wrote: Hi guys, I'm trying to make a log in form fade in using jQuery.  It looks great in Firefox, but produces weird results in IE.  You can view it live

[jQuery] Re: Remove a plugin from elements

2008-06-09 Thread Ryura
Try cloning the object before enabling the plugin, then once the plugin should be disabled replace it with the old object. On Jun 9, 10:38 am, SiCo [EMAIL PROTECTED] wrote: Does anyone have any information on this? Or how to do it other than removing the plugin. i.e. enable table drag and drop

[jQuery] Re: AJAX and Cycle Plugin

2008-06-09 Thread juro
Hi, Have a look at Klaus Hartl's very good jQuery UI Tabs plugin (http:// www.stilbuero.de/2007/10/23/jquery-ui-tabs-aka-tabs-3/), which you can use for this kind of functionality. I used it for a pager kind of widget: http://root.juro.at/showcase/jTabsAsPanels.html juro On Jun 9, 3:56 pm,

[jQuery] Re: Cross site Ajax requests

2008-06-09 Thread Javier Infante
El lun, 09-06-2008 a las 00:38 -0700, Neo Anderson escribió: I have two pages (JSP, PHP). One page is at port 8080, one is at 80. When I am sending Ajax request from PHP to JSP or JSP to PHP, I am getting Permission denied error. I know we cannot send Ajax requests to other sites. But I

[jQuery] Re: jQuery Sortables

2008-06-09 Thread Richard D. Worth
Please post this to the jQuery UI list: http://groups.google.com/group/jquery-ui Thanks. - Richard On Mon, Jun 9, 2008 at 6:44 AM, Arun Kumar [EMAIL PROTECTED] wrote: Visit http://tech-test.tutorialsforu.com/jQueryDnD.html, There is some problem in using jQuery sortables. You can find

[jQuery] jQuery UI v1.5 Officially Released

2008-06-09 Thread Rey Bango
After 6 long months of hard work, the jQuery UI team is proud to announce the immediately availability of the jQuery UI effects and UI library. Full details of this awesome release can be found here:

[jQuery] jQuery merge function and NestedSortablesWidget fix?

2008-06-09 Thread dqj
I know little about the inner workings of jQuery, but I was encountering a too much recursion bug in 1.2.6, when used in conjunction with the NestedSortablesWidget (1.0). SYMPTOMS AND CONDITIONS: Whenever my first drag on a sortable was upward, I would hit the bug; all other drags thereafter

[jQuery] Odd JQuery behavior in FF

2008-06-09 Thread [EMAIL PROTECTED]
I'm experiencing a very minor, but increasingly irritating problem with JQuery used in a custom block in a drupal implementation. I'm using an ajax call to a php script to change the content of the block every 10 seconds or so (called from w/in a setInterval). I use fadeIn/ fadeOut to make it all

[jQuery] Get the first li clicked

2008-06-09 Thread Giovanni Battista Lenoci
Hi, maybe this is a stupid question, but I can't find a solution. I have different nested lists ul li id=id_1 ul li id=id_10/li /ul /li /ul And this piece of code: $('ul li').bind('click', function() { alert(this.id); }); When I run this code and I click inside the nested li I got

[jQuery] Re: jQuery UI v1.5 Officially Released

2008-06-09 Thread Alexandre Plennevaux
On Mon, Jun 9, 2008 at 5:14 PM, Rey Bango [EMAIL PROTECTED] wrote: After 6 long months of hard work, the jQuery UI team is proud to announce the immediately availability of the jQuery UI effects and UI library. Full details of this awesome release can be found here:

[jQuery] Re: Problem with jQuery performance

2008-06-09 Thread daveJay
Thanks for the suggestions, that's very handy! =) While I think it has helped some, it hasn't made an appreciable difference on the overall performance. I don't think it's the method of dissolve that's the problem. I tried a scriptaculous fade and had the same issue. I think it's mostly the fact

[jQuery] How to select all in same row but not current one

2008-06-09 Thread wesbird
Hi, I have table with checkbox in every td, if anyone checkbox checked, I should disable all other checkbox in the same row. Now how I can select all checkbox in the same row but not current one. Thank you? Is jQuery doc down today? Thanks, Wes

[jQuery] fade in image

2008-06-09 Thread lucky66
can someone please help. I just need to have it so that when the page loads, the mainimage fades in. I can change the code to be whatever e.g. can wrap the main image in a div e.g. div id=mainimageimg src=imagehere.jpg/div What would the jquery code be at the top of the page? I've tried lots of

[jQuery] Root menu item causes menu to disappear in jdMenu 1.4.1

2008-06-09 Thread Fontzter
I noticed that the entire menu hides when you click on an li at the top level. I put together a test page to demonstrate it but then realized that it occurs in the jdMenu.html example that is part of the zip download for version 1.4.1 Has anyone else noticed this? If so, what is the best work

[jQuery] jQuery UI v1.5 Officially Released

2008-06-09 Thread Rey Bango
After 6 long months of hard work, the jQuery UI team is proud to announce the immediately availability of the jQuery UI effects and UI library. Full details of this awesome release can be found here:

[jQuery] Creating Filters

2008-06-09 Thread Project Fresh
I am trying to create a questionnaire that will not be posted online but will use internet explorer to be viewed. Most of the questionnaires consist of radio buttons that we are forcing the participants to answer in some form using jquery with this code: $(document).ready(function(){

[jQuery] [treeview] buffered ajax response

2008-06-09 Thread eric.angel
I have the need to render over 100 nodes, each could possibly have over 1000 child nodes. I'm currently using the treeview.async.js script, but it's not enough. Has anyone added any kind of buffering options? If not, I'd like to start a dialog on pros/cons, and possible implementations.. Eric

[jQuery] Re: How to select all in same row but not current one

2008-06-09 Thread Fontzter
Wes, Why not use radio inputs and group them by rows, thus handling the issue intrinsically. If you must have them as checkboxes, this plugin should meet your needs: http://www.texotela.co.uk/code/jquery/checkboxes/ Dave On Jun 9, 11:52 am, wesbird [EMAIL PROTECTED] wrote: Hi,   I have

[jQuery] Re: Get the first li clicked

2008-06-09 Thread Mario Soto
I'm getting into similar problem, to get elements, without the nested content. (http://groups.google.com/group/jquery-en/browse_thread/ thread/1e936a8bbf4f1f49#). Maybe some has an idea that we don't and help us. Thanks all.

[jQuery] Re: java 1.6.1_10-beta

2008-06-09 Thread Cyrill
So I just extract the relevant part of my html. ***HTML** html head script src=jquery.js type=text/javascript /script /head body APPLET name=TestApplet id=TestApplet code=TestApplet.class codebase=. width=0 height=0 /APPLET /body /html **Applet** import java.applet.Applet; public

[jQuery] [validation] $ vs. jQuery problem

2008-06-09 Thread mark m
I just installed the latest version of Jörn Zaefferer's fine validation plugin. I have a certain page that mixes several different javascript libraries, requiring me to use the jQuery.noConflict(); method. Unfortunately, the validation plugin uses $ in many places throughout the plugin. Because

[jQuery] Tutorial: Change div content with jQuery (click event)

2008-06-09 Thread Fahad
detailed tutorial for changing the html content of a div element with jQuery. http://frinity.blogspot.com/2008/06/change-div-content-with-jquery.html -- Fahad http://frinity.blogspot.com - a blog from a web addict

[jQuery] Re: 1.2.6 problem

2008-06-09 Thread Karl Swedberg
Hi Randy, Not sure why it would be failing in IE7 only, but I wonder if maybe you have more than one element with either the id or the name equal to the value of frm? Also, maybe it would work to replace your selector with this: $('#' + frm + ' :input') --Karl Karl

[jQuery] Re: Odd JQuery behavior in FF

2008-06-09 Thread Karl Swedberg
I'm assuming you're using FF for the Mac, right? This is a known bug in Firefox 2 whenever opacity is changed from 1 to any other value and vice versa. One workaround is to set the -moz-opacity property on the body element in your stylesheet: body { -moz-opacity: 0.; } or in jQuery,

[jQuery] inherited private variables

2008-06-09 Thread PragueExpat
I posted this in comp.lang.javascript also, but would like to hear from the jQuery group. I (think) that I've come up with a pattern that I haven't seen in any publications so far and I would like some feedback. Basically, I was looking for a way to inherit private functions and I came up with

[jQuery] How do I... select box onclick enable other form elements?

2008-06-09 Thread Hinch
I'm fairly new to jQuery and getting on OK but this one baffles me. I have a form with a select list with three values. One of the values should do nothing while the other two should enable two other form fields that have been disabled. The structure is like this: select id=question option

[jQuery] Re: Get the first li clicked

2008-06-09 Thread Mario Soto
I founded this, might work: http://docs.jquery.com/Traversing/children#expr 2008/6/9 Mario Soto [EMAIL PROTECTED]: I'm getting into similar problem, to get elements, without the nested content. (http://groups.google.com/group/jquery-en/browse_thread/

[jQuery] Re: [validation] $ vs. jQuery problem

2008-06-09 Thread Jörn Zaefferer
Please consider this a bug in whatever plugin you find, and report it accordingly. An explanation of the correct pattern is here: http://docs.jquery.com/Plugins/Authoring#Custom_Alias_in_plugin_code I fixed this for the validation plugin, please give the latest revision a try or wait for the

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Josh Nathanson
You want the change event...give this a go. $(#question).change(function() { $(#box2, #autocomplete).attr(disabled, this.value == 'no'); }); -- Josh - Original Message - From: Hinch [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Monday, June 09, 2008

[jQuery] Cycle Plugin Documentation

2008-06-09 Thread interfaced
I love this plugin megafold! I want to say though, you should document ScrollHorz on the demos, it should be the most basic of demos. I actually had to read all the source code to find it. I tried so many other plugins because that directional shifting is what I really needed. I can write the

[jQuery] Re: Ajax cache setting with type='post'

2008-06-09 Thread sparkpool
Or is it not needed at all for post requests? I wondered if maybe they don't get cached? On Mon, Jun 9, 2008 at 9:15 AM, sparkpool [EMAIL PROTECTED] wrote: It looks to me like when you do this: $.ajax('someURL', {cache: false}) ...jQuery adds a random string to the submitted params, to avoid

[jQuery] [OT] Re: [jQuery] Re: anti IE6

2008-06-09 Thread Guy Fraser
MorningZ wrote: Any many huge corporations and govt branches are slow to update as well it's certainly not their fault, so why would you purposefully annoy them? Because if you don't annoy them, they keep using IE6, and we have to keep putting up with the pain of supporting it. Many

[jQuery] Re: [OT] Re: [jQuery] Re: anti IE6

2008-06-09 Thread Josh Nathanson
Any kind of public facing site has to support IE6, especially if it's ecommerce. It's not acceptable to tell potential customers to go download another web browser. Most people will just go shop somewhere else, and probably never come back. Nothing leaves a bad taste in people's mouths like

[jQuery] Re: jQuery UI v1.5 Officially Released

2008-06-09 Thread Ariel Flesler
The UI team Rocks! -- Ariel Flesler http://flesler.blogspot.com On 9 jun, 12:14, Rey Bango [EMAIL PROTECTED] wrote: After 6 long months of hard work, the jQuery UI team is proud to announce the immediately availability of the jQuery UI effects and UI library. Full details of this awesome

[jQuery] Re: java 1.6.1_10-beta

2008-06-09 Thread Ariel Flesler
Seems that, as the applet receives the expando, it blows. I wonder why is the applet receiving the expando ? what are you doing on it with jQuery ? -- Ariel Flesler http://flesler.blogspot.com On 9 jun, 15:36, Cyrill [EMAIL PROTECTED] wrote: So I just extract the relevant part of my html.

[jQuery] Re: inherited private variables

2008-06-09 Thread Ariel Flesler
Here: http://crockford.com/javascript/private.html jQuery isn't Object Oriented, in case you thought so. -- Ariel Flesler http://flesler.blogspot.com On 9 jun, 16:05, PragueExpat [EMAIL PROTECTED] wrote: I posted this in comp.lang.javascript also, but would like to hear from the jQuery

[jQuery] passings variables to callback functions

2008-06-09 Thread karlo_ubc
I was wondering if there are ways to pass variables of non-global scope to callback function like in the situation below. I've run into this situation before and imagine it comes up often. So passing the photo[i]['id'] variable to imgselect is the issue here since at the time the event is

[jQuery] Re: Cycle Plugin Documentation

2008-06-09 Thread Mike Alsup
There's a link on the main Cycle page for Even More Demos. On that page there are over 30 links to various demos, one of which is for scrollHorz/scrollVert: http://www.malsup.com/jquery/cycle/scrollhv.html Granted that's a lot of demo links to look over, but the page does exist. :-) I wonder

[jQuery] Re: passings variables to callback functions

2008-06-09 Thread Andy Matthews
Every jquery method includes an optional callback that you can explicitly call: $('#photoholder').append(imgdiv, function(){ // do something here }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of karlo_ubc Sent: Monday, June 09, 2008

[jQuery] Re: 1.2.6 problem

2008-06-09 Thread RandyJohnson
Thanks Karl and Ariel... Using Karl's suggestions seems to have solved the problem. I have another anomoly that has cropped up between 1.2.3 and 1.2.6 and I will start digging into that also. Again thanks for your assistance... Randy

[jQuery] what should an hata script return?

2008-06-09 Thread Rick Pasotto
I'm using jquery.cluetip.js with a 'rel=' attribute. The cluetip comes up with the 'title' attribute and then 'sorry, the contents could not be loaded'. What exactly does the script need to return? -- Ability can take you to the top, but it takes character to keep you there. -- Zig

[jQuery] Re: [validate] Specifying custom highlight/unhighlight methods

2008-06-09 Thread Jörn Zaefferer
Thanks for reporting. This actually was a regression caused by http://dev.jquery.com/ticket/2215 Its now fixed in trunk and I've updated the tests to cover this. Should now work fine in FF, IE and Safari. Opera still has a few issue, most likely related to changes in jQuery 1.2.6, I'm working on

[jQuery] Re: [validate] Multiselect Select validation

2008-06-09 Thread Jörn Zaefferer
required: true, rangelength: [1, 100] See http://jquery.bassistance.de/validate/demo/radio-checkbox-select-demo.html Jörn On Mon, Jun 9, 2008 at 1:06 PM, morrijr [EMAIL PROTECTED] wrote: Hi, I need to make sure that the user selects between 1 and 100 items from a multi-select listbox.

[jQuery] Re: Plugins/Validation

2008-06-09 Thread Jörn Zaefferer
This is now fixed in the latest revision, which references jQuery at load-time and as no dependency at runtime: http://dev.jquery.com/view/trunk/plugins/validate/ Jörn On Sun, Jun 8, 2008 at 5:10 PM, roger [EMAIL PROTECTED] wrote: I've just been trying out the Validation plugin, and in the

[jQuery] Re: validate works in firefox 3, but not in IE 7

2008-06-09 Thread Jörn Zaefferer
You've got a trailing comma error, see eg. http://www.pluralsight.com/blogs/fritz/archive/2007/06/19/47771.aspx Jörn On Sun, Jun 8, 2008 at 1:57 AM, mark [EMAIL PROTECTED] wrote: i meant validation does not work. form gets submitted even if the input fields are not valid and empty in IE7,

[jQuery] Re: Problem with jQuery performance

2008-06-09 Thread DaveG
FF3 should be coming out soon and hopefully the adoption rate will be quick. Well, we may be seeing different problems, but I'm running FF3 on Windows, and the fade transition between large images is not particularly smooth, so not sure that's going to be the savior. ~ ~ Dave daveJay

[jQuery] Re: Problem with jQuery performance

2008-06-09 Thread DaveG
I just read another post about the cycle plugin. Maybe that will help? http://www.malsup.com/jquery/cycle/ daveJay wrote: Thanks for the suggestions, that's very handy! =) While I think it has helped some, it hasn't made an appreciable difference on the overall performance. I don't think it's

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Hinch
Oh... I need to add an 'if' statement to it (at least that's how my mind works after years with PHP!), something like this? $(#question).change(function() { if !($(option:selected) == This) { $(#box2, #autocomplete).attr(disabled, this.value == 'no'); } }); Simply I want to ask the

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Hinch
Thanks, that will do nicely. I have never used 'change' before - it looks very useful. On Jun 9, 8:55 pm, Josh Nathanson [EMAIL PROTECTED] wrote: You want the change event...give this a go. $(#question).change(function() { $(#box2, #autocomplete).attr(disabled, this.value == 'no'); });

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Josh Nathanson
Oh... I need to add an 'if' statement to it (at least that's how my mind works after years with PHP!), something like this? I don't think you'll need that, if I'm understanding your use case correctly. When this.value is evaluated, it automatically uses the selected option to determine

[jQuery] Re: what should an hata script return?

2008-06-09 Thread Karl Swedberg
Hi Rick, By default, the plugin looks to the rel attribute for a file that it can ajax in to the tooltip contents. You can also get the contents from other sources, such as the invoking element's title attribute or some other element on the page. Feel free to take a look at the

[jQuery] jQuery toggle at first click

2008-06-09 Thread yo2lux
This is my jQuery code: $(document).ready(function() { $('.show_hide').click(function() { $(this).toggle(function() { alert('1'); },function() { alert('2'); }); }); }); This code set an event

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Hinch
That makes sense, though the code is needed a second time elsewhere and I think will require an 'if'. The fields are filled from the database so the other options can be selected. PHP checks whether they should be disabled or not at first but I need this disabled/enabled behaviour. Am I correct

[jQuery] jquery and event binging - livequery

2008-06-09 Thread jquertil
wouldn't it make sense to combine the livequery functionality with jquery directly? the nice thing about jquery is the ability do build elements on the fly. then why not have event capture natively to all newly created elements?

[jQuery] Re: jQuery UI v1.5 Officially Released

2008-06-09 Thread Richard D. Worth
A quick update. The original zip file (now deprecated): http://code.google.com/p/jquery-ui/downloads/detail?name=jquery.ui-1.5.zip had the incorrect version.txt (1.5rc1). This has been updated and a new package is available:

[jQuery] Re: How do I... select box onclick enable other form elements?

2008-06-09 Thread Josh Nathanson
That makes sense, though the code is needed a second time elsewhere and I think will require an 'if'. The fields are filled from the database so the other options can be selected. PHP checks whether they should be disabled or not at first but I need this disabled/enabled behaviour. Am I

[jQuery] recursive function that includes event binding

2008-06-09 Thread jquertil
trying to do something pretty simple: 1. build a list from an ajax request 2. build a sub-list for the list item on click. this is also made via ajax request Clearly, we're talking recursion here, since I'd lik to get away with just one single function that is kind of a template. All I pass to

[jQuery] Re: jQuery toggle at first click

2008-06-09 Thread jquertil
you don't need the click() function. toggle() does that for you already

[jQuery] Re: jQuery toggle at first click

2008-06-09 Thread yo2lux
thanks On Jun 10, 3:09 am, jquertil [EMAIL PROTECTED] wrote: you don't need the click() function. toggle() does that for you already

[jQuery] Re: Using Accordion with UI-Slider

2008-06-09 Thread shib001
It was suggested that I offer a link. Sorry it took me so long to get this put somewhere. Here is an example of what I'm trying to do. http://75.125.199.146/RD/Accordion/index.html It seems that IE 7 is not hiding the accordion menus as well as FireFox does. Any suggestions would be greatly

[jQuery] custom animated drop-down menu and IE6

2008-06-09 Thread aronduby
surprise, surprise, IE 6 isn't doing what it should be. I have a custom animated drop down menu that works great in FF and IE7, but IE6 doesn't even start to animate anything. Live example can be found at: a href=http://client.grcmc.org/wip/rerc/

[jQuery] Re: text box keeps focus when another element type is clicked ?

2008-06-09 Thread paulj
Wizzud Thank you *very* much. Your solution works fine. Paul On 8 Jun, 08:47, Wizzud [EMAIL PROTECTED] wrote: Try adding... $(':text').bind('focus', function(){ hasFocus = $(this); }); On Jun 5, 7:43 pm, paulj [EMAIL PROTECTED] wrote: Wizzud, thank you for your help. Your code

[jQuery] Re: passings variables to callback functions

2008-06-09 Thread Michael Geary
What you're looking for is called a closure. Read up on them - they are one of the most useful features in JavaScript. Closures aren't specific to jQuery - you can use them in any JavaScript code - but jQuery code tends to make good use of them. For your code, I assume that photo is an array of

[jQuery] Re: inherited private variables

2008-06-09 Thread RobG
On Jun 10, 5:05 am, PragueExpat [EMAIL PROTECTED] wrote: I posted this in comp.lang.javascript also, but would like to hear from the jQuery group. Multi-posting is not liked: URL:

  1   2   >