[jQuery] check json field

2007-10-05 Thread bingo
hi, this is first I am starting to use json and wondering how I can check whether a field is defined or not I am using form plugin to submit my form though ajax. On the server, depending on result, I set either success or failed field and pass the json data to client..now I want to which field is

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

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

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

[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: multiple selects, hiddens and text inputs with same name

2007-10-05 Thread Wizzud
With... bar1 bar2 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 rely on selecting them by $('#id')!) syg6-2 wrote: > > > For reasons I won't go into here I have

[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. > T

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

[jQuery] More Superfish Questions

2007-10-05 Thread Ryura
Hello again, We've decided we wish to do a collapsible menu (on click) with Superfish instead of the general drop down onmouseover. Is this possible with Superfish or should I look into getting another plugin? If it is possible, how would I go about doing it? Thanks, Ryura

[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

[jQuery] Re: Delete photo on confirm

2007-10-05 Thread Codex
Ok, I've found a way to do it. But is there a 'jQuery way' to do it? On 5 okt, 18:17, Codex <[EMAIL PROTECTED]> wrote: > 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: > > Dele

[jQuery] Re: clarfication

2007-10-05 Thread Wizzud
You're talking about a radio button with a class of 'switch' so I will assume that you have something like... Break your code down... 1. $('.switch :radio', this).each(function(){ 2. $(this).click( function(){ 3. alert($(this) 4

[jQuery] Re: Validation madness

2007-10-05 Thread Jörn Zaefferer
Steve Blades schrieb: Ok, I've kind of hacked around it. Maybe adding prePost and onFailure options that can map to functions(form), so that you could run a script prior to the actual submit event, or something in the event of the form being invalid. How about these? - beforeSubmit: called be

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

[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. Thou

[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 d&d 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 le

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

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

2007-10-05 Thread David
Oh yes of course, anyway Paul should get a server farm all the same :) they can split it between them :) -- David Duymelinck Rey Bango schreef: Not Klaus. Paul Bakaus. Rey David wrote: Klaus only got a laptop ??? He should have got a server farm to fill it with all his ideas, projects

[jQuery] Re: Validation madness

2007-10-05 Thread Steve Blades
Ok, I've kind of hacked around it. Maybe adding prePost and onFailure options that can map to functions(form), so that you could run a script prior to the actual submit event, or something in the event of the form being invalid. I had a select with values that were a pipe delimited string. The sel

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

2007-10-05 Thread Rey Bango
Not Klaus. Paul Bakaus. Rey David wrote: 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

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

[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/inve

[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. http://comparemyagent.com/fa/testsafari.cfm

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

[jQuery] Re: Thanks to all the jQuery developers out here

2007-10-05 Thread Glen Lipka
Nice action. I like it! Maybe try the easing plugin to give the transition a little flair. Great job! Glen On 10/5/07, Rey Bango <[EMAIL PROTECTED]> wrote: > > > Very cool Peter! > > Rey > > vulgarisoverip wrote: > > 1.2 has been a dream come true, fixing a lot of the little animation > > bugs I

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

2007-10-05 Thread Glen Lipka
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]> wrote: > > Hey folks, > Looks like John Resig was interviewed for an article on InfoWorld. Some > big news about possible attem

[jQuery] Re: Thanks to all the jQuery developers out here

2007-10-05 Thread Rey Bango
Very cool Peter! Rey vulgarisoverip wrote: 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.

[jQuery] Safari crash and burn on Accordion form

2007-10-05 Thread MichaelEvangelista
using Joern's accordion script (and his very slick form validation plugin) to create a 3-step form on this page: http://comparemyagent.com/fa/fa_buy-sell.cfm works great in IE and FF... but in safari (v2) it crashes the browser completely other pages on this site, using just 2-part forms, ha

[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' u

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

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

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

2007-10-05 Thread Brandon Aaron
It looks like the first javascript file (javascript.js) has a syntax error that is causing your problems. -- Brandon Aaron On 10/5/07, caruso_g <[EMAIL PROTECTED]> wrote: > > > [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 re

[jQuery] Re: Masked Input Plugin 1.1

2007-10-05 Thread Josh Bush
The best I can tell, the only thing my implementation is missing is the number masking example that they have. I'm just not too keen on how that one takes over so much control from the textbox. With that one, you can't highlight text in the box and that means you can't copy that value to the cli

[jQuery] Re: clarification

2007-10-05 Thread Karl Swedberg
.parernts('.switch')[0] Sorry about the typo. Should be .parents('.switch')[0] --Karl On Oct 5, 2007, at 1:53 PM, Karl Swedberg wrote: 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

[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: 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 ("."). _ F

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

[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, somnambl

[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(){ alert($(this).parent(".swi

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

[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: Delete On click I would like to fire a confirmation message. Upon confirmation the image should be deleted for which I have made a functi

[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

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

[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, $ ("#historytext0")

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

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

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

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

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

[jQuery] Re: Question to experts on jQuery.

2007-10-05 Thread Flesler
Uff I'm sorry, check the " ' " part... it should say: " '' "... 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. $('').load(function(){

[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: > > http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_element_that_has_weird_char

[jQuery] Calling JavaScript via .load(), Possible?

2007-10-05 Thread Phunky
Im trying to call a page via AJAX with jQuery which is then printing out a bunch of JS for a GoogleMap im using ("#map").load("/ajax/googleMap.php", {referral_id: $ ("#map").attr("title")}); To load the page, but it ignore's the printed out JS. Im i going about this the right way? I'm guessing

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

[jQuery] jQuery and Mootools again...

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)! But

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

[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

[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)! But

[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){ alert($(this).parent(".switch").classN

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

[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

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

[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: Release: jQuery treeview plugin 1.3

2007-10-05 Thread Guy Fraser
Jörn Zaefferer wrote: > If you need keyboard navigation, async loading and d&d 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, provi

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

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

[jQuery] Re: Scope and Visibility from Callback

2007-10-05 Thread NeilM
That's great - thanks. The only question I have now is whether it would be possible to modify a prototype somewhere/somehow to provide this property automatically? On Oct 5, 8:53 am, Suni <[EMAIL PROTECTED]> wrote: > Your problem is that within the function you no longer have a > reference to my

[jQuery] Re: jScrollpane - Occasionaly runs in IE? (init/load problem)

2007-10-05 Thread Brett
Thank you Kevin! The reason I had it outside the other ready block is so I can keep the code seperate, if I ever needed to strip out a part. As soon as I got rid of the code as in your post, it works great! everytime it displays, the scrollbar appears correctly. As a sidenote, the actual jQuery

[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: calling all jQuery Safari wizards!

2007-10-05 Thread rgrwkmn
I just started using jQuery and have so far only run into problems involving loading images and changing the sources of images. My work around is not appending new image tags or changing the img src, but instead creating divs with background images or changing the background image of div tags. t

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

[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

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

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

[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: [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... http://www.

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

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

[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, Ste

[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: 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'], func

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

[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.fil

[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: Alert not working

2007-10-05 Thread Wizzud
You missed a bit of the instruction ... where it says "In the ready function (from the example above), add the following:". So your script should look like this : $(document).ready(function(){ $("a").click(function(){ alert("Thanks for visiting!"); }

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

2007-10-05 Thread Michael Stuhr
I have problems getting some of the the callback functions to work. 'stop' and 'update' refuse to work for me. here's some example code i'm using: Item 1 Item 2 Item 3 Item 4 Item 5 $j('#List').sortable({ start:function () { c

[jQuery] Re: ANNOUCE: Easing Plugin Updated

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

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

[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