[jQuery] Re: Is there a simple way?

2007-08-01 Thread Mitchell Waite
Klaus this is FANTASTIC. Its way way way better than settimeout because the chained list of events is to easy to understand. I think your example at learningjquery is really neat but it's a little obscured by the other neat trick of insert HTML right after a click via insertion. That in itself

[jQuery] Re: [NEWS] VERY COOL Bookmarklet Element Inspector

2007-08-01 Thread David Duymelinck
I didn't knew what you meant so i took the safe road. I though you could take a joke but you never know for sure. -- David Rey Bango schreef: Oh cmon David. It takes a lot to offend me! I mean, I do have to look at myself in the mirror every morning and if that doesn't offend me, that

[jQuery] Re: [NEWS] jQuery-Powered AjaxRain.com Writeup on Mashable

2007-08-01 Thread Tane Piper
Its a fantastic site, and according to my Analytics account, the biggest driver of traffic to my plugins (nearly 500 impressions since 20/07/07) Also jQuery beats hands down any other type of JS lib out there for the sheer number of plugins (94+ to Prototypes 17 for example). On 31/07/07, Rey

[jQuery] Re: jQuery Maps 1.3 released with Yahoo! Maps Support

2007-08-01 Thread Tane Piper
Yep, that's the idea. When you set up the map, there are lots of options that allows you to add and remove controls from the page, as well as disabling map dragging and enabling mouse zoom. In regards to adding pins, at the moment the plugin allows just standard red google markers and orange

[jQuery] Plugin's method called chained with selector or not?

2007-08-01 Thread Juan G. Hurtado
Hi everyone, I am writing little plugins for helping me in my developments. Everything's ok, and easy to do, but now I'm face to face with a little problem. I've a plugin's method like this: [CODE] jQuery.fn.methodName = function(options) { // Code } [END

[jQuery] Re: Plugin's method called chained with selector or not?

2007-08-01 Thread Michael Geary
Hi Juan, You probably shouldn't be making direct calls to a $.fn.methodName() function. I'm not sure what it is you want to accomplish, but perhaps a good example would be the each function. There is a $.fn.each which is called when you use $('.foo').each(). And there is a separate $.each that

[jQuery] How to get font size in pixels?

2007-08-01 Thread Sam Collett
When I use $(h1).css(font-size) it differs across browsers. Firefox returns it the way I want (in pixels), but Internet Explorer it returns it as returned from the stylesheet (so it could be % or em). How can I then convert the %/em value into pixels? I am doing image replacement (byt getting the

[jQuery] Re: Plugin's method called chained with selector or not?

2007-08-01 Thread Juan G. Hurtado
Hi Michael, El 01/08/2007, a las 10:26, Michael Geary escribió: You probably shouldn't be making direct calls to a $.fn.methodName () function. I'm not sure what it is you want to accomplish, but perhaps a good example would be the each function. There is a $.fn.each which is called when

[jQuery] Re: textarea maxlength plugin

2007-08-01 Thread Burobjorn
Thats strange, could you try to use it with the older included jQuery version? Do you get an error? Which browser are you using? Does it work in the demo? grtz BjornW thanks - thats exactly what i had in mind - downloaded it and tried it and it works well for text fields but for soem

[jQuery] Re: A little different edit in place. (use a link to initiate the edit)

2007-08-01 Thread Mika Tuupola
On Jul 31, 2007, at 1:41 AM, Josh Nathanson wrote: Mark - you might be able to nudge the jEditable creator to mod the plugin to allow for a remote activator. Or, if you're feeling adventurous you could do it yourself. It would be a fairly signifcant mod however, since the code always

[jQuery] Re: Safari 1.3.2 click event not returning false

2007-08-01 Thread NickMaller
Thanks everyone for your responses, In regards to upgrading to a newer version, it's part of my client's requirements for it to be compatible with this particular combination as it's based on feedback and stats from thier users. It would be a lot simplier if everyone just used 1 browser but

[jQuery] Re: Know if an element is focused

2007-08-01 Thread A Mele
Thank you Glen! That's exactly what I need! :) On 31 jul, 22:22, Glen Lipka [EMAIL PROTECTED] wrote: http://www.softwareunity.com/sandbox/JQueryMoreSelectors/ This plugin has the ability to find the focused element. Glen On 7/31/07, A Mele [EMAIL PROTECTED] wrote: Hi, I've got an

[jQuery] Two words for Jquery

2007-08-01 Thread kiwwwi
jQuery Rocks!! oh... possibly will add two more words; Thank you :) I'm not the best scripter and jquery has simply allowed me to accomplish with my own personal site so much more than I would have otherwise attempted. You people behind jquery are genious and your work is great,

[jQuery] Re: An autocomplete that is able to insert a hidden id based upon the ID of a returned element?

2007-08-01 Thread Jim Newfer
Dylan, Thanks, I think I sort of have it figured out. Right now I have it working which is great, although doing what you did, I am only able to do it if I include the ID visually in the list, is there a way around this to get it to not show, but still retrieve that value? Thanks, Jim On Jul

[jQuery] How to animate percentage?

2007-08-01 Thread Kaitlyn
how do I make something like this: $('#element').animate({marginLeft:25}, 500); by percent, instead of 25 pixels?

[jQuery] Re: Why do both ajaxError and ajaxSuccess fire if the request fails or is a success?

2007-08-01 Thread devioustree
Cheers for the reply :) I'm pretty sure it was _a_ John that said it then haha. Seem to remembering it being a post about the 1.0 release so it was a few months ago. On Jul 31, 5:41 pm, Mike Alsup [EMAIL PROTECTED] wrote: I'm sure you didn't read that from John! :-) error functions fire

