[jQuery] Re: Tabs Validation

2008-04-13 Thread MarcelloP
Thank you very much Karl. On Apr 12, 7:30 pm, Klaus Hartl [EMAIL PROTECTED] wrote: I think in this case you should reconsider using tabs at all. If you want to use tabs you should put error messages on top of the tab pane, so that the errors are visible to the user. --Klaus On Apr 10,

[jQuery] Re: Superfish current state

2008-04-13 Thread Joel Birch
Hi David, Notice on the official horizontal example the nav class is on the parent ul element, and the CSS depends on it being that way. You are using an id instead - which is fine - except that you have it on a containing div element. Much of your CSS that should be targeting the parent ul (and

[jQuery] Re: Appending URL and Session variables to redirect script

2008-04-13 Thread Bob Woodard
All I need now is to figure out the syntax of moving my script over into a separate .js file instead of being inline. Instead of a separate .js, why not use an #include that would pull in the javascript code dynamically and resolve the variables for you? I've done this to build

[jQuery] navigation with word based links instead of numbers - jcarousel with external controls

2008-04-13 Thread shaneog
Hi All, I would like to change it so I can call frames within j carousel using word based links. By default, jcarousel with external controls, calls frames using the text (numbers) within a link, for example... div class=jcarousel-control a href=#1/a a href=#2/a a

[jQuery] Re: ui.sortable problem

2008-04-13 Thread jon
I can second that this bug exists. Does anyone have a workaround? On Apr 6, 8:48 am, Vaska [EMAIL PROTECTED] wrote: I've noticed the oddest thing...or perhaps it's not odd at all. I have   a series of lists that I use ui.sortable to move things around...works   great...except... It creates

[jQuery] jtooltips tips only on class=toolTips

2008-04-13 Thread jambla
Hello, I have installed jtooltips in Drupal. I was wondering if its possible to have the tool tips active on only titles that have a tooltips class? Right now, anything with a title uses jtooltips, I would like to only use jtooltips if I have added class=toolTips. Thanks for your help!

[jQuery] Re: Passing variables between two function

2008-04-13 Thread Decagrog
Sorry for double post... Thanks , simple and works! I've almost no knowledge of javascrpit but jquery is very powerful and intuitive...i'm trying to make a sort of horizontal menu with incorporated a slide for navigate to left and right...it's essentially a trivial thing but if i can make

[jQuery] Re: Passing variables between two functions

2008-04-13 Thread Decagrog
It give me an undefined variable... For error i've make a double post with that question, here http://groups.google.com/group/jquery-en/browse_thread/thread/85431413ea0aad30/2f47f4c6d1d175df?lnk=gstq=between+function#2f47f4c6d1d175df a guy gave me a solution... On 12 Apr, 19:21, J Moore [EMAIL

[jQuery] weird error in globalEval

2008-04-13 Thread Rene Veerman
In IE (but not in firefox) i suddenly got a 'fatal' error in globalEval; wrong argument passed in the last line, that says head.removeChild (script).. In order to get things working again, i've had to make a small workaround; globalEval: function( data ) { data = jQuery.trim( data );

[jQuery] how to select?

2008-04-13 Thread tetris
I have been trying to select the a tags in a ulli config. with no succes: $(document).ready(function() { $('#sub-portfolio .button').click(function(event) { $('#sub-portfolio .button').removeClass('selected'); $(this).addClass('selected'); event.stopPropagation(); }); }); html part: ul

[jQuery] released: jQuery plugin buttonAnimated v1.0 - PNG animations onHover

2008-04-13 Thread Rene Veerman
I thought it would be nice to have buttons on my websites without the need for photoshopping every time i need a different text on my button. Since i would use a PNG template button to overlay text on, I added the possibility to do animations onHover.. You can check it out at

[jQuery] Re: Tabs Validation

2008-04-13 Thread Nicolas R
Perhaps you could prevent the user from accessing another tab when there are errors on the tab he is currently looking at. On Apr 12, 1:30 pm, Klaus Hartl [EMAIL PROTECTED] wrote: I think in this case you should reconsider using tabs at all. If you want to use tabs you should put error

[jQuery] Re: triggering clueTip with inline javascript

2008-04-13 Thread az
I've made some progress. I think I've discovered why the clueTips weren't working in IE. I haven't been able to find much info about it, but according to this bug ticket, .click() doesn't work in IE: http://dev.jquery.com/ticket/2352 So, I've implemented the workaround described in the ticket

[jQuery] Re: triggering clueTip with inline javascript

2008-04-13 Thread Karl Swedberg
hi again az, sorry, I've been terribly busy, but I'll try to take a look later on today. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 13, 2008, at 4:53 AM, az wrote: I've made some progress. I think I've discovered why the clueTips

[jQuery] Focus First 'visible' field

2008-04-13 Thread Jacky See
Hi all, For focusing first input text field, the usual solution is $ (':text:visible:enabled:eq(0)').focus(). However, when these fields are in an ':hidden' parent (not 'visible' by our eyes), it won't work. Currently I tried to solve this by: $(:text:visible:enabled).filter(function(){

[jQuery] No longer with Ext JS

2008-04-13 Thread Rey Bango
Hi guys, As of yesterday, I am no longer with Ext JS. Ext is making some big changes organizationally, some of which I am not in agreement with. Hence, I've turned in my resignation, effective immediately. Many of the changes at Ext will be visible shortly and some will manifest themselves

[jQuery] Re: No longer with Ext JS - Apologies for being sent to the main group

2008-04-13 Thread Rey Bango
Sorry everyone. This was meant to go to the jQuery internal group. My apologies for this being sent to the main group. Rey... Rey Bango wrote: Hi guys, As of yesterday, I am no longer with Ext JS. Ext is making some big changes organizationally, some of which I am not in agreement with.

[jQuery] Re: Appending URL and Session variables to redirect script

2008-04-13 Thread Mintyman
You know Bob, sometimes I amaze myself with stupidity! Why didn't I think of that? Thanks! On Apr 13, 4:24 am, Bob Woodard [EMAIL PROTECTED] wrote: All I need now is to figure out the syntax of moving my script over into a separate .js file instead of being inline. Instead of a

[jQuery] Re: Appending URL and Session variables to redirect script

2008-04-13 Thread JFRanger
All I need now is to figure out the syntax of moving my script over into a separate .js file instead of being inline. Hello Mintyman, I'm glad to know that there is still classic asp guys like me out there :=) OPTION 1: On my end I use DYNAMIC .js file to get values from the server... script

[jQuery] Correct Selector syntax

2008-04-13 Thread Up-Works
I have this block of HTML: snip p label for=playerNamePlayer Name: /label input type=text name=playerName-0 class=required spell minlength=2/ span class=spellResponse br/nbsp;Did you mean: span style=color:#295DAD;emstrongspan class=correctWordRobert/

[jQuery] Re: Validate plugn - Error does not go away!

2008-04-13 Thread Jörn Zaefferer
asle schrieb: Here is a test page: http://fjklima.no/teknisk/validate.html I can confirm the issue on your testpage, but can't reproduce it. Could you give the latest revision a try? http://dev.jquery.com/view/trunk/plugins/validate/ Jörn

[jQuery] Re: Immediate validation

2008-04-13 Thread Jörn Zaefferer
Taras schrieb: Hello jQuery Team:) Sorry for banal question, but I have not found answet to it in the web. So, I have simple html form and I want to validate it using jQuery validation plugin. Everything is fine? but I want to change validation event. In documentaion it is said that, By

