[jQuery] Re: Body Browser Classes

2007-04-04 Thread Klaus Hartl
Joel Birch schrieb: Something like the code below then? I have created it as a fully automated plugin so all you have to do is include the code and it runs on doc ready without doing anything more. I didn't see the point in making it chainable or applicable to elements other than the body e

[jQuery] code to wrap jquery in to wall it off from older browsers?

2007-04-04 Thread stylo~
Can anyone suggest good code to wrap jquery in to wall it off from older browsers altogether? I'd prefer some object detection but obviously createElement isn't going to cut it finely enough. I'm not up on what the latest browsers have that IE5.5/OP8 and others don't have. As I wrote on another t

[jQuery] Overlib like funtionality with JQuery

2007-04-04 Thread [EMAIL PROTECTED]
Overlib is a JS library with lots of cool features for JS popups. http://www.bosrup.com/web/overlib/ I wonder if there is anything like this already built into JQuery or possibly in a plugin. Thanks.

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

2007-04-04 Thread Rikard.C
upp...

[jQuery] Re: method_missing equivalent in jQuery?

2007-04-04 Thread chinmay
Oh well... I told you I was a newbie! Thanks for all the links though. On Apr 5, 2:32 am, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: > I took a look at the docs for method_missing[1] and it looks a lot like > PHP's overloading "magic methods"[2], which are called when PHP is trying to > access a

[jQuery] Re: TableSorter issues: special characters, mixed data

2007-04-04 Thread Kim Johnson
Anyone know a workaround for this? :) Christian, any thoughts? -kim, who would really like to not code a bunch of tablesorting tonight in php ;) --- Kim Johnson <[EMAIL PROTECTED]> wrote: > > ATTN: Christian or anyone else familiar :) > > I'm trying to use TableSorter for a few large > batche

[jQuery] firebug vulnerability

2007-04-04 Thread Jim M
FYI there is a vulnerability in firebug that is reported to be patched in the new 1.03 release more information and the new release available via: tools> add-ons > check for updates http://www.getfirebug.com/blog/2007/04/04/security-update/ http://www.gnucitizen.org/projects/firebug-goes-evil

[jQuery] Body Browser Classes

2007-04-04 Thread Glen Lipka
Feedback desired: Lately, I have been developing CSS and HTML for a deep Web 2.0 complex app. Usually, I avoid CSS hacks like the plague. But recently, I have had to resort to the Holly Hack or the StarHTML Hack. But then it occured to me that jQuery provides a better way. A simple plugin coul

[jQuery] Re: Validate a Children

2007-04-04 Thread Mario Moura
Almost there but semantic is wrong: If (($("#markup2").children().get().length > 0) AND ($("#markup1").children().get().length == 0)) $("#markup1").append($("#markup2").children().get(1)).show(); FALSE; Should I insert into a function? Regards macm 2007/4/4, Mario Moura <[EMAIL PROTECTED]>

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Rey Bango
Hi Ariel, I also think that people are just getting really excited about jQuery and are joining teams, which is a really natural thing to do. Absolutely! I'm guilty of this myself and I really go to bat for jQuery every chance that I get because I believe wholeheartedly in the project & co

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