[jQuery] Re: Safari 1.3.2 click event not returning false

2007-08-01 Thread Klaus Hartl
NickMaller wrote: Thanks everyone for your responses, In regards to upgrading to a newer version, it's part of my client's requirements for it to be compatible with this particular combination as it's based on feedback and stats from thier users. It would be a lot simplier if everyone just

[jQuery] Re: Why do both ajaxError and ajaxSuccess fire if the request fails or is a success?

2007-08-01 Thread Klaus Hartl
devioustree wrote: Cheers for the reply :) I'm pretty sure it was _a_ John that said it then haha. Seem to remembering it being a post about the 1.0 release so it was a few months ago. What gets fired in both error and success case is the complete callback. Maybe that was a

[jQuery] jQuery Tables

2007-08-01 Thread Allan Mullan
Evening all, I'm trying to get a spreadsheet-like table going (http://skorpion.geek.nz/cost_process) and want to have the green cells populatated with input fields (from there I'm going to work out the math in the red cells). Rather than manually add all the input fields I figured I'd use

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Diego A.
Well, it's not going to work without the plugin. So use the plugin and let's find the problem... On 31/07/07, Shaun Kester [EMAIL PROTECTED] wrote: I realize that. I've tried this dozens of different ways. When I use your plugin I end up with a url of

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Richard D. Worth
Here here. - Richard On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery Rocks!! oh... possibly will add two more words; Thank you :) I'm not the best scripter and jquery has simply allowed me to accomplish with my own personal site so much more than I would have otherwise

[jQuery] Re: IE misinterpreting HTTP status code 204 as 1223

2007-08-01 Thread Andy Martone
Ok - I opened a ticket: http://dev.jquery.com/ticket/1450 Thanks again! Andy On Aug 1, 12:07 am, John Resig [EMAIL PROTECTED] wrote: You should open up a ticket on this:http://dev.jquery.com/ If this is something that YUI is normalizing, then we probably should as well. --John On

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-08-01 Thread Brice Burgess
I wrote an app awhile back that asynchronously loads tinymce in a Klaus Hartl tab... and retains functionality. The code can be seen @; http://try.pommo.org/admin/mailings/mailings_start.php#tabs-remote-3 Of particular interest is the assignForm, bodySubmit, and tinyMCE.init functions. The

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Tane Piper
Bloody Brilliant! (I wonder how many other 2 word ways there are to describe jQuery) On 8/1/07, Richard D. Worth [EMAIL PROTECTED] wrote: Here here. - Richard On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery Rocks!! oh... possibly will add two more words; Thank you :)

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Rob Desbois
My saviour On 8/1/07, Tane Piper [EMAIL PROTECTED] wrote: Bloody Brilliant! (I wonder how many other 2 word ways there are to describe jQuery) On 8/1/07, Richard D. Worth [EMAIL PROTECTED] wrote: Here here. - Richard On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery

[jQuery] Re: Two words for Jquery

2007-08-01 Thread spinnach
Jolly good ? Tane Piper wrote: Bloody Brilliant! (I wonder how many other 2 word ways there are to describe jQuery) On 8/1/07, Richard D. Worth [EMAIL PROTECTED] wrote: Here here. - Richard On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery Rocks!! oh... possibly will add two more

[jQuery] Re: Attach pre-defined events to loaded dom elements?

2007-08-01 Thread Phillip B Oldham
On Jul 27, 7:06 pm, Karl Swedberg [EMAIL PROTECTED] wrote: The answer to this question is, in fact, on that page;http://docs.jquery.com/ Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_r equest.3F That FAQ entry was really useful, however that plugin doesn't work with

[jQuery] Re: using jqModal - problem with executing jqm with triggers loaded in via AJAX

2007-08-01 Thread bleen
I found a trick burined inside the jqmodal example page ... in your AJAX loaded content do this: $().ready(function(){ }); This seems to work just like $(document).ready but inside AJAX loaded content.

[jQuery] Re: Is there a way for scroll to anchor(without interface.js plug-in)?

2007-08-01 Thread Karl Swedberg
Hi there, Last September I pulled out the scrollTo part of Interface for a project I was working on. You can grab it from here: http://www.karlswedberg.com/scripts/scrollto.js It's 8.6kb packed. hope that helps. --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: add a print event to jquery: possible ?

2007-08-01 Thread Scott Sauyet
Alexandre Plennevaux wrote: That's working fine, except that when printing the document, it prints the html source after DOM manips (more info) instead of before modification of the DOM (address, city, postcode information). $('span.moreInfoLink').text('more info').cluetip(); therefore, i

[jQuery] Re: Animate height from 0px to default w/o flicker

2007-08-01 Thread John Resig
Which browser? If you're in IE, then this flicker is because your page is in Quirks mode instead of Standards mode (you'll need to provide a correct DOCTYPE in order to trigger this). --John On 8/1/07, Kia Niskavaara [EMAIL PROTECTED] wrote: I want to animate the height of a box so that it

[jQuery] Re: Two words for Jquery

2007-08-01 Thread seedy
Top Shelf ! Alexandre Plennevaux wrote: Juicy fresh ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of spinnach Sent: mercredi 1 août 2007 13:43 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Two words for Jquery

[jQuery] Re: [NEWS] VERY COOL Bookmarklet Element Inspector

2007-08-01 Thread Rey Bango
I understand. Its totally cool and yep, I can definitely take a joke. :D Rey... David Duymelinck wrote: I didn't knew what you meant so i took the safe road. I though you could take a joke but you never know for sure. -- David Rey Bango schreef: Oh cmon David. It takes a lot to offend

[jQuery] Behavior plugin doesn't with with $.ajax methods (.load, etc)