[jQuery] Re: DWR + jQuery validation plugin

2008-04-13 Thread Jörn Zaefferer
Taras schrieb: But it doesnt work to me, because for jquery isUsernameExisted() function always returns 'undefined' because it doesnt wait while callback is executed. So, is it possible to add new validation method to jquery validator and make it capable for using my isUsernameExisted() DWR

[jQuery] Re: jQuery plugin: Tooltip problem with disabled form fields

2008-04-13 Thread Jörn Zaefferer
james_fairhurst schrieb: Hi, Shameful to admit but my first post is a request for help but here goes. I've been using the wonderful jQuery plugin: Tooltip from bassistance.de but I haven't been able to get it working for disabled form input fields. I don't know whether this is an issue with

[jQuery] Re: Validate plugin 1.2.1 backward compatibility break

2008-04-13 Thread Jörn Zaefferer
Bryce Lohr schrieb: Hi Jörn, I've put together some simplified example pages showing the two main use cases I'm having a problem with. I created two versions of each page, one using Validate 1.1.2, and one using Validate 1.2.1. The 1.1.2 example function properly, while the 1.2.1 versions

[jQuery] Re: jQ Validation display:none validation

2008-04-13 Thread Jörn Zaefferer
AlexGrande.com schrieb: Hi, I used the jQ validation plugin for this webpage - http://research.emedtv.com/idiopathic-pulmonary-fibrosis-research/idiopathic-pulmonary-fibrosis-clinical-study-2.html I love it! But we have dependent questions - see what happens when you click yes or no to the

