[jQuery] Re: cluetip question

2008-03-05 Thread Dylan Verheul
On Wed, Mar 5, 2008 at 3:58 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote: > It looks like you came up with a workaround for your issue, but for > future reference, as of version 0.9.5 you can override defaults > globally like so: > > $.fn.cluetip.defaults.cluetipClass = 'jtip'; I found that ou

[jQuery] Re: jQuery.Preload - 4 in 1 image preloader

2008-03-05 Thread tobaco
wow! you have a massive output on plugins! it seems to me, that you release one per day. thx for all. great work On 6 Mrz., 03:19, Ariel Flesler <[EMAIL PROTECTED]> wrote: > If anyone was having issues with Safari 2, they've been fixed in the > last release. > > Cheers > > Ariel Flesler > > On

[jQuery] Re: cluetip on an imagemap troubles

2008-03-05 Thread nEo
Hi, I tried using id (#usamap). It created the cluetip, but everything was running in a loop... Please help. On Feb 29, 10:26 pm, nEo <[EMAIL PROTECTED]> wrote: > Hi, > > I have an image map marked with areas. I am having trouble in passing > the dynamic values to the ajax script. > > My image

[jQuery] [POLL] Online jQuery Training from John Resig

2008-03-05 Thread Rey Bango
The jQuery team is looking to gauge interest in jQuery training delivered in a live, online format by jQuery project lead John Resig. Nobody knows jQuery better than John and in terms of JavaScript, he's considered one of the best in the world. So a training class delivered by him would sure

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread xwisdom
It's a really nice plugin :) Keep up the good work.

[jQuery] optimization in jquery

2008-03-05 Thread Jean-Sébastien
hi, when i work on a big div tag (containing lots of others elements) browser freeze, during few seconds. is there a way to optimize this. and more generally what are the best practices to optimize jquery functions.

[jQuery] problems with event triggering in IE6, presumably 5.5 as well.

2008-03-05 Thread hedgomatic
Hi, I'm working on getting what should be a simple rollover effect done in jquery, and it works like a charm in firefox and safari, but IE is not having any of it. the page in question is here: http://www.awayfromkeyboard.com/nymphomania/ here's the relevant code: jQuery: $(document).ready(fun

[jQuery] Re: calling a php function with jquery

2008-03-05 Thread the_woodsman
Erm, there's a few hurdles in front of you... In short, you have to: - make a URL that runs the php script- this should work via your browser (helloscript.php?user=bob, perhaps), - call this URL via ajax, and insert the output into the current page. On Mar 5, 5:18 pm, everdream <[EMAIL PROTECT

[jQuery] Re: with balloons, how too?

2008-03-05 Thread Alexsandro_xpt
Why nobody help me? Please, I need a help.. Please.

[jQuery] Re: Vertically aligning a div

2008-03-05 Thread Hamish Campbell
My solution from: http://groups.google.com/group/jquery-ui/browse_thread/thread/35a33d1c50f0e724/e527c8f47ba183e0?lnk=gst&q=extend+center# and in action at www.deft.co.nz $(document).ready(function() { jQuery.fn.centerScreen = function(loaded) { var obj = this;

[jQuery] Re: Issues with Truncate and Expander

2008-03-05 Thread Karl Swedberg
Hi there, Yeah, I see the issue. Unfortunately, the Expander plugin is meant for hiding/showing content within a block element, not block elements themselves. I guess this could be seen as a limitation, but I don't think it's one I want to try to overcome at this point. Here's another pl

[jQuery] Re: Looping through child nodes

2008-03-05 Thread Karl Swedberg
Hi Drake, This sounds like a job for the Cycle plugin. :-) http://malsup.com/jquery/cycle/ A lot of the examples on the site are for images, but you can use elements with text in them as well. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 5,

[jQuery] Re: jQuery.Preload - 4 in 1 image preloader

2008-03-05 Thread Ariel Flesler
If anyone was having issues with Safari 2, they've been fixed in the last release. Cheers Ariel Flesler On 29 ene, 20:38, Ariel Flesler <[EMAIL PROTECTED]> wrote: > Hi everyone > > Today added the first release of jQuery.Preload. As said in the > project page, it's a multi-functional plugin top

[jQuery] Re: all parent().children() except the one under a hover

2008-03-05 Thread Karl Swedberg
Hi Ashley, Have you tried using $(this).siblings() ? That should work. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 5, 2008, at 3:40 PM, Ashley wrote: I looked around for this but couldn't find an answer. I have a set of kids and I'd like to h

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Rick Faircloth
Yes, using jQuery is definitely quicker and easier. However, there will be some compromise on image quality using jQuery and most other javascript solutions as opposed to Photoshop images. Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Schnable Sent:

[jQuery] Re: :visible selector

2008-03-05 Thread Josh Nathanson
I think it's a feature. It would be a huge drop in performance if all parents had to be checked for visibility every time that selector was used. You could probably write a little function to check all the parents if you need that. -- Josh - Original Message - From: "krassonkel"

[jQuery] Re: calling a php function with jquery

2008-03-05 Thread tatlar
jQuery is client side, PHP is server side. What exactly are you trying to do? If you wish to call and use the return of a PHP function within your jQuery code you will need to use the AJAX functions. However, if you are already getting the variable $user before your jQuery is run by the client you

[jQuery] Plugin clash? accordion and treeview

2008-03-05 Thread tatlar
Hi jQuery folks, I am using both the Accordion and Treeview plugins developed by Jörn Zaefferer in a web application. I am having trouble when I place a div (or definition list, dl) containing an instance of Treeview inside an Accordion div. The Accordion works fine, however the Treeview 'tree'

[jQuery] corrections

2008-03-05 Thread tigerman
Apologies. I am trying to seat the error message to the right, not the left, of each form object. L

[jQuery] Sortables and radio buttons issue

2008-03-05 Thread Jamie
I have a simple sortable list of div's with one containing a group of radio buttons, such as: Item 1 Item 2 Item 3 Item 4 Item 5 If I check one of the radio buttons and then drag the first Item, once the div is "dropped" the value of the

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Steve Schnable
Interesting. I haven't used jQuery before but this looks very nice and clean. Great. I would like to use it. I use CSS and PS but it looks that it's much better way to use jQuery for rounded corners, right? Steve On Wed, Mar 5, 2008 at 11:51 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Loo

[jQuery] css({width: varwidth, height: varheight}) and dimensions causing document.resize event?

2008-03-05 Thread jquertil
odd... when setting css based on variables like shown in subject line, IE and FF keep firing a document.resize event. if I use only 1 single attribute inside the {} its fine, but it seems to have issues with multiple, comma-separated attributes. anyone else seen this?

[jQuery] all parent().children() except the one under a hover

2008-03-05 Thread Ashley
I looked around for this but couldn't find an answer. I have a set of kids and I'd like to have a hover() defined where the hover element doesn't change but all the siblings--$(this).parent().children()--have an effect applied; in this case opacity animation. So this is what I'm playing with but

[jQuery] Re: Execute JavaScript that is added to the page by AJAX?

2008-03-05 Thread Jonny
Oh I totally agree with you all, personally I have no problem with the weight of Jquery, but the person I'm doing this for does for some reason I don't fully understand. I'm going to send them a link to this discussion and hopefully the answers provided will work for them, and if not they can jum

[jQuery] Re: Jörn's autocomplete: submitting to a fu nction

2008-03-05 Thread Aaron Barker
> I don't quite get "submit to a function" yet. Do you want to use a > function that provides the data for the autocomplete list? Or call the > function with the selected value as an argument? I believe it would be the first option you suggested... use a function that provides the data for the au

[jQuery] Issues with Truncate and Expander

2008-03-05 Thread sornman
I just started playing with these two plugins, but have encountered odd issues in both, and was wondering if anyone could help me. I searched around a bit and was unable to find anything. The issue in truncate is that it is breaking the first word after the first so many characters in the opening

[jQuery] Vertically aligning a div

2008-03-05 Thread TheOriginalH
Hi, very new to jQuery, but suspect it can probably help me out. I have a div of a fixed height (auto scroll where content exceeds that height), that I would like to center vertically on the page. I'm assuming I can use jQuery to work out the height of the browser window, subtract the height of t

[jQuery] [validation] wracking my brains on how to get error messages inline

2008-03-05 Thread tigerman
Hi, This is my first post to this forum, and I could really appreciate a bit of help. Maybe not a JQuery validation issue per se, or maybe it is, but... I'm having a terrible time trying to get the validation error messages to display inline, and to the right of its respective form object. I've

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-05 Thread Michael Ray
ahh the limitations of technology. who knew that flash would be the solution? what an unlikely bedfellow. On Wed, Mar 5, 2008 at 1:40 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've had lots of run-ins with this sort of problem - lol - and > basically ... > > 1: PHP cannot d

[jQuery] .load jQuery scope problem

2008-03-05 Thread ajpiano
i've posted various takes on this problem before, but after re- encountering it today, i must enquire again. so i'm in a function function hey() { var dc = $("div.column"); // at this point, the variable "dc" has all these different objects that seem to represent all the available plugin

[jQuery] Looping through child nodes

2008-03-05 Thread Drake Aedus
I'm pretty new to jQuery, and I'm having a lot of fun with it. I tried a quick search and didn't find anything really helpful, so maybe this is a good question, or maybe I'm having a brain-fart... What I am trying to do, is loop through a list of child nodes, and only display one at a time. It i

[jQuery] :visible selector

2008-03-05 Thread krassonkel
Hi there! At first: congrats for this really great library! But now I have a problem... I have the following situation: test1 test2 When I now use $("span.test:visible") I'll get both span elements although only the second one is visible... Is that a bug or a feature? It seems that the hier

[jQuery] Re: calling a php function with jquery

2008-03-05 Thread jquertil
if you look up the docs for $.ajax() function you will see how to pass variables to the PHP from your calling page. for example: $.ajax({ type: "POST", url: "some.php", data: "name=John&location=Boston", success: function(msg){ alert( "Data Saved: " + msg ); } }); On Mar 5, 9:18 

[jQuery] Issues with Truncate and Expander

2008-03-05 Thread sornman
I just started playing with these two plugins, but have encountered odd issues in both, and was wondering if anyone could help me. I searched around a bit and was unable to find anything. The issue in truncate is that it is breaking the first word after the first so many characters in the opening

[jQuery] Re: IE8

2008-03-05 Thread timothytoe
One thing I noticed is that the JavaScript is still painfully slow, but perhaps there is a lot of debug stuff in there slowing it down. What takes 7 seconds in Safari and 8 in Firefox 3b3 takes 25 seconds in IE8! (28 seconds in IE6). On Mar 5, 2:54 pm, timothytoe <[EMAIL PROTECTED]> wrote: > htt

[jQuery] Re: IE8

2008-03-05 Thread timothytoe
http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm On Mar 5, 2:52 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Tim, can you point me to the download link? > > On 3/5/08, timothytoe <[EMAIL PROTECTED]> wrote: > > > > > > > It seemed to overwrite IE7, but it ha

[jQuery] Re: IE8

2008-03-05 Thread Benjamin Sterling
Tim, can you point me to the download link? On 3/5/08, timothytoe <[EMAIL PROTECTED]> wrote: > > > It seemed to overwrite IE7, but it has an IE7 mode. I only did it on > one computer. > > > On Mar 5, 1:41 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > > Did IE8 overwrite IE7 or can it work standalone?

[jQuery] Dell.com is using jQuery 1.2.2

2008-03-05 Thread Chris Jordan
Just a quick note to say that I noticed today that Dell.com is using jQuery v. 1.2.2 Go to dell.com and look at the source for yourself if you want. It looks like they're using some version of thickbox or something too. Click on "My Account" and a modal-type window comes up for a login. Pretty da

[jQuery] Re: Can I use jQuery to superimpose one image over part of another?

2008-03-05 Thread [EMAIL PROTECTED]
That was easy! Thanks, - Dave On Mar 4, 8:35 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Ah, I get it. yeah. you want to add the image via jQuery? Well, keep   > the css, but now do this: > > $(document).ready(function() { >    $('').appendTo('#imageDisplay'); > > }); > > --Karl > ___

[jQuery] Re: Multiple Selector Iterator short-cut

2008-03-05 Thread Karl Rudd
If it's an id with a prefix (let's say the prefix is "blah") then you could write: $('[id^=blah') Be aware though that this will could be low as it will effectively check the id of _every_ element on the page. If you can narrow down the type of the element you're looking for, say to a DIV, t

[jQuery] Re: IE8

2008-03-05 Thread timothytoe
It seemed to overwrite IE7, but it has an IE7 mode. I only did it on one computer. On Mar 5, 1:41 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Did IE8 overwrite IE7 or can it work standalone? > > Rey > > timothytoe wrote: > > I was pretty excited to download IE8 today. All the jQuery stuff in my >

[jQuery] Re: IE8

2008-03-05 Thread Rey Bango
Did IE8 overwrite IE7 or can it work standalone? Rey timothytoe wrote: I was pretty excited to download IE8 today. All the jQuery stuff in my app seems to work fine. The debugger is pretty nice. I've always had trouble finding bugs in IE. Anyone find any IE8 jQuery problems yet?

[jQuery] Re: Fade font color

2008-03-05 Thread Karl Rudd
Try this one: http://plugins.jquery.com/project/color Karl Rudd On Thu, Mar 6, 2008 at 6:11 AM, Bryan Migliorisi <[EMAIL PROTECTED]> wrote: > > I am trying to find a way to fade the fore color of the font. I know > I can fade the background color of an element, but I would like to > fad

[jQuery] IE8

2008-03-05 Thread timothytoe
I was pretty excited to download IE8 today. All the jQuery stuff in my app seems to work fine. The debugger is pretty nice. I've always had trouble finding bugs in IE. Anyone find any IE8 jQuery problems yet?

[jQuery] Re: Fade font color

2008-03-05 Thread MorningZ
What are you trying to fade from what to what? Like is the before and after colors both visible? (like for instance blue text on a white background to red text on a white background?) If that's the case, running some sort of counter from one hex value to the other would be the way to go

[jQuery] Re: Error?

2008-03-05 Thread Dan G. Switzer, II
Google that error. It's a problem with Firefox. I know I've had the problem and fixed it, but can't remember what I needed to be done. I know I found the answer on Google though. -Dan _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dr.dummer Sent: Wednesda

[jQuery] Re: Jörn's autocomplete: submitting to a fu nction

2008-03-05 Thread Jörn Zaefferer
Aaron Barker schrieb: For reasons beyond my control I am finding myself needing to send an Ajax request to a different plugin that is not jQuery (ajax4jsf). Another Ajax related plugin I use allows for submitting information to a function, which we used as kind of a gateway between the two syste

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-05 Thread Jörn Zaefferer
[EMAIL PROTECTED] schrieb: And so is params and depends new functions that were not originally in the JQuery library? So do I have to update the core .js file on our app in order to use the params and depends on any validator method? The ticket is just that, a ticket. It isn't implemented ye

[jQuery] Error?

2008-03-05 Thread dr . dummer
This is the error that firebug returns. Can any one help? -- dr.drummer <>

[jQuery] Re: Moving select box options up and down

2008-03-05 Thread Diddly Doo
Excellent. Thanks a lot! On Mar 5, 4:56 pm, Matt Kruse <[EMAIL PROTECTED]> wrote: > On Mar 5, 5:14 am, Diddly Doo <[EMAIL PROTECTED]> wrote: > > > >> a small amount of effort > > Easier said than done! If I made a donation to your site would you do > > it for me? Let me now how much. > > I just w

[jQuery] Fade font color

2008-03-05 Thread Bryan Migliorisi
I am trying to find a way to fade the fore color of the font. I know I can fade the background color of an element, but I would like to fade the color of the font itself. Has anyone been able to do this? Any plugins around that do this?

[jQuery] Re: quicktime player and thickbox issue

2008-03-05 Thread Steve Good
I solved my problem using jquery.media.js ~Steve http://goodcf.instantspot.com/blog Steve Good wrote: > I have a thickbox modal window, in which I have embedded a wav file. > The wav file is being played through the quicktime player plugin. The > audio plays fine, but when I open a newly c

[jQuery] Jörn's autocomplete: submitting to a functi on

2008-03-05 Thread Aaron Barker
For reasons beyond my control I am finding myself needing to send an Ajax request to a different plugin that is not jQuery (ajax4jsf). Another Ajax related plugin I use allows for submitting information to a function, which we used as kind of a gateway between the two systems. I call the function

[jQuery] Re: append problem in ie7

2008-03-05 Thread Iair Salem
Try: $(this).text(resources[lang][id]); On 5 mar, 07:07, Don <[EMAIL PROTECTED]> wrote: > hi guys, > Im new to jquery. I have this problem and I think you guys can answer > it. Here's the source code of the file that I am working on. The > purpose of this script is to change the label into differ

[jQuery] Re: .html() callback?

2008-03-05 Thread h0tzen
> I think the OP is adding elements to the dom, and then wondering why > the events for the new elements aren't working. you're looking for the fabulous livequery plugin: http://brandonaaron.net/docs/livequery/ so long, kai

[jQuery] Re: Problem Targetting DIVs (Dynamic List Example)

2008-03-05 Thread Richard Weeks
In reply to my own mail, replacing: #QuickLinks > div:first With #QuickLinks div:first-child Seems to do the trick. Is this an acceptable fix? I'm interested to know if this was a browser (IE6/7, Firefox) issue or something in jQuery that I need to be aware of. Richard -Original Messag

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-05 Thread [EMAIL PROTECTED]
Hi all, I've had lots of run-ins with this sort of problem - lol - and basically ... 1: PHP cannot determine anything about a file until it has it on the server 2: Javascript can create an object, and fill it, and then check the size BUT the file also needs to be on the server which just leaves

[jQuery] Re: Execute JavaScript that is added to the page by AJAX?

2008-03-05 Thread chrismarx
if you load the minified or packed version of jquery, and have gzip compression on your server (which everyone should have anyways), jquery is only around 15kb! is that heavy? On Mar 5, 10:51 am, Jonny <[EMAIL PROTECTED]> wrote: > Ok, sorry, never mind, I guess there was just a delay in this post

[jQuery] jQuery Cycle - Hover Pager

2008-03-05 Thread Andrej
Hi I am trying to create a pager that works with hovering over the links instead of clicking on them. Would this require an custom transition, or is there a way to add this to an existing transition like 'fade'. Thanks Andrej

[jQuery] Re: append problem in ie7

2008-03-05 Thread Iair Salem
I don't see my previous message... Try: $(this).text(resources[lang][id]); On 5 mar, 07:07, Don <[EMAIL PROTECTED]> wrote: > hi guys, > Im new to jquery. I have this problem and I think you guys can answer > it. Here's the source code of the file that I am working on. The > purpose of this scrip

[jQuery] calling a php function with jquery

2008-03-05 Thread everdream
Hello ! I have a php function : helloUser in the file : myFunctions.php. This is my function : ... function helloUser($user) { return "Welcome $user !"; } ... I'm using jquery for an application but i don't know how to call a php function and give parameter (here :$user) and recover the resul

[jQuery] Returning false if $.ajax() experiences an error

2008-03-05 Thread AsymF
If a link has a click event I can stop that from firing by just returning false so that the browser stays on the current page. How would I do this when the click event is supposed to send a synchronous AJAX call using $.ajax()? I only want the click event to return false and stop the link from be

[jQuery] Re: Evaluation ajax response data

2008-03-05 Thread h0tzen
On 5 Mrz., 04:47, jquertil <[EMAIL PROTECTED]> wrote: > probably wont work though - maybe better to have the PHP script return > a boolean true or false or 1 and 0 and then making sure your response > type is value. i'm also using a boolean identifier like ACK = true, or ACK = false in the JSON-

[jQuery] jQuery AJAX Dynamic File Download

2008-03-05 Thread Travis Fisher
I've got an export functionality built into my site, whereby users can choose which rows of a data table to export. They export by clicking an "Actions" dropdown and choosing "Export". This triggers an AJAX call that posts which ids to export to a PHP script, which, in turn, builds an Excel docume

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread ajpiano
also, i'm not saying it's wrong or bad but i have literally never ever seen anyone have line breaks in the middle of their closing tags... On Mar 5, 10:33 am, J Moore <[EMAIL PROTECTED]> wrote: > wow, the lag on this list is brutal. is there any way of reducing it, > so people don't spend

[jQuery] Re: help with a strategy?

2008-03-05 Thread h0tzen
> Much like how jquery keeps the javascript out of the HTML, it's so > much cleaner to keep PHP out of the HTML as well. > > Have a look at the Smarty templating system for PHP. It's awesome. that's absolutely pointless, to start a new templating-engine-for-php- rant ... ;) php itself is a templa

[jQuery] Re: Execute JavaScript that is added to the page by AJAX?

2008-03-05 Thread h0tzen
On 5 Mrz., 16:51, Jonny <[EMAIL PROTECTED]> wrote: > I know that the people who are asking this > question (through me) are not wanting to load a heavy js library > (Jquery), so the advice below won't really work :( quite dangerous to call jquery "heavy" in this group, as it's one of the bigges

[jQuery] ASP.NET GridView: losing tablesorter on postback

2008-03-05 Thread orip
(I apologize for the ASP.NET WebForms terminology) I'm using ASP.NET's GridView to generate a table, and the jQuery Tablesorter plugin to sort it (awesome plugin, BTW). After the page loads sorting works great, but if I click on any control that performs a postback the page reloads but tablesort

[jQuery] Re: Close facebox programatically

2008-03-05 Thread peter . pedersen
Thanks! that did the trick. On Mar 5, 7:33 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i use this: > > $.facebox.close(); > > On Mar 5, 5:04 am, [EMAIL PROTECTED] wrote: > > > Hey folks, > > > I'm trying out jQuery for the first time on my little project and I am > > very excited about

[jQuery] Re: callbacks calling callbacks calling callbacks ....

2008-03-05 Thread h0tzen
On 5 Mrz., 15:40, J Moore <[EMAIL PROTECTED]> wrote: > wouldn't nesting the methods work? e.g. unfortunately not as some methods have to be invoked in parallel. generally exactly this nesting looks fine with no real code behind but it is just cruel if you imagine having error-handling, rollbacks

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Rick Faircloth
Thanks for the info, Rick... :o) Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick > Sent: Wednesday, March 05, 2008 1:05 PM > To: jQuery (English) > Subject: [jQuery] Re: roundcorners+gradient+progression= ... > > > On 5 mrt, 18:

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Rick
On 5 mrt, 18:51, "Rick Faircloth" <[EMAIL PROTECTED]> wrote: > Looks good and I plan to use it. I would, however, like > to be able to put a nice drop-shadow behind that rounded-corner element. > > What jQuery plug-in could I use to add the shadow? > > Rick I dont think a other plugin could make