2007-08-01 Thread Phillip B Oldham
Hi all Just a quick note - the behavior plugin doesn't work with any method which fires the $.ajax method - $.load, $.post, $.get, etc. - when using the latest jQuery (1.3.1.1). Thought I'd mention it as the FAQ is a little miss-leading: http:// docs.jquery.com/

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Alexandre Plennevaux
Juicy fresh ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of spinnach Sent: mercredi 1 août 2007 13:43 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Two words for Jquery Jolly good ? Tane Piper wrote: Bloody Brilliant! (I

[jQuery] Re: Two words for Jquery

2007-08-01 Thread David Duymelinck
Javascript Effordless (in most cases) -- David Tane Piper schreef: Bloody Brilliant! (I wonder how many other 2 word ways there are to describe jQuery) On 8/1/07, Richard D. Worth [EMAIL PROTECTED] wrote: Here here. - Richard On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery

[jQuery] Re: How to get font size in pixels?

2007-08-01 Thread seedy
Sam Collett wrote: How can I then convert the %/em value into pixels? Short Answer : You can't really convert em to pixels as em is a relative value. Long Answer: The default font size for browsers is 16px = 1em. So you could make that assumption and use 16px to calculate your pixel

[jQuery] add a print event to jquery: possible ?

2007-08-01 Thread Alexandre Plennevaux
hello friends! question: is it possible to catch the print event via javascript/ jquery? AFAIK, only IE has built-in capabilities : window.onbeforeprint window.onafterprint I did a quick test, and in fact it is possible to overwrite the window.print function: window.print =

[jQuery] Re: add a print event to jquery: possible ?

2007-08-01 Thread Brandon Aaron
This doesn't help when someone chooses print from the browser/os. -- Brandon Aaron On 8/1/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello friends! question: is it possible to catch the print event via javascript/ jquery? AFAIK, only IE has built-in capabilities :

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Joel Birch
Insane Fans. ;) On 01/08/2007, at 11:38 PM, seedy wrote: Top Shelf ! Alexandre Plennevaux wrote: Juicy fresh ? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery- [EMAIL PROTECTED] On Behalf Of spinnach Sent: mercredi 1 août 2007 13:43 To:

[jQuery] Re: Behavior plugin doesn't with with $.ajax methods (.load, etc)

2007-08-01 Thread Brandon Aaron
Thanks Phillip. I'll try to get a fix here soon. -- Brandon Aaron On 8/1/07, Phillip B Oldham [EMAIL PROTECTED] wrote: Hi all Just a quick note - the behavior plugin doesn't work with any method which fires the $.ajax method - $.load, $.post, $.get, etc. - when using the latest jQuery

[jQuery] Re: jQuery Tables

2007-08-01 Thread patcoll
It'd probably be something like this: $(td.fillme).html('input type=text class=fillmeInput value='+$ (this).text()+' style=width:'+$(this).width()+'px;'); This isn't tested but this is the first thing that came to mind. Just remember to style the input with class fillmeInput with the font size,

[jQuery] Re: Is there a way for scroll to anchor(without interface.js plug-in)?

2007-08-01 Thread Joel Birch
I did the same thing about a year ago and have been using it ever since. The weird thing is that mine is only about 2kb packed. I can't really remember which bits I extracted, but it works. I do know the easing options are not included - maybe that's part of why its so small?

[jQuery] Re: ruby style string manipulation

