[jQuery] Re: Loading image with $.get()?

2007-10-05 Thread Suni
AJAX calls follow the same-origin policy, and the browser won't allow an ajax call to another domain for security reasons. The URL for the ajax call must reside in the same domain as the page it is being initiated from. There are ways around this, one of which is using a server proxy (the url of

[jQuery] Re: thumbnails in jCarousel inquiry

2007-10-05 Thread Jan Sorgalla
Hi, Steve Finkelstein schrieb: Hi all, My thumbnails in jCarousel are distorting the aspect ratio of my photos. Here's an example: http://www.f1autoimports.com/inventory/single/11 Would anyone be kind enough to tell me how I can re-adjust the default size to make this look more 'proper'

[jQuery] Re: Scope and Visibility from Callback

2007-10-05 Thread Suni
Your problem is that within the function you no longer have a reference to myObj, since this no longer points to it. Try this trick (works): var myObj = { foo : function() { var that = this; $(#myLink).click(function(){ that.bar(); }); }, bar : function(){ } };

[jQuery] Re: editing superfish dropdown menu css

2007-10-05 Thread Suni
Thanks Joel. The superfish menu is amazing, no wonder nbc picked it up. I'm starting to use it in an upcoming project and the only questions I had about it were about reskinning. Now you went and solved all that before I had the chance to ask. Thanks!

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-05 Thread mohd khairi
I have tested ingrid in ie 7 and firefox 2. It seems that it has bug with paging. In your demo, even though it shows 17 page, but i can only navigate to page 16. One more thing. How to use ingrid with dynamic url (ie: based on user input). Tq On 10/5/07, matthew knight [EMAIL PROTECTED] wrote:

[jQuery] Re: ANNOUCE: Easing Plugin Updated

2007-10-05 Thread george.gsgd
My favorite plugin. #1. Thanks Glen :)

[jQuery] Re: problems with passing a value via ajax

2007-10-05 Thread Suni
Why not just use $.get directly? This should work: $(document).ready(function() { $('#action_link a').click(function() { $.get('e.php',{test : $(this).text()},function(data) {

[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-05 Thread Suni
Reproduced here with FF 2 on WinXP. As soon as I let go of a draggable the error console goes mad.

[jQuery] Re: [PREVIEW] another future grid: jquery.KIKEgrid alpha...

2007-10-05 Thread Jean
swt! On 10/5/07, Enrique Meléndez Estrada [EMAIL PROTECTED] wrote: http://www.ita.es/jquery/kikegrid.htm This is a preview of something I'm working on. You can see a first integration of plugins jquery.grid.columnSizing+jquery.grid.columnSizing+ a plugin for navigating via

[jQuery] [PREVIEW] another future grid: jquery.KIKEgrid alpha...

2007-10-05 Thread Enrique Meléndez Estrada
http://www.ita.es/jquery/kikegrid.htm This is a preview of something I'm working on. You can see a first integration of plugins jquery.grid.columnSizing+jquery.grid.columnSizing+ a plugin for navigating via mouse keys + an edition on line, etc... *Why another grid? OK, easy answer:* *

[jQuery] Re: jQuery 1.2.1 and Interface/ui Sortable Bug?

2007-10-05 Thread Michael Stuhr
Suni schrieb: Reproduced here with FF 2 on WinXP. As soon as I let go of a draggable the error console goes mad. yeah i should've mentioned that too: i was on winXP FF2 too, but IE6 has Problems too. the error seems to be this function: 1095 remove: function(a){ 1096 if ( !a ||

[jQuery] Re: show/hide FAQ - simplify my code?

2007-10-05 Thread Wizzud
Purely as an example ... $(document).ready(function(){ // close the offDiv content sections (no javascript = content is all visible) $('.offDiv .show-hide').hide(); // showLink/hideLink shows/hides the content; showAll/hideAll shows/hides all the content $.each(['.show', '.hide'],

[jQuery] Styling and modifying the MultiFile plugin

2007-10-05 Thread wattaka
HIi I would like to know how one can syle the multifile plugin, I would also like to change the placement or make the file queue invisible. Does anyone have any idea how I could go about that? Thanks

[jQuery] Re: [Site Submission]: nbc.com

2007-10-05 Thread Andy Matthews
Wow... That's got to be a killer feeling dude. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joel Birch Sent: Thursday, October 04, 2007 9:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [Site Submission]: nbc.com On 10/5/07,

[jQuery] Re: [Site Submission]: nbc.com

2007-10-05 Thread Andy Matthews
You should contact their web department and ask if you can use their menu as an example on your Superfish site. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joel Birch Sent: Thursday, October 04, 2007 10:34 PM To: jquery-en@googlegroups.com

[jQuery] Re: [PREVIEW] another future grid: jquery.KIKEgrid alpha...

2007-10-05 Thread Andy Matthews
Page not found -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Enrique Meléndez Estrada Sent: Friday, October 05, 2007 6:10 AM To: jquery-en@googlegroups.com Subject: [jQuery] [PREVIEW] another future grid: jquery.KIKEgrid alpha...

[jQuery] Re: Loading image with $.get()?

2007-10-05 Thread Andy Matthews
That was one of the things I considered trying. I'd rather not do that if I can help it. For now, I'm just placing an empty img tag inside my target div, then changing the src of that onClick. It works well. I'm going to change up the appearance and functionality, but here's my workup for now:

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Richard D. Worth
You need to escape the pipe since it is a special character. Use \\| instead of | inside the selector. For more info, see: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_characters_in_its_ID.3F - Richard On 10/3/07, ab [EMAIL PROTECTED] wrote: I

[jQuery] Re: show/hide FAQ - simplify my code?

2007-10-05 Thread MichaelEvangelista
nice! the use of js variables must be further back in the book... ;-) I hadn't even thought of doing it that way - thanks very much. -- -- Michael Evangelista, Evangelista Design Web : www.mredesign.com Newsgroups: news://forums.mredesign.com Blog : www.miuaiga.com Wizzud [EMAIL PROTECTED]

[jQuery] Re: Flash and jQuery

2007-10-05 Thread njsuperfreak
Sweet! Good Find Brett, and thanks Sam! I think I am definitely going to experiment with this. looks interesting... On Oct 4, 8:19 pm, Brett [EMAIL PROTECTED] wrote: Interesting, I googled up and found an example of this:http://www.quirksmode.org/js/flash_call.html Not jQuery as such in the

[jQuery] Downloadable Documentation

2007-10-05 Thread [EMAIL PROTECTED]
Hi everyone, Is it possible to download the documentation? Clicking all of those links on a (seemingly) slow server is very painful. Thanks

[jQuery] Re: Validation madness

2007-10-05 Thread Steve Blades
Jörn, That would be outstanding. My problem now is, I need this 'stuff' in the submit. By placing .validate() in the submit I'm able to do both, but. (see script first): $('#CSForm').submit(function(){ var selField = $('select#Make', this); rewriteMakeOption(selField);

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Andy Matthews
I'd suggest not using the pipe as part of your ID or class names. Try using a dash - or underscore, then split on those. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard D. Worth Sent: Friday, October 05, 2007 9:07 AM To: jquery-en@googlegroups.com

[jQuery] [PREVIEW] another future grid: jquery.KIKEgrid alpha...(TRY NOW)

2007-10-05 Thread Enrique Meléndez Estrada
We had an issue with our server, now it's ok, sorry!!! please, try again: http://www.ita.es/jquery/kikegrid.htm thanx, Page not found -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Enrique Meléndez Estrada Sent: Friday, October 05, 2007

[jQuery] Works in IE not FF?!

2007-10-05 Thread Oscar from Sweden
Hello! I have buttoms with some letters like Å Ä and Ö. When you click at them they should be pasted into a textarea. It works perfectly in ie 6 and 7 but not in firefox??! $(input.infoga_tecken).click(function(){ $(textarea#gb_textarea).append($(this).val());

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-05 Thread Guy Fraser
Leandro Vieira Pinho wrote: The jQuery lightBox plugin 0.2 version are available. Very nice plugin. Does the caption part of the box need to slide in every time the next/previous image is shown?

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-05 Thread bytte
Thanks Lukas. However, this doesn't solve my problem. The fade-out of the old image works. Also the fade-in of the new image works. But after the fade-in, the image disappears again. On 5 okt, 08:38, lukas | dressy vagabonds [EMAIL PROTECTED] wrote: some time ago i started a rewrite of the

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Guy Fraser
Jörn Zaefferer wrote: If you need keyboard navigation, async loading and dd and similar stuff you need to either wait for the UI tree component or take a look at Ext's tree components. I don't plan to extend this plugin in them mentioned direction: I want to keep it leightweight, providing

[jQuery] Re: Alert not working

2007-10-05 Thread elvisparsley
I found the problem in my coding. I forgot to put the first line of the following. $(document).ready(function() { $(a).click(function() { alert(Hello world!); }); }); On Oct 4, 11:36 am, elvisparsley [EMAIL PROTECTED] wrote: I just started learning jQuery. Could any one help me?

[jQuery] newbie question

2007-10-05 Thread marciovozes
Hi for all. First, excuse my english ;) I'm starting to use JQuery, and I feel that will help me a lot. I build a class that can help anyone to make tabs without troubles, but I think it most be improved, and that is the ideal place to do that. So by the way, is there anyway to send that code for

[jQuery] Re: EXTjs and Jquery

2007-10-05 Thread NccWarp9
This thing looks asome. On Oct 4, 9:08 pm, Steve Brownlee [EMAIL PROTECTED] wrote: Brook: Yes, and it's a match made in heaven because jQuery is, in my opinion, unmatched at DOM traversing, event handling and element manipulation. Ext, as you notice when you're drooling, is by far the

[jQuery] Re: MooTools $events expando workaround

2007-10-05 Thread caruso_g
I am sorry to repost again about this conflict, but I am still having the conflict beetween this two frameworks. I would like to say that I LARGELY prefer jQuery, which makes me able (just a graphic with NO coding skills...) to add utilities and effects to my site in a breeze (thanks, really)!

[jQuery] clarification

2007-10-05 Thread dan
I'm just starting with jquery and I guess I'm missing an important piece because my first tries aren't working: $('.switch :radio', this).each(function(){ $(this).click( function(event){

[jQuery] Need a little assistance with a star rating jquery script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. 1. The script seems to make all rating start out at 3.5. What can I do to make the script display no

[jQuery] Dynamically Highlighted table rows

2007-10-05 Thread Saidur
Hi I am a newbie in jquery. I want to know how to change table row color dynamically. Like i have to display result from the database. And there is a field in the database price. I have to show red color which rows price color is greater than 100.So how can i do this? is there any better plugin

[jQuery] Assistance needed with a jQuery star rating script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. What I've done is removed the delete button so now I've simply got 5 stars. 1. The script seems to

[jQuery] Assistance need with a jQuery star rating script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. What I've done is removed the delete button so now I've simply got 5 stars. 1. The script seems to

[jQuery] Re: calling all jQuery Safari wizards!

2007-10-05 Thread bytte
Alright. I got it to work by replacing the last fadeIn() of the new picture with show(). The fancy fadeIn animation is gone now, but at least the picture shows up in Safari now. Could this be reported as a jQuery bug? Using the fadeTo command doesn't work either. Other animations (have tested

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
thanks a lot On 10/5/07, Richard D. Worth [EMAIL PROTECTED] wrote: You need to escape the pipe since it is a special character. Use \\| instead of | inside the selector. For more info, see:

[jQuery] multiple selects, hiddens and text inputs with same name

2007-10-05 Thread syg6
For reasons I won't go into here I have a page which has a table with a variable amount of rows. Each row has a hidden, text, and select. They all have the same name. I also have other selects on the page with different names. What I need to do is access only the selects, to be able to add and

[jQuery] Re: Question to experts on jQuery.

2007-10-05 Thread Flesler
Uff I'm sorry, check the 'img' part... it should say: 'img' ... I'm sorry.. This is fixed, and I tested it in Firefox 2.0.0.7 and IE6, both Windows. Make sure you put a valid image url instead of xyz.jpg. $(function(){//make sure this happens after document ready.

[jQuery] Assistance needed with jQuery star rating script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. What I've done is removed the delete button so now I've simply got 5 stars. 1. The script seems to

[jQuery] jQuery and Mootools again...

2007-10-05 Thread caruso_g
[Preface: I am tring to post this for the third time, since I didn't see it in the thread. Please, pardon me if the reason is that the post must be moderated. (please, don't smile if so... :P )] - I am sorry to repost again about jQuery and Mootools conflict, but I am still having the conflict

[jQuery] Assistance needed with jQuery star rating script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. What I've done is removed the delete button so now I've simply got 5 stars. 1. The script seems to

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
may i ask why not pipes? On 10/5/07, Andy Matthews [EMAIL PROTECTED] wrote: I'd suggest not using the pipe as part of your ID or class names. Try using a dash - or underscore, then split on those. -- *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED]

[jQuery] automatic way to get click function to work

2007-10-05 Thread zeekjt
Hi At the Moment I build the click functions with php, because its easy. But I would like to know if anybody has an idea for building it automatically with javascript. $(#historytext0link).click(function(){ tinyMCE.execCommand( mceSetContent,false, $

[jQuery] Re: Masked Input Plugin 1.1

2007-10-05 Thread Jeferson Koslowski
Hi, do u know the iMask plugin for Mootools? Its a very nice input mask tool and i think some features could be incorporated in ur plugin. Take a look: http://zend.lojcomm.com.br/imask/ On 10/4/07, Josh Bush [EMAIL PROTECTED] wrote: For those that care, the problem ended up being a result of

[jQuery] jQuery.ScrollTo

2007-10-05 Thread Flesler
Hi, Some days ago I saw this article: http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 And I decided to make a plugin out of that, adding versatility and customization. I'd appreciate some feedback :) The project is in: http://jquery.com/plugins/project/ScrollTo Thanks

[jQuery] rails problem with 1.2

2007-10-05 Thread [EMAIL PROTECTED]
So I have this code to unobtrusively add dynamic delete links to my page. $(document).ready(function(){ $('.delete').click(ajaxDelete) }); function ajaxDelete(){ $.ajax({ type: POST, data: {_method: delete}, url: this.href, dataType: script, beforeSend:

[jQuery] Delete photo on confirm

2007-10-05 Thread Codex
Maybe I'm going about thewrong way, but this is what I'm trying to achieve: I have a page with thumbnails. Underneath each thumbnail there's a 'delete' link: a class=delete href=# onclick=javascript:delete_photo('.$img- photo_id.')Delete/a On click I would like to fire a confirmation message.

[jQuery] Re: How to hide a div without a click function

2007-10-05 Thread somnamblst
Oops, my bad. Thanks motob The mouseover/mouseout detection is very cool has me thinking. I would love to have a trigger div that reacts to a hover and expands a div that has the ability to hold the expanded state only as long as the cursor is over the expanded div On Oct 4, 6:32 pm,

[jQuery] clarfication

2007-10-05 Thread dan
I just posted about 1 hour ago and my post didn't show up so here goes again. new to jquery and there's something I'm missing. $('.switch :radio', this).each(function(){ $(this).click( function(){

[jQuery] Assistance needed with jQuery star rating script

2007-10-05 Thread dsizemore
Hi, I'm trying to implement this star rating script on a site: http://sandbox.wilstuckey.com/jquery-ratings/ I've got everything working like it should (I think), but I've got three concerns. What I've done is removed the delete button so now I've simply got 5 stars. 1. The script seems to

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Andy Matthews
Sure thing. The HTML spec found here: http://www.w3.org/TR/html401/types.html#type-name Says this: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens (-), underscores (_), colons (:), and periods (.). _ From:

[jQuery] Re: clarification

2007-10-05 Thread Karl Swedberg
Forgive me if this has been answered already. Seems like I'm getting emails dumped into my mail client in a random order. To use a DOM method on a jQuery object, you first need to convert that object. Fortunately, it's easy to do by adding either [0] or .get (0) after the selector:

[jQuery] Re: jQuery and Mootools again...

2007-10-05 Thread Rey Bango
Hi Caruso, What we need is an explanation of the issue. Could you provide more detail into what's not working? Thanks, Rey caruso_g wrote: I am sorry to repost again about this conflict, but I am still having the conflict beetween this two frameworks. I would like to say that I LARGELY

[jQuery] Thanks to all the jQuery developers out here

2007-10-05 Thread vulgarisoverip
1.2 has been a dream come true, fixing a lot of the little animation bugs I found in the past. With it, I was able to convince my boss to create a Word of the Day page (https://www.appelrouthtutoring.com/ wod.php) in HTML/Javascript instead of Flash. It's more accessible now and A LOT easier to

[jQuery] [Announce]: jQuery and John Resig featured on InfoWorld

2007-10-05 Thread Karl Swedberg
Hey folks, Looks like John Resig was interviewed for an article on InfoWorld. Some big news about possible attempt to establish a foundation: Code library aims to fuel easier JavaScript handling The caretaker of jQuery, which compiles and simplifies tested JavaScript code for developers'

[jQuery] Re: [Announce]: jQuery and John Resig featured on InfoWorld

2007-10-05 Thread Rey Bango
Hahahahaha! Not sure if anyone can top me in that dept. ;) Rey Glen Lipka wrote: Great mag. Great article. Wow, John is everywhere these days. He is challenging Rey for the most active award. :) Glen On 10/5/07, *Karl Swedberg * [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:

[jQuery] Re: Cool sitemap code

2007-10-05 Thread cfdvlpr
This looks interesting as I am trying to make a sitemap for a new site right now... I'm not sure that I fully understand how this is supposed to work. Has anyone implemented this in a cool way and can provide a link to it?

[jQuery] Please TEST? Re: Safari crash and burn on Accordion form

2007-10-05 Thread MichaelEvangelista
update - it was actually super easy to sniff for Safari and to replace the calls to the accordion function with plain ol' jQuery .slideUp() and .slideDown() My only safari version is via Browsercam - and I really can't tell how the animation looks.

[jQuery] Re: thumbnails in jCarousel inquiry

2007-10-05 Thread Steve Finkelstein
Thank you Jan! I'll take a peak. Cheers! - sf On 10/5/07, Jan Sorgalla [EMAIL PROTECTED] wrote: Hi, Steve Finkelstein schrieb: Hi all, My thumbnails in jCarousel are distorting the aspect ratio of my photos. Here's an example: http://www.f1autoimports.com/inventory/single/11

[jQuery] Re: [Announce]: jQuery and John Resig featured on InfoWorld

2007-10-05 Thread David
Klaus only got a laptop ??? He should have got a server farm to fill it with all his ideas, projects and good advice. -- David Duymelinck Karl Swedberg schreef: Hey folks, Looks like John Resig was interviewed for an article on InfoWorld. Some big news about possible attempt to

[jQuery] Re: [Announce]: jQuery and John Resig featured on InfoWorld

2007-10-05 Thread Rey Bango
LOL! I'm down for that. Do this: 1) Go here http://jquery.com/ 2) Scroll down and look for the donate option at the lower left 3) Donate several thousands of dollars hehe! Rey... David wrote: Oh yes of course, anyway Paul should get a server farm all the same :) they can split it between

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Jörn Zaefferer
Guy Fraser schrieb: Jörn Zaefferer wrote: If you need keyboard navigation, async loading and dd and similar stuff you need to either wait for the UI tree component or take a look at Ext's tree components. I don't plan to extend this plugin in them mentioned direction: I want to keep it

[jQuery] Re: jQuery and Mootools again...

2007-10-05 Thread Wizzud
As Brandon has pointed out in your other post, you don't have a conflict at all, you have bad code. And it's nothing to do with jQuery! It looks like someone has run some sort of compressor on the code in javascript.js, and the scripting isn't up to scratch and won't stand compressing (at least,

[jQuery] Re: [jquery-ui] sortable problem ...

2007-10-05 Thread Jörn Zaefferer
Michael Stuhr schrieb: in addition to this, i'm getting constantly errors while trying out the demo under: http://docs.jquery.com/UI/Sortables/sortable#options firebug keeps tracing errors after dropping one of the items ... i had to reload the whole page to stop this. I can second that.

[jQuery] Re: Delete photo on confirm

2007-10-05 Thread Wizzud
function delete_photo (photo_id) { if(confirm('Are you sure you want to delete this photo?')){ $.post(http://www.domain.com/delphoto/+ photo_id); $(#+ photo_id).fadeOut(500); } return false; }; Codex wrote: Maybe I'm going about

[jQuery] Re: [PREVIEW] another future grid: jquery.KIKEgrid alpha...

2007-10-05 Thread Jörn Zaefferer
Enrique Meléndez Estrada schrieb: http://www.ita.es/jquery/kikegrid.htm This is a preview of something I'm working on. You can see a first integration of plugins jquery.grid.columnSizing+jquery.grid.columnSizing+ a plugin for navigating via mouse keys + an edition on line, etc... That

[jQuery] Re: Selector with Pipe (|) character not working

2007-10-05 Thread Abubakar Saddique
thanks ..really appreciate your help On 10/5/07, Andy Matthews [EMAIL PROTECTED] wrote: Sure thing. The HTML spec found here: http://www.w3.org/TR/html401/types.html#type-name Says this: ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters,

[jQuery] Re: the jquery logo

2007-10-05 Thread Guy Fraser
Joel Birch wrote: I'm not sure about the permission to use that logo, but my complete guess would be that it's okay to use it. Otherwise, feel free to use the one I created, or not as you so choose: http://users.tpg.com.au/j_birch/plugins/superfish/img/jQuery-logo.gif Joel Birch. That's

[jQuery] Re: superfish entire page 'fades' on mouseover (firefox mac os x)

2007-10-05 Thread gdw
Thanks. It worked perfectly. On Oct 3, 10:09 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Greg, It is 99.9% certain that it is what Karl said. Here is what has become my set spiel on the subject: MacFirefoxhas two text rendering anti-aliasing modes, one of which makes the text look much

[jQuery] Re: multiple selects, hiddens and text inputs with same name

2007-10-05 Thread Wizzud
With... select name='foo'option value='bar1'bar1/option/select select name='foo'option value='bar2'bar2/option/select try... var selects = $('select[name=foo]'); See the Attribute Filters, under Selectors in the API Reference. (If you have non-unique ids for elements on your page, do not

[jQuery] Re: why is jquery-1.2.1.min.js 45.3KB and not 14KB

2007-10-05 Thread Stosh
Glen, Be careful ob_gzhandler() doesn't always work the way you would want/ expect it to. Reference the notes in the php.net docs to see what I'm talking about. Bottom line, if you want to have gzip handling you're best doing it at the apache level. Pax, - Stan On Oct 2, 5:28 pm, Glen Lipka

[jQuery] Re: RED: [jQuery] Re: Packed version of BlockUI?

2007-10-05 Thread Stosh
Running it through lint also usually does the trick. This is what I do with my js files, lint them, and then compress them with Dean's work. Pax, - Stan On Oct 3, 10:19 pm, Jeffrey Kretz [EMAIL PROTECTED] wrote: The main things are the missing semicolons at the end of each command. var x

[jQuery] Re: [Announce]: jQuery and John Resig featured on InfoWorld

2007-10-05 Thread John Resig
Oh, neat - glad to see that got up quickly. I had a chat with Jeremy the other day, when I was presenting at the Future of Web Apps conference. It looks pretty good, I just need to clarify one thing: I don't think I made the timeframe of the jQuery foundation clear - it's definitely something

[jQuery] Re: why is jquery-1.2.1.min.js 45.3KB and not 14KB

2007-10-05 Thread Glen Lipka
I cant figure out how to do that. :( I just switched hosts. Maybe they can help me. Glen On 10/5/07, Stosh [EMAIL PROTECTED] wrote: Glen, Be careful ob_gzhandler() doesn't always work the way you would want/ expect it to. Reference the notes in the php.net docs to see what I'm talking