[jQuery] Hover Problems

2008-04-13 Thread [EMAIL PROTECTED]
I am creating my first site with jquery. (Its my first time with javascript, and I love it) I have most of it ready, one thing I am completely stuck on. I have a bunch of images that when you hover over each one there should be a div appearing. Right now when I hover over any image the div

[jQuery] Re: Validation Plugin Add Row Example

2008-04-13 Thread Jörn Zaefferer
HatemJaber schrieb: I am using the Validation plugin from http://jquery.bassistance.de/validate/demo which is a great plugin. I just found out after browsing the docs some more that it has the capability of dynamically adding a row of data. I would like to know how I can remove a row of data.

[jQuery] Re: jtooltips tips only on class=toolTips

2008-04-13 Thread Jörn Zaefferer
jambla schrieb: Hello, I have installed jtooltips in Drupal. I was wondering if its possible to have the tool tips active on only titles that have a tooltips class? Right now, anything with a title uses jtooltips, I would like to only use jtooltips if I have added class=toolTips. Thanks for

[jQuery] Re: [Validation]How to make two field check output one message?

2008-04-13 Thread Jörn Zaefferer
Jacky See schrieb: I have put up a page to test. http://www.seezone.net/dev/dateValiation.html I need to use different method for different group of dates. In that case, a global dateRange method seems not possible? Thats a different issue. A better dateRange implementation could reuse the

[jQuery] Re: ui.datepicker causes IE operation aborted

2008-04-13 Thread Junk Filter
We're using the older jQuery 1.2.1, and I've tried several methods, including your suggestions below. None work in that blasted browser. This is the declaration code I'm trying to use in our portal, adapted from the basic how to page for the datepicker plugin: style

[jQuery] Re[jQuery] move duplicate record in an Array

2008-04-13 Thread Plant More Tree
Hi guys, if got the following code which may insert duplicate record in an Array: var userContactArray = new Array(); var count = 0;

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-13 Thread Web Specialist
Hi Rick. I have an app with ColdFusion and jQuery Flexigrid plugin to do pagination for large datasets. I'm using this approach: 1) using spSelectNextN stored procedure(SQL Server). This sp is a great job by Dan G. Switzer(

[jQuery] figuring out cursor position between letters

2008-04-13 Thread Jack Killpatrick
Hi All, I'm wondering if anyone might have any thoughts about how to go about this (via jQuery or plain js)... I have a div with some text in it: div id=myDivThis is some text/div I want to be able to obtain the cursor position if the user clicks anywhere between letters/words in the div.

[jQuery] Re: Correct Selector syntax

2008-04-13 Thread Karl Swedberg
Hi there, Probably the easiest way -- provided that the group of inputs is always contained within a paragraph -- is to do this: $(this).parents('p').find('input.required.spell').val(newText); The .prev() method selects the immediately previous sibling element. Your radio buttons have no

[jQuery] Re: How do I use ColdFusion and jQuery variables for pagination?

2008-04-13 Thread Rick Faircloth
Thanks for the tip, Marco. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Web Specialist Sent: Sunday, April 13, 2008 2:42 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: How do I use ColdFusion and jQuery variables for pagination? Hi Rick. I

[jQuery] Re: Hover Problems

2008-04-13 Thread Jake McGraw
You have to scope the hover to the current image, otherwise all div with class item_info will show up (because, by default $(selector) operates on the entire document, like $(selector, document)), here is how you do this: Assuming an HTML structure like this: div class='item' div

[jQuery] jquery library to smoothly swap out DIVs

2008-04-13 Thread [EMAIL PROTECTED]
Hi, I want to mimic functionality on this page ... http://www.gomow.com/service.shtml with the exception that when you click on a link in the center the middle section swaps out without the page reloading. It would be nice that upon clicking a link, a hash appears in the URL. Any ideas about

[jQuery] Re: how to select?

2008-04-13 Thread Karl Swedberg
Hi tetris, You're almost there. Rather than event.stopPropagation(), try event.preventDefault() or return false. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Apr 13, 2008, at 3:41 AM, tetris wrote: I have been trying to select the a tags in a

[jQuery] Re: [Validation]How to make two field check output one message?

2008-04-13 Thread Jacky
I'm thinking if I can do this: rules:{ planFromDate: {dateRange:'plan'}, planToDate: {dateRange:'plan'} actualFromDate: {dateRange:'actual'}, actualToDate: {dateRange:'actual'} } groups: { dateRange: planFromDate planToDate actualFromDate actualToDate }