[jQuery] Re: roundcorners+gradient+progression= ...

2008-03-05 Thread Rick Faircloth
Looks good and I plan to use it. I would, however, like to be able to put a nice drop-shadow behind that rounded-corner element. What jQuery plug-in could I use to add the shadow? Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick >

[jQuery] Re: bizarre width inconsistency between FF and IE using dimensions plugin

2008-03-05 Thread Jeffrey Kretz
Without seeing your page, I would guess it may have something to do with the CSS differences between IE and FF. Those two browsers do not implement CSS the same way. It also depends if you are running in Quirks Mode or not (do you have a DOCTYPE?) I've always dug myself out of these types of pr

[jQuery] Re: Moving select box options up and down

2008-03-05 Thread Matt Kruse
On Mar 5, 5:14 am, Diddly Doo <[EMAIL PROTECTED]> wrote: > >> a small amount of effort > Easier said than done! If I made a donation to your site would you do > it for me? Let me now how much. I just wrote the wrapper and put it up, so you can now use all the functions as jQuery functions: http:/

[jQuery] Re: Plugin Authoring Help pt 2

2008-03-05 Thread Chris Jordan
J, I for one sure hope that someone follows up on your particular thoughts here. I've not thought of doing what you're talking about here, and I'd love to read other experts opinions on the subject. Thanks for adding to this thread. :o) Chris On Wed, Mar 5, 2008 at 8:57 AM, J Moore <[EMAIL PROT

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread J Moore
wow, the lag on this list is brutal. is there any way of reducing it, so people don't spend time responding to already-answered questions? On Mar 5, 9:34 am, J Moore <[EMAIL PROTECTED]> wrote: > actually, your code doesn't display a link. it sets up an action when > the link is clicked. > > You'