2007-04-04 Thread Mike Alsup
Hi Glen, I use gmail the exact same way you do. Regarding rules and etiquette, personally I could care less.But I always enjoy your posts, so just keep posting! Mike So is there an ettiquette rule to follow here on 1. What to delete when replying (if any) and 2. Where to post? (top or b

[jQuery] Re: .getScript()

2007-04-04 Thread Brandon Aaron
Not it doesn't but one could create a .getCSS ... maybe something like this (untested). jQuery.getCSS = function( url, media ) { jQuery( document.createElement('link') ).attr({ href: url, media: media || 'screen', type: 'text/css',

[jQuery] Re: .getScript()

2007-04-04 Thread Pedro Luz
Hi, Yes you can load css using $.getScript(); $.getScript("css/standard.css"); On Apr 5, 12:49 am, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: > the docs say this retrieves javascript files. does it retrieve and load CSS?

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

2007-04-04 Thread Ariel Jakobovits
Thank you for this. I just registered using the code. - Original Message From: Erik Beeson <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 4, 2007 8:24:55 AM Subject: [jQuery] Web2.0 Expo Free Passes and Discounts Hello jQuerians! Web2.0 Expo, the Spring time

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

2007-04-04 Thread Glen Lipka
*The worst thing ever?? Come on. Have you tried Microsoft Bob?* On 4/4/07, Chris W. Parker <[EMAIL PROTECTED]> wrote: On Wednesday, April 04, 2007 2:48 PM Glen Lipka <> said: > Top posting, bottom posting. (Age old dillema - or at least 10 years > old) Is it acceptable to erase the message

[jQuery] Re: Error with response after form submit

2007-04-04 Thread Mike Alsup
Hi Buzz, Would you happen to have a sample page that demonstrates this problem? I don't think I've seen that particular error before in that part of the code. Regarding the dataType and target options, they are mutually exclusive because target only applies to a text or html response (dataType

[jQuery] .getScript()

2007-04-04 Thread Ariel Jakobovits
the docs say this retrieves javascript files. does it retrieve and load CSS?

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Ariel Jakobovits
I like that people are looking to protect the future of jQuery. I think it is a phenomenal effort that is part of a general trend of making Javascript a creditable language to use in web development, and for that I am truly thankful. I also think that people are just getting really excited abou

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

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 2:48 PM Glen Lipka <> said: > 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? That's the worst thing ever! It makes it almost impossible to get context unless you've already

[jQuery] Re: Truncate Plugin v.2.0

2007-04-04 Thread Marshall Salinger
Nice! I was just looking at the first version right now and just downloaded the code for your news slider. -Marshall Giant Jam Sandwich wrote: Well, I have vastly improved this script. It was my first plugin for jQuery, and after creating a few others, I decided to go back and make some edit

[jQuery] Re: google group question

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 4:23 PM dc <> said: > is there any way to receive email updates using a different email > address than my gmail account? > > thanks! Subscribe to the group with a different email address.

[jQuery] Truncate Plugin v.2.0

2007-04-04 Thread Giant Jam Sandwich
Well, I have vastly improved this script. It was my first plugin for jQuery, and after creating a few others, I decided to go back and make some edits on this one. You can find the demo here: http://reindel.com/blog/src/jquery_truncate/ Feedback is always welcome. Brian

[jQuery] google group question

2007-04-04 Thread dc
is there any way to receive email updates using a different email address than my gmail account? thanks!

[jQuery] $(document).ready() in ajax content.

2007-04-04 Thread cdomigan
Hi everyone, I'm doing something like this: $("#myDiv").load("/foo/bar.php"); Now I understand .load() evaluates script tags - are these evaluated after the content has been added to the dom? I did have $ (document).ready() calls in my attached script, but it occurred to me that there is probab

[jQuery] Re: Promoting jQuery the WRONG way

2007-04-04 Thread Geoffrey Knutzen
Not a bad tag-line: "Keep on coding and don't be lame" -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jake McGraw Sent: Wednesday, April 04, 2007 1:57 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Promoting jQuery the WRONG way Rey:

[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 alrea

[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: 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] 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: method_missing equivalent in jQuery?

2007-04-04 Thread Aaron Heimlich
I took a look at the docs for method_missing[1] and it looks a lot like PHP's overloading "magic methods"[2], which are called when PHP is trying to access a property/method that isn't defined on the object. If that is so, then I'm sorry to say that something like this does not exist in JavaScript

[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: 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 cac

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Geoffrey Knutzen
Works fine for me with ie6 Have you restarted your computer lately? If you leave winxp and ie open for a long time (days), IE will slow to a crawl after awhile. I have always assumed it was a memory leak, but have never taken the time to verify. Closing ie and starting it again may help, and I b

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

2007-04-04 Thread Widi Harsojo
$("#google").mail("send").from("[EMAIL PROTECTED]").to(" jquery-en@googlegroups.com").subject("*[jQuery] Moving to Google Groups (Finally)*").message("test-my-email").signature("Best regards, Widi Harsojo"); Thx! Team...

[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: 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 http://img.photobucket.com/al

[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 se

[jQuery] Re: Problem with togle()

2007-04-04 Thread Sebastián V . Würtz
owever, my demo page seems to behave how I think you want it to. The corresponding text is hidden and revealed when its associated link is toggled. The link never gets hidden. Have a look here: http://users.tpg.com.au/j_birch/toggle/ Is this what you are trying to achieve? Joel. __ N

[jQuery] Re: method_missing equivalent in jQuery?

2007-04-04 Thread Jörn Zaefferer
chinmay schrieb: 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 how useful it's been. I was just wondering: Can we have a method_missing or similar exception-catching scheme for jQuery? Dunno about you, but I'

[jQuery] method_missing equivalent in jQuery?

2007-04-04 Thread chinmay
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 how useful it's been. I was just wondering: Can we have a method_missing or similar exception-catching scheme for jQuery? Dunno about you, but I'm pretty impressed

[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: 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... > > http://www.circlefusion.com/projects/ge/table_sort_example.gif"; /> > > where one of the rows is attached to an

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

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 12:08 PM Erik Beeson <> said: > The page doesn't have to be blank, you could at least have a link back > to where the user came from or something. [snip] This approach makes a bit more sense to me. Thanks for all the information. Chris.

[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 bi

[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 emula

[jQuery] Validate a Children

2007-04-04 Thread Mario Moura
Hi I have two markups

[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 --- O

[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 == "functio

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Josh Nathanson
Works fine for me, no delay in IE6. -- Josh - Original Message - From: "mike" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Wednesday, April 04, 2007 12:09 PM Subject: [jQuery] Re: 15 second delay with IE Hi Jeffrey, An example is at: http://www.green-welly.co.uk/rcc/basic-e

[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: Ajax Experience SF

2007-04-04 Thread John Resig
Even if you can't, we could meet in the evening at some point; that'd be fine too. --John On 4/4/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: I would really like to go, especially since I'm local. It would be neat to meet everyone. - Original Message From: John Resig <[EMAIL PRO

[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] 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 mike
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: 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] 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 rea

[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 s

[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: How do I handle form submission within ThickBox?

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 11:05 AM Erik Beeson <> said: > It's almost 11am and I'm still awake from yesterday. I'm very likely > not communicating well :) It's ok. Thanks for taking the time to answer my question. :) > If you're using separate > pages for your form, you could have the "succe

[jQuery] columnize large text ...

2007-04-04 Thread patrickk
I´m having a text on my page and I´d like to split that text into 2 (or even 3) columns. I´ve seen this before but I can´t remember where ... any suggestions are appreciated. thanks, patrick

[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: Sent: Wednesday, April 04,

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

2007-04-04 Thread Josh Nathanson
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: Sent: Wednesday, April 04, 2007 11:31 AM Subject: [jQuery] Re: OT: Is CF-Talk down? Looks like they're down. Nothin

[jQuery] Promoting jQuery the WRONG way

2007-04-04 Thread Rey Bango
One of the things that I love about the jQuery community is the true dedication and love that people have for the library. Its amazing how attached you can get to something when it truly helps you out in some way. But we need to be careful about how far we take that dedication and love. When

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

2007-04-04 Thread Ariel Jakobovits
So in the end, what event are you listening to for the select element? - Original Message From: Rob Desbois <[EMAIL PROTECTED]> To: jquery-en@googlegroups.com Sent: Wednesday, April 4, 2007 2:54:17 AM Subject: [jQuery] Re: working around IE's lack of click/dblclick events Dan, Thanks s

[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 anything

[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: 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] 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: Earn $500 a day....

2007-04-04 Thread Brandon Aaron
Ahh a benefit of google groups ... SPAM :/ On 4/4/07, jose1981 <[EMAIL PROTECTED]> wrote: It is easy to earn $500 a day. The tricks are in www.seminar.co.nr

[jQuery] Re: Web 2.0 is vulnerable to attack

2007-04-04 Thread Nathan Young -X \(natyoung - Artizen at Cisco\)
Hi. I still see what this paper is calling "Javascript Hijacking" as a subset of session riding or cross site request forgery (CSRF). Javascript Hijacking has a bit more punch because it more easily exposes more of the payload. That's foiled by "Preventing Direct Execution of the Response" as de

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

2007-04-04 Thread Erik Beeson
It's almost 11am and I'm still awake from yesterday. I'm very likely not communicating well :) To close the thickbox, you need to call TB_remove(). But you can't just call TB_remove from one of your pages that have been loaded in the thickbox iframe, it needs to be called from the top level page

[jQuery] Re: 15 second delay with IE

2007-04-04 Thread Jeffrey Kretz
There is nothing obvious in the code below. Could you supply a url to an online page that acts this way? JK - Original Message - From: "mike" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Wednesday, April 04, 2007 5:41 AM Subject: [jQuery] 15 second delay with IE Hi, I am tr

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

2007-04-04 Thread Olivier Percebois-Garve
ohh sorry I didn't had in mind that it was a form not a link Chris W. Parker wrote: Hello, I'm using ThickBox in IFrame mode and I'm loading a form that submits to another page and then redirects to a third page. I just did a test of this and ThickBox loads my form page fine but after I submit

[jQuery] Table sorting with skipped rows

2007-04-04 Thread CircleFusion
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... http://www.circlefusion.com/projects/ge/ table_sort_example.gif" /> where one of the rows is attached to another one and is not included in the sort. I'm pretty sure that just abou

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

2007-04-04 Thread jose1981
It is easy to earn $500 a day. The tricks are in www.seminar.co.nr

[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(){ parent.locatio

[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: 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: Something that bugs me about the google groups messages...

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 8:45 AM Rick Faircloth <> said: > 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 that in the Google Groups list > settings? John? It doesn't seem that it

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

2007-04-04 Thread Chris W. Parker
On Wednesday, April 04, 2007 10:15 AM Erik Beeson <> said: > 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

[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: This code placed in a doc-ready block shows how to modify the data before it is sent: $('form').ajaxForm( { beforeSubmit: function(data, $form, opts) { // data is an array tha

[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 do

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

2007-04-04 Thread Chris W. Parker
Hello, I'm using ThickBox in IFrame mode and I'm loading a form that submits to another page and then redirects to a third page. I just did a test of this and ThickBox loads my form page fine but after I submit the form and the processing page is done and redirects to the third page, the third pa

[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 to change form data before submitting to form plugin?

2007-04-04 Thread Kim Johnson
Thanks Mike! What is the best way to change the data? I tried a number of things including accessing formData with array notation (formData[2].value = str_md5(tmp) (where tmp is a copy of formData[2].value), direct access (formData["password"]), and also I tried, just in case, using it like a jqu

[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: 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

[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 c

[jQuery] Re: XMLResponse, Form Plugin and IE

2007-04-04 Thread skube
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 works fine...here are some examples: http://staging.luminato.base2.ca/inc/test-xml-echo.php (doesn't work) http://staging.luminato.base2.ca/inc/t

[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
Nope, when I use the xml-echo.php page and the same JS. It works in FF, but gives undefined responseXML when traced. On Apr 4, 8:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > I haven't had that problem. Does the demo page work for you? > > http://www.malsup.com/jquery/form/#code-samples > > >

[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: low hanging newbie fruit for you to snack on

2007-04-04 Thread stylo~
> I think it's not that easy. I believe it is. Used it for years. Other APIs do it too, I recall.

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

2007-04-04 Thread Rick Faircloth
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 that in the Google Groups list settings? John? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[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: 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 impl

[jQuery] Web2.0 Expo Free Passes and Discounts

2007-04-04 Thread Erik Beeson
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 planned. John Resig (the father of jQuery) will be on a panel with guys from Dojo, Yahoo, and Google talking about Ajax Frameworks

[jQuery] Re: Problem with bind parameters

2007-04-04 Thread Gustavo Marin
Well, i solved it changing the binded function scope and passing a reference to the "this" object. If this help anyone, here is the modified example: Coso = function(id) { var xx; this.init(id); } Coso.prototype= { init: function(id) { this

[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 gene

[jQuery] ie7 hover issue

2007-04-04 Thread Antonio Collins
NOTE: This isn't a jQuery issue per se, but I'm hoping that someone here may be able to help me. I've noticed that IE7's native hover (mouseover/out) detection changes if a negative margin is applied. With a negative margin, only the text in a div is 'hoverable'. With a non-negative margin, th

  1   2   >