[jQuery] How to change form data before submitting to form plugin?

2007-04-04 Thread Kim Johnson
Hi again folks, Almost finished with the form validation/form plugin combo! A quick question: I have a password field that I'd like to encrypt before sending via ajaxSubmit (a simple MD5 call would suffice). I know I can use beforeSubmit to do things, but am not sure how to physically change a

[jQuery] XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
I'm hoping someone may be able to shed some light...I'm having a problem with what appears to be IE hanging when processing an XMLresponse. Below is a sample of what is going on... $(form).ajaxSubmit({ dataType: xml, success: processXml }); function processXml(responseXML) { var response

[jQuery] Re: low hanging newbie fruit for you to snack on

2007-04-04 Thread Karl Rudd
Responses inline. On 4/4/07, stylo~ [EMAIL PROTECTED] wrote: An option to add a timestamp to NOT cache ajax GETs is what I meant. It would be very helpful as an option. *shrug* Easy enough to add. Stick an extra key/value into your params. Using the example at

[jQuery] AJAX sample code

2007-04-04 Thread wyo
I'm currently evaluation jQuery for a web site and it looks promising. Yet jQuery is rather new and documentation is rather sparse IHMO, especially for AJAX. I'm looking for working sample code which allows to filter a list of elements (e.g. persons) through some input fields (e.g. lastname,

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Ariel Jakobovits
I'm not a jerk. I just hate having to scroll to the bottom of a message to read the latest post. I believe the concept of top-posting versus bottom-posting was pushed as Internet etiquette some years back. Is that something we could all try to do? - Original Message From: Trans

[jQuery] Re: Does this code look correct?

2007-04-04 Thread Klaus Hartl
Rick Faircloth schrieb: Well... if you're going to be picky... ;o) Sorry... here's the code: function toggleButton() { $Calculate = $(#Calculate)[0]; if($(principal_status).val() == true

[jQuery] Re: Help to improve code

2007-04-04 Thread Ariel Jakobovits
Not sure what it is doing, but this is nice! - Original Message From: Joan Piedra [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Sunday, April 1, 2007 7:58:51 PM Subject: [jQuery] Help to improve code Hey guys, I've wrote a plugin basically it adds some html wrappers to an image

[jQuery] Re: Help to improve code

2007-04-04 Thread Kenneth
I like that alot! I just have a question though- is it supposed to reload the page on 'disable'? ...or is disable not really implemented (since you probably will only apply it)? On 4/1/07, Joan Piedra [EMAIL PROTECTED] wrote: Hey guys, I've wrote a plugin basically it adds some html wrappers

[jQuery] Re: is there something like Prototype Window for jquery???

2007-04-04 Thread Gustavo Marin
You also have Ext library to use on top of jQuery, is bigger than jqModal but you get modal windows like Prototype and much more. Check the examples here: http://extjs.com/deploy/ext/docs/ And the one you want is this: http://extjs.com/deploy/ext/examples/dialog/hello.html Gustavo On Apr 4,

[jQuery] Re: Does this code look correct?

2007-04-04 Thread Gustavo Marin
I've tried, and the way i found to do it is like this: $Calculate = $(#Calculate); then you check the other vars and enable/disable it with: $Calculate.attr(disabled, true); or $Calculate.removeAttr(disabled); -- Gustavo On Apr 4, 9:08 am, Klaus Hartl [EMAIL PROTECTED] wrote: Rick

[jQuery] Re: jQuery selectors speed improvements - A different perspective

2007-04-04 Thread Juha Suni
Klaus Hartl wrote: I have the feeling that the whole speed discussion is somewhat theoretical, isn't it? I guess in a real life app, e.g. with some normal selections, you will hardly notice any difference between jQuery, Prototype, DOMQuery and others. Am I wrong? It is not at all just

[jQuery] Re: Ajax Experience SF

2007-04-04 Thread Ariel Jakobovits
anyone know how much it will cost? - Original Message From: Glen Lipka [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, April 3, 2007 9:58:47 AM Subject: [jQuery] Ajax Experience SF Anyone going to this?

[jQuery] Re: AJAX sample code

2007-04-04 Thread skube
I would suggestion using the jQuery with the Form plug-in (http:// www.malsup.com/jquery/form/) On Apr 4, 3:00 am, wyo [EMAIL PROTECTED] wrote: I'm currently evaluation jQuery for a web site and it looks promising. Yet jQuery is rather new and documentation is rather sparse IHMO, especially

[jQuery] problem with setting IDs in IE [C1]

2007-04-04 Thread vincent . fuchs
Hi all, I have a problem with setting IDs, which happens only in IE. Here is the code : alert($('div#DHTMLSuite_modalBox_contentDiv form').length+' - ' +$('div#DHTMLSuite_modalBox_contentDiv form').attr('id')); $('div#DHTMLSuite_modalBox_contentDiv

[jQuery] Re: Ext examples, comparing jQuery against YUI

2007-04-04 Thread georgeL
to me it seemed the other way round, that when using jQuery everything appeared kind of faster. maybe it also depends on some browser plugins in firefox? hard to tell...

[jQuery] jqModal IE 6 overlay width quickfix

2007-04-04 Thread David Duymelinck
$('div/ div').css({height:'100%',width:'101.5%',position:'fixed',left:0,top: 0,'z-index':z-1,opacity:c.overlay/100}); The original width was 100%, as it should be, but in IE 6 it didn't overlay the whole page. FF 1.5, and IE 7 don't show the horizontal scrollbar due to the oversized width, what

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Rob Desbois
Ariel, I couldn't agree with you more regarding top-posting. Further, the contents of a previous post need only be quoted when they need to be referred to IMHO, otherwise it's just more text to scroll past when it's already available higher up the thread it's in. /2 pennies' worth On 4/4/07,

[jQuery] Re: need suggestions on ajax

2007-04-04 Thread bingo
Thanks Kristinn, this is wonderful explanation of my problem... Regards, Ritesh On Apr 1, 11:55 am, Kristinn Sigmundsson [EMAIL PROTECTED] wrote: This is from an earlier post, it shows you how to add events only to the recently added content. Aswell as talking about handlers in general.

[jQuery] Re: problem with setting IDs in IE [C1]

2007-04-04 Thread Vincent
Some more info : I've spotted the origin of evil , and I already had this problem before, but it still seems weird to me : In the form, I have an input, with the name id. For some reason, IE mixes up the ID attribute of the form element and the input elemnt named id belonging to the form. Isn't

[jQuery] Re: working around IE's lack of option click/dblclick events

2007-04-04 Thread Rob Desbois
Dan, Thanks so much for your help on this. It now works - but it works because I'm now testing with dblclick instead of click. dblclick works perfectly, click still doesn't (try your demo page using click instead if you're interested). I assume this is because of the slight additional time

[jQuery] Input inside table cell

2007-04-04 Thread Michael Price
Hi all, Thanks for your help with my previous problem (input blanking on click, defaulting on blur if blank), worked a treat. Now for a new one! Consider the following source: table id=vetotable tr td class=lalignName/td tdinput type=checkbox name=x value=y //td /tr /table And the following

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Kenneth
I've been trying to figure this out too, and after about an hour of poking around the Google Groups Help group ( http://groups.google.com/group/Google-Groups-Guide), I don't think its possible...that, or I'm an idiot (which has been proven before). You can correspond with the list via email

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Klaus Hartl
John Resig schrieb: Hey Everyone - Google has finally imported all of the users into the new jQuery Google Group. From now on, all messages should be going to the group directly instead of the old mailing list (discuss@jquery.com). Important information: - The new jQuery mailing list is

[jQuery] Re: How to change form data before submitting to form plugin?

2007-04-04 Thread Dan G. Switzer, II
Kim, I have a password field that I'd like to encrypt before sending via ajaxSubmit (a simple MD5 call would suffice). I know I can use beforeSubmit to do things, but am not sure how to physically change a value. To change the value of a text element, you can use the jQuery method val():

[jQuery] Some questions about tables and translator cmp

2007-04-04 Thread oscar esp
Hello, I have two questions: - Are there any table plugin which implement: sort pagination options? - I would like to add in my web site a component like: http://translate.parish.ath.cx/ Anyone know a open source component like this?... It will be nice to have a jQuery

[jQuery] Re: how to set Authorization Headers using jQuery

2007-04-04 Thread harryzou
I try it and use $.ajax and beforeSend, then I known that maybe sending ajax request to other domain is not allowed, So I turn to the server side and I finally have done it. On Apr 4, 1:37 pm, harryzou [EMAIL PROTECTED] wrote: Hi, I am trying to have fun with Google Data API and of course

[jQuery] SOT: jQuery Discussion List Cloudmark Desktop Spam Filter...

2007-04-04 Thread Dan G. Switzer, II
Ever since this list moved to Google Groups, my Spam filter (Cloudmark Desktop) has been moving tons of discussion e-mail to the spam filter folder.) I've got the jquery-en@googlegroups.com set up as a whitelist, but due to changes in the delivery headers, the Cloudmark sees each message as

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread Mike Alsup
I haven't had that problem. Does the demo page work for you? http://www.malsup.com/jquery/form/#code-samples I'm hoping someone may be able to shed some light...I'm having a problem with what appears to be IE hanging when processing an XMLresponse. Below is a sample of what is going on...

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-04 Thread Markus Peter
On 04.04.2007, at 13:02, Chris Ovenden wrote: I just read the paper and, correct me if I'm wrong, this vulnerability *only* applies to JSON. XML is safe, because it has to be parsed before the data can be extracted. I avoid JSON because I don't like to have eval() statements in my code. This

[jQuery] Re: How to change form data before submitting to form plugin?

2007-04-04 Thread Mike Alsup
Kim, Your beforeSubmit handler is passed a reference to the form data in array format. The array contains the data that will be serialized but you can modify its contents any way you wish within that handler. Mike I have a password field that I'd like to encrypt before sending via

[jQuery] Problem with togle()

2007-04-04 Thread Sebastián V . Würtz
I have a problem with $(. + this.rel).toggle() function If i use simple toggle() work fine, but i want to personalize the effect, so i use function() { $(. + this.rel).hide('slow'); }, function() { $(. + this.rel).show('fast'); } And dosnt work, any help? $(.toggle_cat

[jQuery] HOW TO UNSUBSCRIBE?

2007-04-04 Thread Jquery
HOW TO UNSUBSCRIBE??? I DON'T FOUND INSTRUCTIONS. My account was created one or two months ago, when the discussion system wasn't from Google Groups and now i'm receiving messages and can't cancel my subscribe! How to cancel my signature? Sux :-(

[jQuery] Re: low hanging newbie fruit for you to snack on

2007-04-04 Thread stylo~
*shrug* Easy enough to add. Stick an extra key/value into your params. of course, just found it strange it wasn't an option because a common problem and solution going back years. Right, which is why I test on all the browsers in the projects specs. Thankfully most of our projects are IE =

[jQuery] Re: Problem with togle()

2007-04-04 Thread Joel Birch
...and optimised further to reduce redundant jquery object creation and property look-ups: $(.toggle_cat a).each(function(){ $(this) .attr(title, Click here to exclude this cat) .click(function(){ $(this).toggleClass(selected); var rel

[jQuery] Re: blockui url exclude list?

2007-04-04 Thread Mike Alsup
Moe, You don't need to change anything in blockUI. Just set the 'global' flag to false for your validator ajax calls (use $.ajax instead of $.get and $.post). Mike On 4/3/07, moe [EMAIL PROTECTED] wrote: hi list and mike, i'd like to use blockui together with an ajax form validator:

[jQuery] Re: Ext examples, comparing jQuery against YUI

2007-04-04 Thread Ashish Agrawal
I don't see any difference either with any library (in case of animation). But page load speed and process were faster with jQuery. I am using FF 2.0.3 with only basic pluggin - Firebug, del.icio.us, adblock etc are installed. Ashish Agrawal On Apr 4, 1:38 pm, Phillip B Oldham [EMAIL PROTECTED]

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Karl Swedberg
On Apr 4, 2007, at 7:02 AM, Klaus Hartl wrote: I have one question though: I'm using Thunderbird and after the transition to Google Groups a lot of threads get splitted into at least two parts. Maybe the threading gets messed up if someone posts via web interface? Any ideas anyone? +1

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Mike Alsup
Not surprisingly, gmail works just fine. :-) In any case, if someone has figured out a way around this with any email app, please let us know.

[jQuery] Re: Problem with togle()

2007-04-04 Thread Sebastián V . Würtz
Before asking for this code I tried to create the variable and use it. I did not optimize it because im noob for this and still I am learning, thanks for the help, nevertheless still it follows without working and I do not have idea because it does not do it God bless google translator. This

[jQuery] Re: problem with setting IDs in IE [C1]

2007-04-04 Thread Brian Miller
This is a known bug with IE. It mixes up the namespaces for IDs and form field names. Your best bet is to rename your fields. - Brian Some more info : I've spotted the origin of evil , and I already had this problem before, but it still seems weird to me : In the form, I have an input,

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Klaus Hartl
Mike Alsup schrieb: Not surprisingly, gmail works just fine. :-) In any case, if someone has figured out a way around this with any email app, please let us know. Argh. There's an GMail UI extension for Thunderbird. I don't think so, but maybe it does some magic. -- Klaus

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Klaus Hartl
Karl Swedberg schrieb: On Apr 4, 2007, at 7:02 AM, Klaus Hartl wrote: I have one question though: I'm using Thunderbird and after the transition to Google Groups a lot of threads get splitted into at least two parts. Maybe the threading gets messed up if someone posts via web interface?

[jQuery] Re: low hanging newbie fruit for you to snack on

2007-04-04 Thread Klaus Hartl
stylo~ schrieb: no doubt, though you wouldn't want my code in there :-) I should submit the timestamp option for GET's as a bug, though. I think it's not that easy. jQuery also supports If-Modified in some way and maybe an automatic cache killer would interfere with that. -- Klaus

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Mike Alsup
Yes, that's true. Every email has a unique ID and reply-to ID. It's surprising that Outlook and others are botching this. I think threading is mostly done by some special headers, the Re is not that important (if at all, at least in Thunderbird). That is also the reason, why I don't

[jQuery] Re: Problem with togle()

2007-04-04 Thread Joel Birch
Okay, sorry it didn't turn out to be as simple as what I thought it was. Do you have an online example page to show us? It would help greatly in determining what the problem is. Otherwise, anyone else see anything obvious that I am missing? This code should work (assuming the document it

[jQuery] Java Applet flickering

2007-04-04 Thread lincolncooper
In the following test case, the java applet flickers when you mouse over the text - this seems to be due to the fact that the DIV that we are trying to get the width of is display:none, therefore jQuery temporarily changes the properties of it's parent while getting the width. Is there any way

[jQuery] pls pls pls.. help..

2007-04-04 Thread Rikard.C
Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION ???

[jQuery] Re: Problem with togle()

2007-04-04 Thread Joel Birch
What about this (using your coding style to avoid confusion): $(.toggle_cat a).each(function(i){ $(this).attr(title, Click here to exclude this cat); $(this).click(function(event){ $(this).toggleClass(selected); }); var rel = this.rel;

[jQuery] Re: Input inside table cell

2007-04-04 Thread Gustavo Marin
This is not the best solution, but works as you wanted: $(function(){ $(#vetotable td).not(.lalign) .hover( function() { $(this).addClass(hovertd);}, function() {$(this).removeClass(hovertd); } )

[jQuery] Re: Problem with togle()

2007-04-04 Thread Joel Birch
Whoops - too many curly brackets in the toggle there. Correct code here: $(.toggle_cat a).each(function(i){ $(this).attr(title, Click here to exclude this cat); $(this).click(function(event){ $(this).toggleClass(selected); }); var rel = this.rel;

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Gustavo Marin
I'm not sure what are you asking. How to call from where? is FUNCTION a javascript function defined locally? how do you want to trigger the call? explain a little more of what are you doing. -- Gus On Apr 4, 4:04 pm, Rikard.C [EMAIL PROTECTED] wrote: Hi. does anyone know how to call a function

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Klaus Hartl
Rikard.C schrieb: Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION ??? Here's what you can try (untested): try { var functionNameFromHash = location.hash.replace('#', ''); eval(functionNameFromHash + '()'); } catch(e) { // fail

[jQuery] Re: Ajax Experience SF

2007-04-04 Thread John Resig
Yeah, neither the price, nor the full schedule has been announced yet. And it appears as if the old conference site is gone. I gave two talks at the last one, here in Boston, and it went quite well. There's lots of talk on libraries, and lots of big-wig presenters (Mozilla, Microsoft, etc.). I

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Klaus Hartl
Klaus Hartl schrieb: Rikard.C schrieb: Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION ??? Here's what you can try (untested): try { var functionNameFromHash = location.hash.replace('#', ''); eval(functionNameFromHash + '()'); }

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Rikard.C
were do i put that ? in the script type=text/javascript tag ? or in someware eles! On 4 Apr, 16:16, Klaus Hartl [EMAIL PROTECTED] wrote: Klaus Hartl schrieb: Rikard.C schrieb: Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION ???

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Brunner Adam
Hello! Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION Here's what you can try (untested): try { var functionNameFromHash = location.hash.replace('#', ''); eval(functionNameFromHash + '()'); } catch(e) { // fail silently } I can't

[jQuery] OPTGROUP in Opera

2007-04-04 Thread tundrax
function getRegions(country, div_id){ var i; $.getJSON(tools/getregions.php, { ctr: country }, function(json){ for(var i = 0; i json.length; i++) { opts = ; for(var j = 0; j

[jQuery] Re: pls pls pls.. help..

2007-04-04 Thread Klaus Hartl
Brunner Adam schrieb: Hello! Hi. does anyone know how to call a function from a url like http://www.XYZ.com/page.html#FUNCTION Here's what you can try (untested): try { var functionNameFromHash = location.hash.replace('#', ''); eval(functionNameFromHash + '()'); } catch(e) { //

[jQuery] Re: Accessing/Modifying Plugin Parameters

2007-04-04 Thread skimber
I've been hunting around for an answer to this but no joy. :o( Am I right to assume this isn't possible with jquery? On Apr 2, 10:57 am, skimber [EMAIL PROTECTED] wrote: Hi Everyone, I'm currently working on something using the Interface Resizable plugin, but really this is a general

[jQuery] Re: Help to improve code

2007-04-04 Thread Joan Piedra
Yes, I just didn't want to bother removing the nodes and putting all back together. And a simple reload did the work ;) On 4/4/07, Kenneth [EMAIL PROTECTED] wrote: I like that alot! I just have a question though- is it supposed to reload the page on 'disable'? ...or is disable not really

[jQuery] Re: Help to improve code

2007-04-04 Thread Joan Piedra
Ok, I was trying to look for some help to improve this plugin, I'm not sure about the Safari support, if someone can send me some patch I'd apreciate it. In the other hand, if I can't find some code improvements in the next days, I'm going to announce it as a stable pack. Cheers, and thanks for

[jQuery] Re: low hanging newbie fruit for you to snack on

2007-04-04 Thread Klaus Hartl
stylo~ schrieb: I think it's not that easy. I believe it is. Used it for years. Other APIs do it too, I recall. Whatever. I'm still not sure, if the ifModified option would still work as expected if you add an automatic cache killer to every GET request. -- Klaus

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
Sorry, I should clarify, when I use the exact same code as your demo separately, it works. However, it doesn't work when I use within my pages maybe something else is conflicting.. On Apr 4, 12:02 pm, skube [EMAIL PROTECTED] wrote: Nope, when I use the xml-echo.php page and the same JS. It

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
Again, to clarify both those links work in Firefox. Only the first one doesn't work in IE. On Apr 4, 12:36 pm, skube [EMAIL PROTECTED] wrote: Actually, I've isolated it even more .. it appears there is a problem when using the metadata plugin for validation. When I remove that script call it

[jQuery] Re: Problem with togle()

2007-04-04 Thread Joel Birch
On 05/04/2007, at 1:04 AM, Sebastián V. Würtz wrote: Now hide the link that should hide the news, so still donst work :) I send a pic for example I set up a quick demo page so I can try and see why your links are now hiding when you click them. However, my demo page seems to behave how I

[jQuery] Re: Web2.0 Expo Free Passes and Discounts

2007-04-04 Thread John Resig
Looking forward to meeting you there! (And anyone else that's coming) --John On 4/4/07, Erik Beeson [EMAIL PROTECTED] wrote: Hello jQuerians! Web2.0 Expo, the Spring time spin-off of Web2.0 Conference, is happening in a little over a week in San Francisco. There are a lot of great sessions

[jQuery] Re: Something that bugs me about the google groups messages...

2007-04-04 Thread John Resig
There's no options for something like that. I'm not sure why that's happening. --John On 4/4/07, Rick Faircloth [EMAIL PROTECTED] wrote: I'll have to check and see if there's some way in Outlook to stop the addition of the Re: before the subject line... I wonder if there's any way to set

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Erik Beeson
TB_remove() closes the thickbox, but you need to call it from the context of the top window, not the inner iframe window. So you probably want to do something like parent.TB_remove() on the last page. Or, if you want to remove the thickbox and update the underlying page, you might want to just

[jQuery] Re: How to change form data before submitting to form plugin?

2007-04-04 Thread Mike Alsup
Kim, Your attempt using formData[2].value = blah should work. Consider the following form: form action=# input type=text name=user / input type=password name=pwd / input type=submit / /form This code placed in a doc-ready block shows how to modify the data before it is sent:

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread Mike Alsup
skube, Add an ajaxError handler and see what's failing. Something must be throwing an exception that will be caught and passed to registered ajaxError handlers. $().ajaxError(function(ev, opts, xhr, msg, ex) { alert(msg + ': ' + ex); }); Mike On 4/4/07, skube [EMAIL PROTECTED] wrote:

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Olivier Percebois-Garve
I use this in my iframe code : $(document).ready(function() { $('a').click(function(){ parent.location.href=$(this).href(); }); }); Olivier Chris W. Parker wrote: Hello, I'm using ThickBox in IFrame mode and I'm loading a form that submits to another page and

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Erik Beeson
Depending on your setup, you could instead just set the target of your links to _parent or _top. --Erik On 4/4/07, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: I use this in my iframe code : $(document).ready(function() { $('a').click(function(){

[jQuery] OT: Is CF-Talk down?

2007-04-04 Thread Josh Nathanson
Sorry for posting to this list, but I know there are some other cf-talk'ers on this list...does anyone know what's up with the cf-talk list? I haven't received anything since last night. Just trying to confirm if I'm the only one. -- Josh

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Olivier Percebois-Garve
yep but it would become obtrusive javascript enabled -- thickbox loads --- so I need to give the link to the parent no javascript --- the iframe load like a normal pahe --- there is no parent so the link should behave normally what do u think ? Erik Beeson wrote: Depending on your

[jQuery] Re: Earn $500 a day....

2007-04-04 Thread Mike Alsup
I could use the money! Ahh a benefit of google groups ... SPAM :/ It is easy to earn $500 a day. The tricks are in www.seminar.co.nr

[jQuery] Re: OT: Is CF-Talk down?

2007-04-04 Thread Rey Bango
Looks like they're down. Nothing new has come in: http://www.houseoffusion.com/groups/cf-talk/ Rey Josh Nathanson wrote: Sorry for posting to this list, but I know there are some other cf-talk'ers on this list...does anyone know what's up with the cf-talk list? I haven't received

[jQuery] Re: OT: Is CF-Talk down?

2007-04-04 Thread Rey Bango
LOL! Well, if you have free time, GotCFM.com needs some help. ;) Rey Josh Nathanson wrote: Thanks for confirming Rey. Guess I'll have to actually get work done til it's back up. :o( -- Josh - Original Message - From: Rey Bango [EMAIL PROTECTED] To: jquery-en@googlegroups.com

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Erik Beeson
It'll still work fine. _top and _parent both load in the current window if it is already the top level window. --Erik On 4/4/07, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: yep but it would become obtrusive javascript enabled -- thickbox loads --- so I need to give the link to the

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Christopher Jordan
Rey, It's good that you and Karl jumped on this. Any time I talk to anyone about jQuery, I always, and without fail mention how great, active, and helpful the community is. I'd hate to think that anyone has the impression that the jQuery folks are getting 'too big for their britches' so to

[jQuery] Re: How do I handle form submission within ThickBox?

2007-04-04 Thread Erik Beeson
The page doesn't have to be blank, you could at least have a link back to where the user came from or something. But it's true that that isn't quite as clean. The way I do this is to use ajax on the form page, and do the thickboxDone() stuff from the ajax callback. With the form plugin, it's

[jQuery] Re: Ajax Experience SF

2007-04-04 Thread Ariel Jakobovits
I would really like to go, especially since I'm local. It would be neat to meet everyone. - Original Message From: John Resig [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Wednesday, April 4, 2007 7:16:59 AM Subject: [jQuery] Re: Ajax Experience SF Yeah, neither the price,

[jQuery] Bizarre IE Troubles

2007-04-04 Thread Alex Ezell
I'm not 100% sure that jQuery is causing this issue, but I can't even figure out what the error is, so I ask you kind people for help. This has been a thorn in my side for a week now. Whenever anyone executes a search on this page, IE gives an error about Webpage has expired. It works fine in

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Charles Capps
I am unable to duplicate any IE weirdness, using IE6 and IE7. mike wrote: Hi Jeffrey, An example is at: http://www.green-welly.co.uk/rcc/basic-example.html It takes me 15 seconds to load this page in IE, Firefox Opera are immediate. Well puzzled. Thanks, mike

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Marshall Salinger
It came up quick for me. About 3 seconds to initally load and immediate when hard-refreshing in IE 7. -Marshall mike wrote: Hi Jeffrey, An example is at: http://www.green-welly.co.uk/rcc/basic-example.html It takes me 15 seconds to load this page in IE, Firefox Opera are immediate. Well

[jQuery] Re: Test for a function being defined

2007-04-04 Thread Jörn Zaefferer
Dan G. Switzer, II schrieb: Shelane, Is there a test to know if a function has been defined or declared? function modify(){ ...my code } if(function('modify')) or something like that? A function is just a variable. if( !!modify ) alert(exists); if( typeof modify == function

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
Mike, I added lines above to the following file: http://staging.luminato.base2.ca/inc/test-xml-echo.php The resulting alert: --- Microsoft Internet Explorer --- [object Error]: undefined --- OK ---

[jQuery] Validate a Children

2007-04-04 Thread Mario Moura
Hi I have two markups div id=markup1... div id=markup2... If markup1 dont have childrens and markup2 have childrens so $(#markup1).append($(#markup2).children().get(1)).show(); How can I write the first statement? Regards macm

[jQuery] Interesting selector problem -- emulating TAB/SHIFT+TAB functionality

2007-04-04 Thread Dan G. Switzer, II
I'm trying to figure out the best way to solve this problem. I have a form where keyboard navigation is important. When the focus is applied to a certain element, I'm popping up a DIV with a form field element. Now here's my dilemma: When the user pressing [TAB] or [SHIFT]+[TAB] I need to

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread -dean
Rey, Thanks for posting this. But to be honest I think I overreacted to Michael's comment. To put the record straight. I don't have a problem with jQuery users. You are a pretty great bunch from what I can gather. Mostly I think this is just part of a recent trend whereby some people can be a

[jQuery] Re: Table sorting with skipped rows

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 11:04 AM CircleFusion said: I dunno if the title of this thread makes sense, but the higher-ups want to know if I can have a table like this... img src=http://www.circlefusion.com/projects/ge/table_sort_example.gif; / where one of the rows is attached to

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Rey Bango
Thanks for the feedback Dean. I personally never want anyone to feel that the project condones harsh replies and I'll always do my best to manage that. I hope my email motivates everyone to police each other as well so that we're always looked at in a good light. Rey... -dean wrote: Rey,

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Jake McGraw
Rey: Good spot, I can see why you made the Evangelism Team. Some of you may think this is a bit of senseless damage control, but as our community grows larger, I believe that having someone monitor how the outside world views the project and its members very important. Far too often, I've

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Yansky
Arrrgh - I'm an idiot. I only just realised there is a view by Topic List option in google groups. I was finding it very difficult to navigate with the the default Topic summary view. So in case anyone else doesn't realise, you can change the topic view from this

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread Mike Alsup
:-) It would appear I've got those args wrong. Try this: $().ajaxError(function(event, xhr, opts, ex) { alert(ex ? ex.message : null); }); The resulting alert: --- Microsoft Internet Explorer --- [object Error]: undefined

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Jeffrey Kretz
Thanks, I also don't have a problem in IE6 or IE7. I can think of a couple of reasons IE might be being a pain on your PC. 1) Your cache might be full -- so try deleting all temporary files. 2) There may be plug-in running in your browser that are hogging CPU cycles. If after flushing your

[jQuery] Re: method_missing equivalent in jQuery?

2007-04-04 Thread Brandon Aaron
Man that would be so cool if JavaScript as a language had the ability to do this but it does not. -- Brandon Aaron On 4/4/07, chinmay [EMAIL PROTECTED] wrote: Hi all, Usually, I'm this lurker who scrapes this list for tips to improve my jquery code. As a beginner, I can't begin to tell you

[jQuery] Re: Moving to Google Groups (Finally)

2007-04-04 Thread Glen Lipka
Top posting, bottom posting. (Age old dillema - or at least 10 years old) Is it acceptable to erase the message and just post? Like this?

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
Actually, Jörn Zaefferer actually pointed out the fix. The solution was to modify the metadata.js as follows: $.fn.setArray = function(arr){ return setArray.apply( this, arguments ).each(function(){ -if ( this.metaDone ) return; // remove this line +if (

[jQuery] Error with response after form submit

2007-04-04 Thread Buzzterrier
I am new to jquery and am trying to get the form plugin to work correctly. The success callback is not getting called, and I am getting the following error: jQuery(options.target).attr(innerHTML, data).evalScripts is not a function I am at a complete loss (I must say that jquery is far harder

[jQuery] Re: jQuery selectors speed improvements - A different perspective

2007-04-04 Thread Raziel Alvarez
Well, I have a real life, highly dynamic application based on the use of jQuery and specially selectors: a WYSIWYG Forms designer. The application is so nice and intuitive that users adopted it right away and started building really complex forms (+100 complex components). In general, as you

  1   2   >