[jQuery] Re: .html() callback?

2008-03-05 Thread J Moore
I think the OP is adding elements to the dom, and then wondering why the events for the new elements aren't working. after adding elements with .html(), you need to add the events. For example, adding an anchor: $("#header").html('yo').find('a').click(function() { alert('click'); return false;

[jQuery] Re: Execute JavaScript that is added to the page by AJAX?

2008-03-05 Thread Jonny
Ok, sorry, never mind, I guess there was just a delay in this post going live, sorry for my impatience :/ Just to clarify, this is not really a Jquery question, but this group seems to be the most active one that has AJAX experts in it, so that's why I posted it here. I know that the people who

[jQuery] quicktime player and thickbox issue

2008-03-05 Thread Steve Good
I have a thickbox modal window, in which I have embedded a wav file. The wav file is being played through the quicktime player plugin. The audio plays fine, but when I open a newly created modal window, more often then not, the player doesn't actually show. Instead I see the gray overlay th

[jQuery] roundcorners+gradient+progression= ...

2008-03-05 Thread Rick
roundcorners-canvas+gradient plugin+jQuery Progression = http://www.meerbox.nl/jrc_demo/example3.html i just released a new version of my plugin jquery-roundcorners-canvas and i created a new demo. You can do a lot of fun stuff with different plugins :)

