Re: [jQuery] release: Validation plugin beta 1

2007-03-08 Thread amircx
can you just upload the correct files with the correct versions so ill can test if its my problem? zip it to somewhere and ill be happy to report you and i didnt realise how to fix the known issues of ie6 bugs... great work! Jörn Zaefferer wrote: amircx schrieb: is anyone here tried to

Re: [jQuery] Getting a development team to use jQuery

2007-03-08 Thread SeViR
Hi Jake, I will impart a small seminar soon about Non-intrusive JavaScript techniques, jQuery and client side programming to the develop team where I work , The University of Murcia :) This is the documentation that I've made (sorry in spanish :-P ): http://gat1.atica.um.es/FORJA/ Jake McGraw

Re: [jQuery] addClass to 4th column

2007-03-08 Thread Klaus Hartl
Karl Rudd schrieb: You can combine the selectors with a ,: $(table td:nth-child(4), table td:nth-child(5), table td:nth-child(8)).css('text-align', 'right'); Karl You could also use filter in that case (untested): $('table td').filter(':eq(4), :eq(5), :eq(8)').css('text-align',

Re: [jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-08 Thread R. Rajesh Jeba Anbiah
On Mar 7, 9:56 pm, Mike Alsup [EMAIL PROTECTED] wrote: After the page is loaded and if I set the breakpoint, it works like I expected. But, if I set the breakpoint and reload the page, it breaks at the breakpoint even while the page is loaded--this is confusing as it looks the event or

Re: [jQuery] Firebug and validation plugin--revisted (Was Re: release: Validation plugin beta 1)

2007-03-08 Thread R. Rajesh Jeba Anbiah
On Mar 7, 9:30 pm, Aaron Heimlich [EMAIL PROTECTED] wrote: On 3/7/07, R. Rajesh Jeba Anbiah [EMAIL PROTECTED] wrote: After the page is loaded and if I set the breakpoint, it works like I expected. But, if I set the breakpoint and reload the page, it breaks at the breakpoint even while the

[jQuery] Problems with retrieving / setting textarea content [Firefox]

2007-03-08 Thread Rob Desbois
I have a textarea which I want to read / write. I have been testing with this: alert($(#the_text_area).text()); $(#the_text_area).text('different text'); That works as expected until the textarea contents are modified by the user. From that point, .text() continues to return the

Re: [jQuery] Problems with retrieving / setting textarea content [Firefox]

2007-03-08 Thread Klaus Hartl
Rob Desbois schrieb: I have a textarea which I want to read / write. I have been testing with this: alert($(#the_text_area).text()); $(#the_text_area).text('different text'); That works as expected until the textarea contents are modified by the user. From that point, .text()

Re: [jQuery] jQuery Litebox adds Flickr support

2007-03-08 Thread Rey Bango
Daniel, This is badass! I love it man. I was thinking after I saw it that it would be VERY cool is if you could tie it into jCarousel in some fashion. (http://sorgalla.com/jcarousel/). The ability to load up jCarousel with Flickr thumbs would be awesome. Rey... Daniel MacDonald wrote:

[jQuery] LI cursor/underlining

2007-03-08 Thread Peter Gordon
I have ul/li/ul... structure and want the text to be underlined, and a cursor pointer set rather like an href when the mouse moves over the text. 1. I suppose I could put in an href, and then get an action performed when I click. I'm sure it can be done - I'm not sure how. It is also not a very

[jQuery] NEWS: John Resig Discusses Future Proofing JavaScript Libraries

2007-03-08 Thread Rey Bango
Hi everyone, I just wanted to point you guys to John's recent perspective on leveraging popular JS libraries and their respective test suites to assist Mozilla in building more stable products. This has the added benefit of ensuring that library developers are able to adjust their code based

[jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-08 Thread manfred berry
Hi I wonder why jquery is using the : as seperator for custom selectors as this is just another character which can be used in any element id. In other words this means that for example if I have an id=my:elem this element is the not selectable like $('#my:id') as the regexp on line 949: re2 =

Re: [jQuery] Strange Safari bug

2007-03-08 Thread j. siefer
Hi,... i have exactly the same problem using jquery 1.1 is there anything to watch out for? greetings j. siefer Bryant Cutler wrote: I'm working on a rather complicated CMS app that uses the AJAX plugin heavily. Everything's coming back our backend Java Textile implementation as XML,

[jQuery] Interface Draggables Problem

2007-03-08 Thread Gord Busse
Greetings, I am new to JQuery and am very excited to start using it and jump into the world of javascript programming. I have been experimenting with the Interface plugins and have come across a problem or possible bug with the Draggable library. Please see the following page:

[jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rey Bango
I've been thinking about the best time to use an Edit in Place like this one (http://www.dyve.net/jquery/?editable). Its a very cool technique but I'm not quite sure when I would use it or how I would let a user know that a field is editable simply by clicking on it. I'd like some feedback on

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-08 Thread Christopher Jordan
Have you posted this on the developer list? That's probably a really good place for this post. Cheers, Chris manfred berry wrote: Hi I wonder why jquery is using the : as seperator for custom selectors as this is just another character which can be used in any element id. In other words

Re: [jQuery] Getting a development team to use jQuery

2007-03-08 Thread Jake McGraw
Jose, Gracias, but I'm afraid American schools have left me with such a poor grasp of the Spanish language that I won't be able to use your guide. It looks very thorough, though, and would love to introduce some of the ideas you have here to my team, as they are really lacking in the concept of

Re: [jQuery] vertical fisheye menu? OSX dock or tsunami

2007-03-08 Thread {js}sTyler
I can't find one demo of a javascript version in vertical orientation... I'm also seeing the fisheye menu referred to as OSX dock, or tsunami. After thinking it over I don't think it would be as easy as changing the Css or even layout. All of the distortion and thinking needs to be altered

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-08 Thread Brandon Aaron
There is a ticket for this: http://dev.jquery.com/ticket/143 -- Brandon Aaron On 3/8/07, Christopher Jordan [EMAIL PROTECTED] wrote: Have you posted this on the developer list? That's probably a really good place for this post. Cheers, Chris manfred berry wrote: Hi I wonder why

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Klaus Hartl
Rey Bango schrieb: I've been thinking about the best time to use an Edit in Place like this one (http://www.dyve.net/jquery/?editable). Its a very cool technique but I'm not quite sure when I would use it or how I would let a user know that a field is editable simply by clicking on it.

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-08 Thread Klaus Hartl
manfred berry schrieb: Hi I wonder why jquery is using the : as seperator for custom selectors as this is just another character which can be used in any element id. In other words this means that for example if I have an id=my:elem this element is the not selectable like $('#my:id') as

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rick Faircloth
Hi, Rey... Let me make sure of what your view is on what this plug-in can do in terms of taking the place of CF functions. This plug-in seems to offer a way to do record updates via the display screen for data rather than having to rely on a form on a separate edit and submit update form page.

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rey Bango
Hey Klaus! I was hoping you'd chime in. :o) But I think that's nothing new to you, is it? I mean, Flickr is to me a perfect example of *where* to use edit-in-place. Or the delicious headline where you can immediatly edit the tag you're searching for... Its definitely not new to me. I've

Re: [jQuery] Getting a development team to use jQuery

2007-03-08 Thread Glen Lipka
One thing that I have noticed in speaking wiwth the development team I work with (trying to convert) is the concept of the FOR loop in jQuery. in jQuery, I assume that EVERYTHING has a FOR loop attached to it. So $(.myClass).fadeOut() will fade out *all* of the classes, not just one. The EACH

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rey Bango
Yep. :o) Rey Rick Faircloth wrote: Hi, Rey... Let me make sure of what your view is on what this plug-in can do in terms of taking the place of CF functions. This plug-in seems to offer a way to do record updates via the display screen for data rather than having to rely on a form on a

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rick Faircloth
Sounds like Edit In Place would be a very good candidate for apps built for specific clients, where some training would be involved... People seem to always be looking at my web/browser-based apps and wondering why they can't just click on the data as in Excel and edit the data right there. Rick

Re: [jQuery] Strange Safari bug

2007-03-08 Thread j. siefer
if($.browser.safari) $('#mytextarea').text(some text); workes for me -- View this message in context: http://www.nabble.com/Strange-Safari-bug-tf1874142.html#a9374214 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery

[jQuery] Handling unsupported browsers

2007-03-08 Thread Jose
Hi, I've started using jQuery and I really like it. Thank you! I'd like to know if there is a snippet or recommended method for handling the user interaction when the browser is not supported or javascript has been disabled. Also, I would like to know if the jQuery Ajax works on IE5.x

Re: [jQuery] Getting a development team to use jQuery

2007-03-08 Thread Jake McGraw
Glen Thanks for the pointer, I didn't explicitly write this out in my slides, but it is something I alluded to and will speak about during my presentation. I've also kinda ripped off firebug by showing exact DOM changes with yellow highlighting between jQuery function calls, I think this is a

Re: [jQuery] Interface Draggables Problem

2007-03-08 Thread Weaver, Scott
Ah, easy fix. I went ahead and mimicked your site. All you need to do to fix this is to set the parent element, #page in your case, position:relative. Now it works like a charm! hth, -scott From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rick Faircloth
Where can I look over this plug-in and info about it? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Thursday, March 08, 2007 10:55 AM To: jQuery Discussion. Subject: Re: [jQuery] Feedback needed on when to use Edit In Place Yep.

[jQuery] Jquery, Thickbox, and tracking scripts

2007-03-08 Thread Dan Shields
I am trying to use jQuery and thick box to replace my existing popups. The one thing is that on these popups, I have tracking scripts that are pointed to outside domains and it seems to cause my javascript to error out saying uncaught exception: Permission denied to call method

Re: [jQuery] Jquery, Thickbox, and tracking scripts

2007-03-08 Thread Benjamin Sterling
Can you show code or a preview page of how you are pulling it in? -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Need some guidance...

2007-03-08 Thread Rick Faircloth
Well, Jorn... I finally figured out the problem... I hadn't assigned an id's to my form fields (Principal, Interest, Years), so I couldn't see the conflict. However, it looks like id's were automatically being assigned to my form fields when published... they were renamed using the form id and

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Rey Bango
You can check it out here. http://www.dyve.net/jquery/?editable There are some other versions listed on the plugin page as well. Rey Rick Faircloth wrote: Where can I look over this plug-in and info about it? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Priest, James \(NIH/NIEHS\) [C]
-Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] I've been thinking about the best time to use an Edit in Place like this one (http://www.dyve.net/jquery/?editable). Its a very cool technique but I'm not quite sure when I would use it or how I would let a user know

Re: [jQuery] Feedback needed on when to use Edit In Place

2007-03-08 Thread Mika Tuupola
On 8 Mar 2007, at 16:56, Rey Bango wrote: I've been thinking about the best time to use an Edit in Place like this one (http://www.dyve.net/jquery/?editable). Its a very cool technique but I'm not quite sure when I would use it or how I would let a user know that a field is editable

Re: [jQuery] Interface Draggables Problem

2007-03-08 Thread Gord Busse
Scott, Thanks, you rock! I knew it had to be something simple. One more question though. Any idea why it ignores my padding: 10px; setting on the parent element? Thanks again, Gord On 3/8/07, Weaver, Scott [EMAIL PROTECTED] wrote: Ah, easy fix. I went ahead and mimicked your site. All

Re: [jQuery] generate folder name

2007-03-08 Thread Sean O
Alexandre, You should be able to simply test the folder name string against a regular expression. More info: http://www.regular-expressions.info/javascript.html http://www.websina.com/bugzero/kb/regexp.html HTH, SEAN O http://www.sean-o.com Alexandre Plennevaux wrote: hello!

[jQuery] checking created items again via DOM

2007-03-08 Thread phplord
Hi; I got an interesting problem. I have a code like this: $('.lin').click(function(){ $(#sublevels).append(span class='lin'+split[1]+/spanbr /); } As you see,I have been adding span tags with class lin when another span tag with class lin was clicked. Problem is created span tags

Re: [jQuery] generate folder name

2007-03-08 Thread Alexandre Plennevaux
Hi Sean, I indeed did it via regular expressions:) Here is the final code: $(input#title).keyup(function(){ var oldVal = $(this).val(); oldVal = oldVal.toLowerCase(); newFolder = oldVal.replace(/^\s+|\s+$/g,).replace(/[

Re: [jQuery] Interface Draggables Problem

2007-03-08 Thread Weaver, Scott
Good question. I can only guess that Draggables is probably using offsets to build the containment box and AFAIK, this does not take into account padding (and it shouldn't). The use of offsets was more than likely also the cause of the initial bounding issue you had. Even though you

Re: [jQuery] vertical fisheye menu? OSX dock or tsunami

2007-03-08 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. Another question about fisheye. Can I use it with this markup: div id=wrapper table tr td class=nav a href=#home/a/td td class=nav a href=#tools/a/td td class=nav a href=#profile/a/td td class=nav a href=#contacts/a/td

[jQuery] javascript is not executed after post

2007-03-08 Thread Agrawal, Ritesh
Hi, I am some problem with jQuery.post(url, parmas)..I use the jQuery.post and after that I get a page which again contains some jquery scripts. But they never get fired up. I can see the javascript using the firebug tool in firefox. Any idea what might be the problem. Regards, Ritesh -- View

Re: [jQuery] Interface Draggables Problem

2007-03-08 Thread Gord Busse
Scott, Warning noted Thanks again for your help! Gord On 3/8/07, Weaver, Scott [EMAIL PROTECTED] wrote: Good question. I can only guess that Draggables is probably using offsets to build the containment box and AFAIK, this does not take into account padding (and it shouldn't). The

Re: [jQuery] javascript is not executed after post

2007-03-08 Thread Jake McGraw
Could you provide a link or some code? - jake On 3/8/07, Agrawal, Ritesh [EMAIL PROTECTED] wrote: Hi, I am some problem with jQuery.post(url, parmas)..I use the jQuery.post and after that I get a page which again contains some jquery scripts. But they never get fired up. I can see the

Re: [jQuery] Problem with validation

2007-03-08 Thread Leonardo K
Your code don't solve my problem, but I believe that I found the problem. The problem is the label class. When I set the errorClass, the label still have the class='error'. $(form).validate({ focusInvalid: false, event: blur, debug: true, errorClass: comErro, errorPlacement: function(error, id)

Re: [jQuery] Problem with validation

2007-03-08 Thread Leonardo K
Can I suggest something? Instead of making for example: messages:{ fieldName: { required: blabla } } To use a standard for all the messages: messages:{ required: blabla } ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] checking created items again via DOM

2007-03-08 Thread Weaver, Scott
You will need to assign the click to the newly created DOM elements. The elements MUST be attached to DOM before you can assign an event otherwise, the event will not be bound. I think this achieves what you want in jQuery plugin format ;) !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01

Re: [jQuery] generate folder name

2007-03-08 Thread Choan C. Gálvez
Hi Alexandre. On 3/8/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hi Sean, I indeed did it via regular expressions:) Good, but you shouldn't rely on stripping a list of invalid characters. It's safer to strip any character that doesn't belong to a whitelist. This code

Re: [jQuery] checking created items again via DOM

2007-03-08 Thread Francesco Sullo
Hi, you could try the following: linClick = function () { $('.lin').unbind('click').click( function(){ $(#sublevels).append(span class='lin'+split[1]+/spanbr/) linClick() } ) } linClick() --Francesco phplord ha scritto: Hi; I got an

[jQuery] Drupal Taxonomy into Jquery

2007-03-08 Thread MARIO MOURA
Hi I am building Dynamic taxonomy Form from Ryan`s code http://www.ubercart.org/jquery_dynamic_form/18 So My first step is done: /code $vid=2;$formname=taxonomy; $vocabulary = db_query(SELECT term_data.name, term_data.tid, term_data.language FROM term_data WHERE term_data.vid=$vid AND

[jQuery] jquery tabs and loader div

2007-03-08 Thread amircx
hey... i want to load content inside tab, and whille that to show loading image... i saw the api and i dont success to do it what i did worng in here? ?link rel=stylesheet href=?=$rooturljs?/tabs2/tabs.css type=text/css media=print, projection, screen / !-- Additional IE/Win specific

Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Eugene Louw
Hi Bruce, I'm looking for exactly looking for the same thing, I would like to be able to blank out certain dates and make them not selectable, but also looking at the calendar as a whole, not just a date picker. I know this is not much help but I will follow this thread closely. Regards,

[jQuery] Autocomplete Plug-In at dyve.net CF

2007-03-08 Thread Rick Faircloth
Hey, Rey...(or others) I was looking over the plug-ins at dyve.net and am interested in the autocomplete plug-in. I noticed that the source script that supplied info for the auto complete is a php file. Would it be difficult to modify this autocomplete to work with CF? Rick

Re: [jQuery] Using datePicker as a calendar

2007-03-08 Thread Christopher Jordan
I've resorted to writing my own calendar functions (a mix of JS and ColdFusion) because I needed more than just a date picker. I'll watch this thread too, and see where it goes. :o) Chris Eugene Louw wrote: Hi Bruce, I'm looking for exactly looking for the same thing, I would like to be

Re: [jQuery] jQuery Litebox adds Flickr support

2007-03-08 Thread Karl Rudd
I'd like to use it as well, unfortunately the licensing ( ie non-commercial http://creativecommons.org/licenses/by-nc/2.5/ ) is prohibitive. Why not MIT and/or GPL? Karl Rudd On 3/9/07, Rey Bango [EMAIL PROTECTED] wrote: Daniel, This is badass! I love it man. I was thinking after I saw it

Re: [jQuery] Autocomplete Plug-In at dyve.net CF

2007-03-08 Thread Andy Matthews
Dan Switzer has already done this Rick. http://www.pengoworks.com/workshop/jquery/autocomplete.htm _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent: Thursday, March 08, 2007 2:46 PM To: 'jQuery Discussion.' Subject: [jQuery] Autocomplete Plug-In at

Re: [jQuery] Autocomplete Plug-In at dyve.net CF

2007-03-08 Thread Rey Bango
I have code for you. I'll send it off list. Rey Rick Faircloth wrote: Hey, Rey...(or others) I was looking over the plug-ins at dyve.net and am interested in the autocomplete plug-in. I noticed that the source script that supplied info for the auto complete is a php file. Would

Re: [jQuery] Autocomplete Plug-In at dyve.net CF

2007-03-08 Thread Rick Faircloth
Thanks, Rey... I'll be watching for it. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Thursday, March 08, 2007 4:09 PM To: jQuery Discussion. Subject: Re: [jQuery] Autocomplete Plug-In at dyve.net CF I have code for you. I'll

[jQuery] Options for Validation...

2007-03-08 Thread Rick Faircloth
Calling all jQuery/CF'ers. I'm not real satisfied with the error message placement options in Jorn Zaefferer's validation plug-in. I like to place my error messages right above the form field that the error message references. Right now, as I understand it, Jorn's plug-in doesn't allow for that

Re: [jQuery] jquery tabs and loader div

2007-03-08 Thread Klaus Hartl
amircx schrieb: hey... i want to load content inside tab, and whille that to show loading image... i saw the api and i dont success to do it what i did worng in here? I don't know where you got that from, but there is no spinner option currently implemented. $('#container-10').tabs({ remote:

Re: [jQuery] Options for Validation...

2007-03-08 Thread Blair Mitchelmore
You might want to look into Mike Alsup's Taconite plug-in http://www.malsup.com/jquery/taconite/. Seems to be able to do what you want. -blair Rick Faircloth wrote: Calling all jQuery/CF’ers… I’m not real satisfied with the error message placement options in Jorn Zaefferer’s validation

Re: [jQuery] jQuery Litebox adds Flickr support

2007-03-08 Thread Rey Bango
ooh. I didn't see that. That effectively rules me out as well. Daniel, can you change the licensing to match jQuery? Rey... Karl Rudd wrote: I'd like to use it as well, unfortunately the licensing ( ie non-commercial http://creativecommons.org/licenses/by-nc/2.5/ ) is prohibitive. Why not

Re: [jQuery] jQuery Litebox adds Flickr support

2007-03-08 Thread Daniel MacDonald
Rey, Thanks, I like hearing badass! I ran across jCarousel mid-way through this project, and I knew that Litebox would be even badasser with jCarousel. I was thinking of something similar to the Windows Explorer Filmstrip view. I am going to continue to tweak a few issues before tackling that

[jQuery] need some idea

2007-03-08 Thread Agrawal, Ritesh
Hi, I need some idea on how to do this. I have a big user survey form. It has around 25 fields. However, depending on the type of user such as administrator, member, etc...many fields are not required. In my survey form, a user will select user type from a select box. My problem: I don't want

Re: [jQuery] Need help implementing validation...

2007-03-08 Thread Jörn Zaefferer
Rick Faircloth schrieb: Well now I'm getting somewhere... What was happening is that all the form fields (Principal, Interest, Years) in the MC_Form did not have id's assigned to them by me. However, when rendered, the fields were being automatically assigned an id such #MC_FormPrincipal or

Re: [jQuery] interface imagebox

2007-03-08 Thread Daniel MacDonald
I recently added image preloading (the previous and next images start to load while viewing the current image) to http://www.projectatomic.com/litebox jQuery Litebox , which should help with reduce delays. You could try adding the setInterval to the onload event in the $.litebox.resize() method.

Re: [jQuery] release: Validation plugin beta 1

2007-03-08 Thread Jörn Zaefferer
Brice Burgess schrieb: Jörn Zaefferer wrote: Actually I was referring to the use of metadata ;-) The metadata plugin was the result of a pretty long discussion about the best approach on metadata, a lot of brainpower went into that one :-) Any chance on integrating this into

Re: [jQuery] need some idea

2007-03-08 Thread Jake McGraw
So why don't you do this: JavaScript: $(function(){ $(div.opt).hide(); $(select).change(function(){ $(div.opt).hide(); $(div.+$(this).val()).show(); }); }); Document: select name=user option value=t1Administrator/option option value=t2Manager/option option value=t3Executive/option

Re: [jQuery] Options for Validation...

2007-03-08 Thread Rick Faircloth
Thanks for the tip, Blair. Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Blair Mitchelmore Sent: Thursday, March 08, 2007 4:23 PM To: jQuery Discussion. Subject: Re: [jQuery] Options for Validation... You might want to look into Mike Alsup's

Re: [jQuery] Custome selectors use : as seperator, which is an official character for id's

2007-03-08 Thread Jörn Zaefferer
Brandon Aaron schrieb: There is a ticket for this: http://dev.jquery.com/ticket/143 I've added another comment on that ticket. I'm currently working with JSF, too, so a working solution is quite interesting. -- Jörn Zaefferer http://bassistance.de

Re: [jQuery] Options for Validation...

2007-03-08 Thread Rick Faircloth
Blair... Are you saying that Taconite will allow the kind of validation using CF that I described below? Process my inputs, create a scope for errors, such as Form_Errors.Principal, then use Taconite to take the scope data and attach it to some form element in the calling document and display

Re: [jQuery] Need some guidance...

2007-03-08 Thread Jörn Zaefferer
Rick Faircloth schrieb: Well, Jorn... I finally figured out the problem... I hadn't assigned an id's to my form fields (Principal, Interest, Years), so I couldn't see the conflict. However, it looks like id's were automatically being assigned to my form fields when published... they were

Re: [jQuery] Options for Validation...

2007-03-08 Thread Jörn Zaefferer
Rick Faircloth schrieb: Calling all jQuery/CF’ers… I’m not real satisfied with the error message placement options in Jorn Zaefferer’s validation plug-in. I like to place my error messages right above the form field that the error message references. Right now, as I understand it,

Re: [jQuery] Problem with validation

2007-03-08 Thread Jörn Zaefferer
Leonardo K schrieb: Your code don't solve my problem, but I believe that I found the problem. The problem is the label class. When I set the errorClass, the label still have the class='error'. $(form).validate({ focusInvalid: false, event: blur, debug: true, errorClass: comErro,

Re: [jQuery] Problem with validation

2007-03-08 Thread Jörn Zaefferer
Leonardo K schrieb: Can I suggest something? Instead of making for example: messages:{ fieldName: { required: blabla } } To use a standard for all the messages: messages:{ required: blabla } You can override default messages by modifying the jQuery.validator.messages object. So in

[jQuery] Validation help with Date Selector

2007-03-08 Thread blemming
I have a form with multiple inputs. One of them using the dateselector plugin. On validation that field gets jumbled up because of the placement of the date icon. What I'm wondering is on just that one field can I set the error message to appear in an alternate location? i.e. - Can I add

[jQuery] SVN konq test suite

2007-03-08 Thread Andrew Mason
Hi guys, I wrote in a while ago asking about konqueror isssues and someone referred me to a test page where i could check the supported functions etc.. I've been given some time to play around with JQuery. I've checked out the source from SVN and was wondering if the test page was in SVN ?

Re: [jQuery] Need some guidance...

2007-03-08 Thread Rick Faircloth
Can you tell me what combination of IDs and names caused the confusion? What was happening is this: I had a form with an id of #Mortgage_Calculation_Form. I had inputs for the form named Principal, Interest, and Years. However, these inputs did not have any id

[jQuery] New plugin: ContextMenu

2007-03-08 Thread Chris Domigan
Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ ContextMenu lets you selectively replace the browser's right click menu with one of your own. It is fully customisable and allows you to bind

Re: [jQuery] One element, multiple actions

2007-03-08 Thread Chris Domigan
You can use .each(). $(#myId).each(function() { // do lots of stuff }); ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New plugin: ContextMenu

2007-03-08 Thread Rey Bango
Ok, that gets added to my badass plugin list as well!! Chris Domigan wrote: Hi everyone The first version of my new ContextMenu plugin has been released. You can grab it here: http://www.trendskitchens.co.nz/jquery/contextmenu/ http://www.trendskitchens.co.nz/jquery/contextmenu/

[jQuery] New version of jquery and IE6 bugs

2007-03-08 Thread Jeremy Dill
I am having major issues with the newer versions of JQuery with IE6. Everything works beautifully in Firefox and IE 7. Jquery 1.04 is stable in IE 6, but jquery1.11+ causes an occasionally crash IE runtime error when using radio buttons that are triggering xajax calls. A bigger issue is that now

Re: [jQuery] Options for Validation...

2007-03-08 Thread Rick Faircloth
I don't have much of a clue how to code what you mean with the errorPlacement function: Here's what I tried, which didn't work...everything else runs fine without it... remember, unfortunately you're helping someone who has just begun to work with jQuery and the plug-ins... :o)

Re: [jQuery] SVN konq test suite N/M i found it

2007-03-08 Thread Andrew Mason
please disregard my previous post On Friday March 9 2007 09:37:06 am Andrew Mason wrote: Hi guys, I wrote in a while ago asking about konqueror isssues and someone referred me to a test page where i could check the supported functions etc.. I've been given some time to play around with

Re: [jQuery] New version of jquery and IE6 bugs

2007-03-08 Thread Andrew Mason
You could use some sort of content negotiation to serve up different versions of jquery depending on browser. Apache has a few different ways of doing this, not sure about other web servers. On Friday March 9 2007 10:10:14 am Jeremy Dill wrote: I am having major issues with the newer

Re: [jQuery] One element, multiple actions

2007-03-08 Thread Jake McGraw
Not exactly, to add to Chris's comment, using: $(myele).each(function() { // do lots of stuff }); will scope the 'this' keyword to whatever you've selected using $('myele'). So, for example, if I had: with(document.getElementById(myele)) { // myele now part of scope chain, no variable

Re: [jQuery] New version of jquery and IE6 bugs

2007-03-08 Thread Jeremy Dill
Thanks. I might have to do that. Just worried that it will lead to other issues like plugin compatibility, etc. -Original Message- From: Andrew Mason [mailto:[EMAIL PROTECTED] Sent: Thursday, March 08, 2007 5:50 PM To: [EMAIL PROTECTED]; jQuery Discussion. Subject: Re: [jQuery] New

Re: [jQuery] New version of jquery and IE6 bugs

2007-03-08 Thread Brandon Aaron
Could you possibly post up an example? It is hard to know what is really going on without seeing it. -- Brandon Aaron On 3/8/07, Jeremy Dill [EMAIL PROTECTED] wrote: I am having major issues with the newer versions of JQuery with IE6. Everything works beautifully in Firefox and IE 7. Jquery

Re: [jQuery] One element, multiple actions

2007-03-08 Thread Rob Wilkerson
I knew about each(), but since I had only one element it seemed...I don't know...almost like overkill. I was hoping there would be something like: $('myele').do ( /** do stuff */ ); But, that having been said, I guess each() is effectively that. Maybe it's only the semantics of it that

Re: [jQuery] One element, multiple actions

2007-03-08 Thread Karl Rudd
If it is just one element you can do: var myelem = $('#myelem')[0]; Because the jQuery wrapper acts like an array you can just grab the first element of the array, which is the raw DOM element. Another thing to keep in mind is jQuery's chainability. So while it's not so efficient to deal with

[jQuery] How do I hook up the Editable plug-in to a MySQL DB?

2007-03-08 Thread Rick Faircloth
I don't see how to hook the Editable plug-in to *any* datasource right now. ??? Rick ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Validation help with Date Selector

2007-03-08 Thread Rick Faircloth
Have you figured out how to style the error message, yet? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of blemming Sent: Thursday, March 08, 2007 7:40 PM To: discuss@jquery.com Subject: [jQuery] Validation help with Date Selector I have a form

Re: [jQuery] One element, multiple actions

2007-03-08 Thread Rob Wilkerson
Ah, that's what I was looking for. I knew about jQuery's chainability, but being more familiar with the Java world, I'm not used to chaining completely unrelated actions. That's really cool. Thanks again. On 3/8/07, Karl Rudd [EMAIL PROTECTED] wrote: If it is just one element you can do:

Re: [jQuery] NEWS: John Resig Discusses Future Proofing JavaScript Libraries

2007-03-08 Thread Daemach
Good read. A bit further down in the blog he mentioned a push to add browser-level JSON parsing for speed and security. If you are going to Max2007 or cf.objective() perhaps you and Rob could bend Adobe's ear to implement a cfjson tag that emulates cfwddx, including cf2js where it would dump a

Re: [jQuery] Validation help with Date Selector

2007-03-08 Thread Rick Faircloth
I sure hope so,. I've been working with Jorn's validation plug-in all week and the only two parts I've got let to figure out are the CSS of the messages and how to place the validation messages in an acceptable position. I'd love to be able to tell the plug-in to do what you're saying and be

[jQuery] Matt Krause - table plugins

2007-03-08 Thread Daemach
Matt, are you reading this list? I am anxiously awaiting the jQuery port of your table filtering/sorting functionality. Is this coming soon? The demos on your site are very very fast and would fit perfectly into a project I'm about to start. -- View this message in context:

Re: [jQuery] jQuery Litebox now GPL/MIT licensed

2007-03-08 Thread Karl Rudd
Eexcellent. Karl Rudd On 3/9/07, Daniel MacDonald [EMAIL PROTECTED] wrote: Oops, sorry! I had copied the header from an old project. I am glad that some people actually pay attention to these things. jQuery Litebox is now GPL/MIT. Use and abuse. D

Re: [jQuery] Validation help with Date Selector

2007-03-08 Thread blemming
You can style it with the css class error I'm trying to move the location of it for one input. Rick Faircloth wrote: Have you figured out how to style the error message, yet? Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of blemming

[jQuery] Matt Krause

2007-03-08 Thread Daemach
-- View this message in context: http://www.nabble.com/Matt-Krause-tf3373126.html#a9386627 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

  1   2   >