2007-08-01 Thread weepy
yes you are right i wonder if theres a clever way round this ... On Jul 27, 7:06 pm, Michael Geary [EMAIL PROTECTED] wrote: From:weepy $s = function(s) { p = s.replace(/#{/g, ' + eval().replace(/}/g, ) + ') p = ' + p + ' return eval(p) } a=Jonah b=30

[jQuery] Re: How to get font size in pixels?

2007-08-01 Thread george.gsgd
Perhaps think around the problem. Can you get the height of the element? That'd be in pixels regardless. Or maybe use sIFR instead? On Aug 1, 9:47 am, Sam Collett [EMAIL PROTECTED] wrote: When I use $(h1).css(font-size) it differs across browsers. Firefox returns it the way I want (in

[jQuery] Re: How to get font size in pixels?

2007-08-01 Thread Klaus Hartl
seedy wrote: Sam Collett wrote: How can I then convert the %/em value into pixels? Short Answer : You can't really convert em to pixels as em is a relative value. Long Answer: The default font size for browsers is 16px = 1em. So you could make that assumption and use 16px to calculate

[jQuery] Re: Two comments/questions about Jörn's aut ocomplete plugin.

2007-08-01 Thread Lisandro
hummm looks like you are very TOM.

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Glen Lipka
Whip it On 8/1/07, Joel Birch [EMAIL PROTECTED] wrote: Insane Fans. ;) On 01/08/2007, at 11:38 PM, seedy wrote: Top Shelf ! Alexandre Plennevaux wrote: Juicy fresh ? -Original Message- From: jquery-en@googlegroups.com [mailto:jquery- [EMAIL PROTECTED]

[jQuery] where is thickbox reloaded ?

2007-08-01 Thread Alexandre Plennevaux
is it me or has this promising plugin completely disappeared from this side of the jQniverse? *sob* Alexandre Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.476 / Base de données virus: 269.11.0/929 - Date: 31/07/2007 17:26

[jQuery] Ajax Setup Questions

2007-08-01 Thread oscar esp
I need to have a global behaviour for ajax call. I have next code: jQuery().ajaxSuccess(function(request, settings){updateCounter ();}); jQuery().error(function(request, settings){alert('APLICATION ERROR\n '+settings.url);}); jQuery.ajaxTimeout(12); - Ajax Success works fine. - I don't

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Klaus Hartl
Alexandre Plennevaux wrote: is it me or has this promising plugin completely disappeared from this side of the jQniverse? No, it isn't you. It's me stopping to make any promises :-( The JavaScript code in SVN is ready for a first beta release, but I still didn't manage to clean up the CSS.

[jQuery] Re: ruby style string manipulation

2007-08-01 Thread weepy
or C# style: String.prototype.$ = function() { ret = this for(i=0; iarguments.length; i++) ret = ret.replace(new RegExp(\\{ + i + \\}), arguments[i]) return ret; } r = {0}, hello, {1}.$(hh, ff) == r == hh, hello, ff

[jQuery] Two comments/questions about Jörn's autocom plete plugin.

2007-08-01 Thread chali
First I've to say that this plugin is a great piece of work and i'm using it in many of my projects. This time I need to implement it with a few modifications. My first question is: Is there a way to trigger a function when no results are found? I didn't find it in the documentation. Maybe with

[jQuery] Re: FadeTo getting a little crazy

2007-08-01 Thread Joel Birch
On 02/08/2007, at 1:35 AM, Lee wrote: There are different issues with both Mac and Windows. Lets look at the mac issue first. Firefox 2.0.0.6 - when you mouse over the 'Related products' div down the bottom, it calls (via hover) a fadeto 1, then on mouse out it calls a fadeto 0.4. The problem

[jQuery] Re: FadeTo getting a little crazy

2007-08-01 Thread patcoll
You're exactly right, it's a redraw issue with Firefox. It's a browser issue and I haven't found a way to fix it. If anyone knows of any documentation of this somewhere, please share! Pat On Aug 1, 11:35 am, Lee [EMAIL PROTECTED] wrote: Hi everyone, I have recently started using jQuery on a

[jQuery] Re: Is there a way for scroll to anchor(without interface.js plug-in)?

2007-08-01 Thread fatihturan
Thanks for your reply.

[jQuery] Re: How to get font size in pixels?

2007-08-01 Thread Scott Sauyet
seedy wrote: Sam Collett wrote: How can I then convert the %/em value into pixels? Short Answer : You can't really convert em to pixels as em is a relative value. Will this help?: http://davecardwell.co.uk/javascript/jquery/plugins/jquery-em/ -- Scott

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Rey Bango
Sorry about your back Klaus! :( If you need help in testing please let me know. Since you may be in the code, any chance I can convince you to add some of the animation features found in Lightbox 2 (http://www.huddletogether.com/projects/lightbox2/)? :D Rey Klaus Hartl wrote: Alexandre

[jQuery] Re: Is there a simple way?

2007-08-01 Thread Karl Swedberg
On Aug 1, 2007, at 2:08 AM, Mitchell Waite wrote: I think your example at learningjquery is really neat but it's a little obscured by the other neat trick of insert HTML right after a click via insertion. That in itself deserves its own page but the use of animate as a delay timer is

[jQuery] FadeTo getting a little crazy

2007-08-01 Thread Lee
Hi everyone, I have recently started using jQuery on a few of my sites. It seems to work perfectly for internet explorer and safari, but mozilla firefox seems to always be a little funny. My most recent problem - can be seen here http://

[jQuery] Re: Animate percentage?

2007-08-01 Thread patcoll
25% of what? specify an item you want the relative width to be, then replace '25%' with: ($(item).width()*.25) so you'd get $('#selectedFormat').animate({marginLeft:($(item).width()*.25)}, 500); not tested, but seems like it would work. Pat On Aug 1, 12:22 am, Kaitlyn2004 [EMAIL PROTECTED]

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Rey Bango
Hey man! Send me the link to the TR code and I'll drop it into a site I'm building right now! :D If it can do the animation via your examples, I would ooo happy. :D Rey... Klaus Hartl wrote: Rey Bango wrote: Sorry about your back Klaus! :( If you need help in testing please let me

[jQuery] Fx Bug: SlideUp/SlideDown - Height Toggle - Accordion

2007-08-01 Thread Justin Sepulveda
Compare: http://openrico.org/demos?demo=accordion (based on Prototype) To: http://jquery.bassistance.de/accordion/?p=1.1.2.5 (based on jQuery) You'll notice the Prototype version does not bounce at all. The jQuery version does. Yes you can set a height so it doesn't effect the rest of the

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Klaus Hartl
Rey Bango wrote: Hey man! Send me the link to the TR code and I'll drop it into a site I'm building right now! :D If it can do the animation via your examples, I would ooo happy. :D Rey... The latest code is in SVN... --Klaus

[jQuery] Re: textarea maxlength plugin

2007-08-01 Thread bdee1
i have not tried it with an older version of jquery yet but i tried using IE7 and the latest version of firefox. the demo page on your site does work in both browsers but when i uploaded the example page to my site it did not work on textareas. Burobjorn wrote: Thats strange, could you

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Rey Bango
Gotcha. Let me snag it! Klaus Hartl wrote: Rey Bango wrote: Hey man! Send me the link to the TR code and I'll drop it into a site I'm building right now! :D If it can do the animation via your examples, I would ooo happy. :D Rey... The latest code is in SVN... --Klaus

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Matt Stith
I'm Addicted Coding Revolution Best Library I could go on forever On 8/1/07, kiwwwi [EMAIL PROTECTED] wrote: jQuery Rocks!! oh... possibly will add two more words; Thank you :) I'm not the best scripter and jquery has simply allowed me to accomplish with my own personal site

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Geoffrey Knutzen
Remember, the two words must be less than a total of 20 characters (compressed) :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Duymelinck Sent: Wednesday, August 01, 2007 6:41 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Klaus Hartl
Rey Bango wrote: Sorry about your back Klaus! :( If you need help in testing please let me know. Since you may be in the code, any chance I can convince you to add some of the animation features found in Lightbox 2 (http://www.huddletogether.com/projects/lightbox2/)? :D Rey Thank you

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Matt Stith
O rly? On 8/1/07, Geoffrey Knutzen [EMAIL PROTECTED] wrote: Remember, the two words must be less than a total of 20 characters (compressed) :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Duymelinck Sent: Wednesday, August 01,

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Matt Stith
Ok then ;) On 8/1/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 8/1/07, Matt Stith [EMAIL PROTECTED] wrote: O rly? Ya rly -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Aaron Heimlich
On 8/1/07, Matt Stith [EMAIL PROTECTED] wrote: O rly? Ya rly -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread [EMAIL PROTECTED]
Oooh, must try this! As feature requests go, how about supporting other file formats such as PDF/WMV/MOV? I'd surely love to be able to get a PDF to open in a thickbox. These could even be optional modules that can be added if the user wants (since not all people will want this). I love

[jQuery] Re: textarea maxlength plugin

2007-08-01 Thread spinnach
this could be related to the issue i was having with maxlength, try changing the source code to $([EMAIL PROTECTED]) (with a capitol L), and this.getAttribute('maxLength') .. dennis. bdee1 wrote: i have not tried it with an older version of jquery yet but i tried using IE7 and the latest

[jQuery] Is there a simple way?

2007-08-01 Thread Mitchell Waite
(I'm not sure this got though so excuse me if I am sending it a second time) Klaus this is FANTASTIC. Its way way way better than settimeout because the chained list of events is to easy to understand. I think your example at learningjquery is really neat but it's a little obscured by the other

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Mario Moura
BJ AJ (Before JQuery) (After JQuery) ; ) Mario 2007/8/1, Matt Stith [EMAIL PROTECTED]: Ok then ;) On 8/1/07, Aaron Heimlich [EMAIL PROTECTED] wrote: On 8/1/07, Matt Stith [EMAIL PROTECTED] wrote: O rly? Ya rly -- Aaron Heimlich Web Developer [EMAIL PROTECTED]

[jQuery] Best (lightest) Accordian Menu PlugIn

2007-08-01 Thread Mitchell Waite
Is anyone aware of a good accordian plugin. I have been using the one from Adobe (SPRY) and while its very flexible, it takes a lot of JS and its slow when there are a lot of menu items. What happens to mine is when you first load the page the accordian appears completely expanded. See

[jQuery] Re: Is there a simple way?

2007-08-01 Thread Mitchell Waite
I wonder why the folks at jQ head quarters don't must make timer function so we don't have to play tricks? Seems pretty simple. Thanks for pointing me back to the section you wrote on queued effects. You know I read this and somehow the chaining escaped me, I think because your nicely

[jQuery] Best practices for dynamic form creation?

2007-08-01 Thread jayturley
Hi. New to jQuery, and am playing around with it, building a simple list application in order to learn how to use the Ajax tools. Currently, a user can add an element to the list, and it is stored in the database using Ajax and then added to the DOM on the fly. The next stage is adding delete

[jQuery] prototype.js and jquery.js conflict problems? (Lightbox and Thickbox) simple?

2007-08-01 Thread Sam England
I will try to be as specific as possible in describing the issue. I am running both lightbox (which uses prototype and scriptalicious) and thickbox (which uses jquery.js) on my site. lightbox 2 works fine. Lightbox 2: huddletogether.com/projects/lightbox2/ thickbox is installed but works fine.

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Jonathan Sharp
super fly. On 8/1/07, Richard D. Worth [EMAIL PROTECTED] wrote: On 8/1/07, Mario Moura [EMAIL PROTECTED] wrote: BJ AJ (Before JQuery) (After JQuery) Meet BJ :-( Meet AJ :-) - Richard

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Richard D. Worth
On 8/1/07, Mario Moura [EMAIL PROTECTED] wrote: BJ AJ (Before JQuery) (After JQuery) Meet BJ :-( Meet AJ :-) - Richard

[jQuery] Good Javascript editor or IDE?

2007-08-01 Thread Matt Penner
I've just started developing with jQuery in the last month. I usually use VS 2005 or Notepad++ for my JavaScript. It's features are pretty much nil as far as intellisense goes. Mainly all they do is syntax highlighting and formatting. What recommendations on JavaScript editors or IDEs does

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Aaron Heimlich
I highly recommend you check out Aptana (http://www.aptana.com) On 8/1/07, Matt Penner [EMAIL PROTECTED] wrote: I've just started developing with jQuery in the last month. I usually use VS 2005 or Notepad++ for my JavaScript. It's features are pretty much nil as far as intellisense goes.

[jQuery] Re: jQuery Tables

2007-08-01 Thread Allan Mullan
Hey Pat, Thanks for that, unfortunately howeveer I get a e.style.has no properties... I tried changing it to: $(td.fillme).each(function() { $(this).html('input type=text class=fillmeInput value='+$(this).text()+' style=width:'+$(this).width()+'px;'); }); which

[jQuery] Hover accordion (as on apple.com)

2007-08-01 Thread krdr . mft
My company redesigns a web site. Our head designer (as apple fan) decided to put nasty inverted hover accordion on new site. So, yesterday I started to develop a prototype: http://www.bydot.net/hoveracc/hoveracc_1.htm Structure is: ul li div class=omot a class=naslov_stavkeNaslov

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Priest, James (NIH/NIEHS) [C]
-Original Message- From: Matt Penner [mailto:[EMAIL PROTECTED] What recommendations on JavaScript editors or IDEs does anyone have? Is there something sophisticated enough that can have intellisense with jQuery or my own objects in external js files? I use Eclipse/CFEclipse to

[jQuery] Re: Behavior plugin doesn't with with $.ajax methods (.load, etc)

2007-08-01 Thread Brandon Aaron
Hey Phillip, Do you have an example of where it isn't working for you? The behavior will work once the information is added to the DOM. I've updated my example/demo/test with an example of using .load. http://brandonaaron.net/jquery/plugins/behavior/test/test.html -- Brandon Aaron On 8/1/07,

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Alex Ezell
+1 for Aptana, quickly becoming a great IDE. I'm on Mac, so I do most of text-editing in TextMate, but occasionally I need something more IDE-oriented and pop over to Aptana. /alex On 8/1/07, Priest, James (NIH/NIEHS) [C] [EMAIL PROTECTED] wrote: -Original Message- From: Matt

[jQuery] datePicker: How to allow choosing dates in the past?

2007-08-01 Thread Marshall Salinger
Hello, I am looking into using the super awesome datePicker v2 plug-in by Kelvin Luck, for an app that needs to be able to select a range from the past to the present. I am not clear on what the easiest way to do this is. Any advice is much appreciated. Thanks, Marshall

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Karl Swedberg
On Aug 1, 2007, at 1:02 PM, [EMAIL PROTECTED] wrote: Now to figure out how to use SVN... You can grab it from here if you wish: http://jqueryjs.googlecode.com/svn/trunk/plugins/thickbox_reloaded/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: jQuery Tables

2007-08-01 Thread Allan Mullan
Hmmm actually I think this may be something to do with the width not being defined on the table cells - I set it on the first row but then the rest I have left the table cells to inherit. Allan Mullan wrote: Hey Pat, Thanks for that, unfortunately howeveer I get a e.style.has no

[jQuery] What does === equate to?

2007-08-01 Thread Buzzterrier
I am getting a exception when jquery is processing a successful ajax call on line 339 of the most recent release: if ( fn.apply( obj[i], args || [i, obj[i]] ) === false ) break; The error is that fn is void, and the onreadystatchange function, catches the exception and changes the status from

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Rey Bango
Hey Klaus, There's a file missing for the plugin. The image /images/button_close.png is listed in the css but is not actually included. Can you email that to me? Rey... Rey Bango wrote: Hey Klaus, Personal preference tells me that the latter option is much more readable so if I had a

[jQuery] Re: jQuery Tables

2007-08-01 Thread patcoll
Hey Allan, That's strange because it should compute the width and return it. I'd just make it a fixed width, like 60 pixels or so. Pat On Aug 1, 2:31 pm, Allan Mullan [EMAIL PROTECTED] wrote: Hmmm actually I think this may be something to do with the width not being defined on the table

[jQuery] Re: where is thickbox reloaded ?

2007-08-01 Thread Rey Bango
Hey Klaus, Personal preference tells me that the latter option is much more readable so if I had a choice, I would with: $('a').thickbox(function() { fxShow: { height: 'show' }, fxSpeed: 1000 }); Rey... But: I had the need for customizing TR in mind from the beginning, thus you

[jQuery] Re: What does === equate to?

2007-08-01 Thread Jake McGraw
The triple equals is a comparison without type conversion. The following should fix your code so that fn.apply() never runs with fn is null: if (fnfn.apply(...)) break; The first part checks if fn is non-null, if it is null or false or 0 or Nan the second part fn.apply will never run and you

[jQuery] Re: textarea maxlength plugin

2007-08-01 Thread bdee1
that did the trick - thanks! spinnach wrote: this could be related to the issue i was having with maxlength, try changing the source code to $([EMAIL PROTECTED]) (with a capitol L), and this.getAttribute('maxLength') .. dennis. bdee1 wrote: i have not tried it with an older

[jQuery] bookmarklet iframe question

2007-08-01 Thread Geoffrey Knutzen
I am writing a bookmarklet for my own debugging needs. I am trying to get the innerHTML (or other properties) for all elements with a specific classname that are in an Iframe with a specific id. What is the syntax to do a query like this? Thanks -Geoffrey

[jQuery] Re: Good Javascript editor or IDE?

2007-08-01 Thread Mark D. Lincoln
Matt, I just discovered Spket IDE (http://www.spket.com/). It was recommended by someone on the Ext (http://extjs.com/) forums and so far, I would say it is great! You can install it as a standalone application or as an Eclipse plug-in. Needless to say, you need Java installed (version 1.4.2

  1   2   >