[jQuery] Re: callbacks calling callbacks calling callbacks ....

2008-03-05 Thread J Moore
wouldn't nesting the methods work? e.g. $('#comp1').trigger('load.comp1', function() { $('#comp2').trigger('load.comp2', function() { $('#comp3').trigger('load.comp3', function() { if (action2()) { // do business logic... } }); }); On M

[jQuery] Re: Close facebox programatically

2008-03-05 Thread [EMAIL PROTECTED]
i use this: $.facebox.close(); On Mar 5, 5:04 am, [EMAIL PROTECTED] wrote: > Hey folks, > > I'm trying out jQuery for the first time on my little project and I am > very excited about all the cool stuff. I'm trying to use the Facebox > plugin as a dialog. It works great so far, but I need a way

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread J Moore
actually, your code doesn't display a link. it sets up an action when the link is clicked. You're missing: do something There might be other problems too if you aren't even seeing the alert message. Download firefox and firebug. IE isn't much help for developing javascript. -j On Mar 5, 5:16

[jQuery] Re: Plugin Authoring Help pt 2

2008-03-05 Thread J Moore
You might find it easier to simply create objects that use jquery, instead of writing a jquery plugin. The biggest advantage is that you actually have a normal instance of an object. You can pass this instance to other objects, call other methods on it... all the usual good stuff. (jquery plugin

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Matt W.
That code does not create a link, it binds that function to existing links. You either have to add a link in the html. Or create a link with something like $('a link').appendTo("body"); as the first line after $(document).ready(function() { On Mar 5, 2:16 am, pradeep_tp <[EMAIL PROTECTED]> wrot

[jQuery] Re: [ANNOUNCE] Jonathan Snook Live on UStream.tv

2008-03-05 Thread Rey Bango
Jonathan said that he will try to record it. Rey Andy Matthews wrote: Rey... Will this presentation be recorded for future viewing? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, March 04, 2008 12:45 PM To: jquery

[jQuery] Re: cluetip question

2008-03-05 Thread Karl Swedberg
Hi Dylan, I'm honored that you're using clueTip! :-) It looks like you came up with a workaround for your issue, but for future reference, as of version 0.9.5 you can override defaults globally like so: $.fn.cluetip.defaults.cluetipClass = 'jtip'; Hope that helps. --Karl __

[jQuery] Re: validate form with rails

2008-03-05 Thread Klaus Hartl
On Mar 5, 5:00 am, Rodi <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm using jQuery plugin Validation by Jörn. The problem is that in > rails the element name for an input is formated as "user[email]" so > when I pass a rule, it doesn't recognize. here is the sample: > > rules: { >         user[emai

[jQuery] Re: validate form with rails

2008-03-05 Thread Alexsandro_xpt
hey, I think you need do something like this: rules: { ID_INPUT: { required: true, email: true } } Know? sould be a ID from input text. May you can help me... I need do something with ballons, look http://blog.alexsandro.com.br/aa.htm But, It don't work very well

[jQuery] Re: help with a strategy?

2008-03-05 Thread J Moore
Much like how jquery keeps the javascript out of the HTML, it's so much cleaner to keep PHP out of the HTML as well. Have a look at the Smarty templating system for PHP. It's awesome. -j On Mar 4, 11:20 am, charlie <[EMAIL PROTECTED]> wrote: > Hi all, the application I'm attempting to write co

[jQuery] Re: JQuery Hello world not working

2008-03-05 Thread Giovanni Battista Lenoci
pradeep_tp ha scritto: $(document).ready(function() { $("a").click(function() { alert("Hello world!"); }); }); This code simply add the function to the click event on all "" elements on your page, but in your code there aren't these type of elements. In markup add simply: TEST

[jQuery] Re: Plugin Authoring Help pt 2

2008-03-05 Thread Alexandre Plennevaux
may i suggest you start by doing a few very simple plugins, just to get the feel of it. It is really not that difficult. Like write a plugin that turns any selected element 's text in red when clicked on. Then make the red an option. and progressively increase the complexity. that's how i person

[jQuery] Re: [ANNOUNCE] Jonathan Snook Live on UStream.tv

2008-03-05 Thread Andy Matthews
Rey... Will this presentation be recorded for future viewing? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, March 04, 2008 12:45 PM To: jquery-en@googlegroups.com Subject: [jQuery] [ANNOUNCE] Jonathan Snook Live on US

[jQuery] Problem Targetting DIVs (Dynamic List Example)

2008-03-05 Thread VirtualRichard
Hi, can anyone tell me why this isn't displaying the default list automatically when the page loads? If you look in the code where the comments are, I think one of those places is where the problem is. I can't work it out however as I am fairly new to jQuery. Quick Links Tester

[jQuery] append problem in ie7

2008-03-05 Thread Don
hi guys, Im new to jquery. I have this problem and I think you guys can answer it. Here's the source code of the file that I am working on. The purpose of this script is to change the label into different language. -

[jQuery] $.ajax success/error callback arguments, textStatus?

2008-03-05 Thread henry
reference: http://docs.jquery.com/Ajax/jQuery.ajax#options What exactly is textStatus of the success and error callback argument? Being a coldfuision user, I tried: However, the textStatus is always the default value. Any idea how to set textStatus on the server side? Thank you!

[jQuery] Re: Moving select box options up and down

2008-03-05 Thread jquertil
you should check out the interface plugin on the jquery site. There is code sample to show you how that is used. On Mar 4, 3:44 pm, Diddly Doo <[EMAIL PROTECTED]> wrote: > I wonder if anyone has some sample code or plugin for moving select > box options up and down using jQuery. Similar to this:

[jQuery] Re: EqualTo but only if checkbox is checked

2008-03-05 Thread [EMAIL PROTECTED]
Scott, I don't see how his example helps. He's hiding or showing a panel based on if the checkbox is checked. George, your suggested code didn't work after I tried it. On Mar 4, 11:57 am, Scott González <[EMAIL PROTECTED]> wrote: > Right now, the easiest way to accomplish this is to use parame

[jQuery] validate form with rails

2008-03-05 Thread Rodi
Hi All, I'm using jQuery plugin Validation by Jörn. The problem is that in rails the element name for an input is formated as "user[email]" so when I pass a rule, it doesn't recognize. here is the sample: rules: { user[email]: { required: true, email: true } } it giv

  1   2   >