[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Benjamin Sterling
That is what I thought, just wanted to make sure. On 7/28/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > Umm. I guess the blog. Probably good to keep it with the post. > > Glen > > On 7/27/07, Benjamin Sterling < [EMAIL PROTECTED]> wrote: > > > > Glen, > > I love the idea; where would you prefer

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Glen Lipka
Umm. I guess the blog. Probably good to keep it with the post. Glen On 7/27/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote: > > Glen, > I love the idea; where would you prefer the comments to be left, here or > at your site? I have a few, but want to keep them grouped together with > others p

[jQuery] Re: Anyway to kill a bunch of queued up mouse events

2007-07-27 Thread Mitchell Waite
Mitch One way to fix it is to reduce the mouse out fadeTo time from 500 to 100 so it happens almost immediately: $("#trigmask").hover(function() { $("#nest").fadeTo(500,1.0) $("#But1frm").show(); }, function() { $("#nest").fadeTo(100, .35)

[jQuery] 5 JavaScript Tricks Made Easy with jQuery

2007-07-27 Thread Giant Jam Sandwich
Hello Everyone, I put this together over the last few days. I *might* consider it advanced, and there is a lot of jQuery meat to it, so I figured I would post it here first. If you find any bugs in the supported listed of browsers, please let me know so I can fix them. I really wanted these to be

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Benjamin Sterling
Glen, I love the idea; where would you prefer the comments to be left, here or at your site? I have a few, but want to keep them grouped together with others peoples. Thanks. On 7/27/07, Brandon Aaron <[EMAIL PROTECTED]> wrote: > > A dream come true! Looks like this just showed up on Ajaxian. >

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Brandon Aaron
A dream come true! Looks like this just showed up on Ajaxian. -- Brandon Aaron On 7/27/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > AjaxExperience was a blast. So many good people and presentations. The > meetup was alot of fun! > > At the end of today was this great brain-storming session. >

[jQuery] Re: OT: A Big Idea

2007-07-27 Thread Rick Faircloth
Sounds good to me! One rendering environment to rule them all! Rick From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Friday, July 27, 2007 9:33 PM To: jquery-en@googlegroups.com Subject: [jQuery] OT: A Big Idea AjaxExperience was a blast

[jQuery] OT: A Big Idea

2007-07-27 Thread Glen Lipka
AjaxExperience was a blast. So many good people and presentations. The meetup was alot of fun! At the end of today was this great brain-storming session. I wrote up about one idea at the end. It's totally in "idea-land" so take it with salt. http://commadot.com/?p=581 I would love your though

[jQuery] How does everyone handle the constant updating of jQuery and plug-ins?

2007-07-27 Thread Rick Faircloth
What does everyone do to stay updated with the latest jQuery and plug-ins for every website? Up to this point, I've been putting my jQ in my site folders, but the more jQ I use on sites, the more of a chore it is to go through and update everything with the latest versions. and jQ and its pl

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Mitchell Waite
I know it's easy for the pros to disable, indeed nothing can stop them. It's just to discourage the uninformed. The Puffin has a watermark so don't try and sell it J From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giuliano Marcangelo Sent: Friday, July 27, 2007 4:55

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Klaus Hartl
Jeffrey Kretz wrote: So far as I know, $(this).change(myObject.myFunc); will work fine. But when the myFunc is executed, any reference to "this" inside that function will refer to the object that triggered the change, rather than its owner, "myObject". JK Jeffrey, this is exactly what I w

[jQuery] Re: access to dynamic DOM content/id

2007-07-27 Thread Klaus Hartl
Jacques Jocelyn wrote: All, Sorry if this question was asked before, but I've been searching but no real answer to this particular topic Please consider the following : if I write the following into a file, Radio1 Radio2 I save the file and use the following code : $(document).ready(functio

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
I can't understand why this would happen. The plugin doesn't tamper with the code at all. Do you have a URL? On 27/07/07, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > Thanks for your help. I have this: > > //Start the editor >

[jQuery] Anyway to kill a bunch of queued up mouse events

2007-07-27 Thread Mitchell Waite
I have this small script that shows and hides a button when you mouse over a graphic. I added a fadeTo inside it so my button graphic would fade in and out nicely. However when you move the mouse in and out fast it queues up the fadeTo events and acts poortly. http://www.whatbird.com/wwwroot/3sta

[jQuery] Re: 3 state buttons - The Final Act - and a jQuery bug?

2007-07-27 Thread Mitchell Waite
That's a drag. The queuing up of events must be because of the 1/2 second fadeTo function inside a hover. http://www.whatbird.com/wwwroot/3statebutton_framed_4.html Do you know if there is a way a way to kill any queued up mouse events after the user does a mouse out? Here's what the critical

[jQuery] jquery 1.1.3.1 problem with className

2007-07-27 Thread Shelane
getting this error: Error: b.className has no properties Source File: http://eddev.llnl.gov/resources/javascripts/jQuery/jquery.pack.js Line: 11 I know that I'm doing removeClass and addClass like: $(this).removeClass('RedText'); $("[EMAIL PROTECTED]'title']").addClass('RedText'); this could b

[jQuery] Re: Ken Burns effects using jQuery?

2007-07-27 Thread Rhapidophyllum
That's a great-looking demo--thanks for the link! Hopefully a jQuery addin will be developed for that. On Jul 26, 2007, at 5:12 PM, Nicolas Hoizey wrote: Hello, Has anyone already made a Ken Burns effects slideshow powered by jQuery? I've found this one very nice, but made with Mooto

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Karl Swedberg
It's possible with clueTip, if you give each image an ID. http://examples.learningjquery.com/62/demo/index.html It's still in "beta", but I've made quite a bit of progress the past few days with some outstanding bugs and new features, so I'm hoping it will be ready soon for real. If you like

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-27 Thread Sam Collett
On Jul 27, 11:04 am, Sam Collett <[EMAIL PROTECTED]> wrote: > Also, in wiki perhaps it should prompt you (like in the others) when > no text is selected? That should be 'it should prompt you for link text and url when you insert a link and nothing is selected' as it just adds one/two [ or ]'s

[jQuery] access to dynamic DOM content/id

2007-07-27 Thread Jacques Jocelyn
All, Sorry if this question was asked before, but I've been searching but no real answer to this particular topic Please consider the following : if I write the following into a file, Radio1 Radio2 I save the file and use the following code : $(document).ready(function(){ $("//[EMAIL PROTEC

[jQuery] Pager Plug-In, Nested Content and Safari

2007-07-27 Thread Scott Moore
I've been playing with Rik Lomas' pager plug--in and have run into a problem specific to Safari. It seems Safari isn't honoring/recognizing the display:none that the plug-in is attaching to the paged content when the paged content is nested within a div that is set to display:none. In my demo (htt

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Jeffrey Kretz
Well, here's an example: var myObject = {}; myObject.myFunc = function(e) { alert(this.href);return false; }; $('a').each(function() { $(this).click(myObject.myFunc); }); Every a tag on the page will alert its href contents, because at the time of the click, the "this" inside myFunc will return

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Maggi
Hey Josh, excellent work! I'm just missing one thing...maybe it's possible already and maybe some one has already asked for it, but I would think it would be a good idea to have, maybe $, stand for "Anything after this point" ... So you could write a script like $('input').mask("(999) 999-$")

[jQuery] Re: ANNOUNCE: jTagEditor 1.0 beta

2007-07-27 Thread Jay Salvat
Thanks for all your precious feedbacks. I fixed few bugs mentionned and try to find out a "smart" way to use the editor from external modules as picture,link or style library. The development of a better and more elegant preview mode that current popup window is already in progress but no Wysiwyg

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
So, with that one, I'd have to load each of my large images into its own hidden div with a unique id to replace the "loadme" div from your example? If so, I guess it wouldn't be that big of a deal to code. I'd simply set up the code once, and then loop over the ColdFusion query and output

[jQuery] validation plugin with checkbox array

2007-07-27 Thread dave anderson
i have a series of checkboxes that have the name 'request_type[]', and am trying to use the validation plugin to see if at least one of the boxes is checked. in the 'rules' section of the validate script i have tried the following: - request_type: "required" - request_type: function(){ requir

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-27 Thread mcraig
Wow...excellent suggestions...I did not know that you could/should do that much chaining...though admittedly as a newbie to jQuery, having the separated initially helps me debug quite a bit. But thank you very much for the tip...once I solve my problem in IE, I will definitely do this. On Jul 27

[jQuery] Re: IE and the Invalid Source Code Error

2007-07-27 Thread mcraig
If I don't solve it tonight, yes, I will find a place to post it and get back to the list...thanks for the advice...I'm proceeding with just what you suggested. On Jul 26, 8:56 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I don't anything in your code that may cause issue. I would sugges

[jQuery] jqgrid

2007-07-27 Thread sharq
Hi, i`ve wanted to use jqgrid on my page, but it looks like its too hard for me. My code for grid comes direct from http://trirand.com/jqgrid/jqgrid.html The problem is that script cant load table content and "Loading..." is still visible.. I dont really know how all that works, i didnt use php be

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Shelane Enos
So what is "myObject"? On 7/27/07 1:38 PM, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > > So far as I know, > > $(this).change(myObject.myFunc); > > will work fine. But when the myFunc is executed, any reference to "this" > inside that function will refer to the object that triggered the ch

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Karl Swedberg
Actually, I'm referring to example #5 (local) on both: $('a.load-local').cluetip({local:true}); --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 27, 2007, at 4:34 PM, Rick Faircloth wrote: Thanks for the tip, Karl… Are you referring to the “non-l

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
Thanks for your help. I have this: //Start the editor $(function(){ $.fck.start({ path:

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Jeffrey Kretz
So far as I know, $(this).change(myObject.myFunc); will work fine. But when the myFunc is executed, any reference to "this" inside that function will refer to the object that triggered the change, rather than its owner, "myObject". JK -Original Message- From: jquery-en@goog

[jQuery] Re: 3 state buttons - The Final Act - and a jQuery bug?

2007-07-27 Thread Tobias Parent
Wooo... Whatever you do, don't mouse in and out of that nest really fast -- it queues up a bunch of fades in/out. Funky!! Mitchell Waite wrote: I added the 3 state button to the final application I am working on. In doing so I learned a lot about jQuery, so if you are a beginner you might wa

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Thanks for the tip, Karl. Are you referring to the "non-link element, custom attribute" example on the second page you linked below? This one: non-link element, custom attribute: $('h4').cluetip({attribute: 'id', hoverClass: 'highlight', arrows: true, dropShadow: false}); I'll h

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Karl Swedberg
hmm. I didn't even get a warning. anyway, I'm taking the image off my site now. don't want to be guilty of theft. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 27, 2007, at 4:23 PM, Richard D. Worth wrote: Me too. FF 2.0 Win 2k. The warning poppe

[jQuery] [NEWS] jQuery Consider Part of the Big 4

2007-07-27 Thread Rey Bango
Go to this slide show and look at slide #10: http://www.slideshare.net/simon/javascript-libraries-the-big-picture - Dojo - YUI - Prototype & Scriptaculous ==> jQuery :) Very cool. We're starting to get the recognition we deserve. Rey...

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Richard D. Worth
Me too. FF 2.0 Win 2k. The warning popped up, but as soon as I clicked ok, the context menu popped up and I was able to 'save image as'. - Richard On 7/27/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > Hi Mitch, > I hope I don't "burst your bubble," but I had no problem right-clicking on > the

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Karl Swedberg
Hi Mitch, I hope I don't "burst your bubble," but I had no problem right- clicking on the puffin to "steal" it. Using FF 2.0 Mac. You can see it here (I'll remove it within an hour): http://sandbox.englishrules.com/image.aspx.jpeg --Karl _ Karl Swedberg www.englishrules.com

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
$(function(){ $.fck.start({ path: "/path/to/fck/", Height: "500px", ToolbarSet: "Default", Config: { CustomConfigurationsPath: '/path/to/fck/custom.js' /* and so on... */ } }); }); On Jul 27, 7:59 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > How do I set the FCK options like wi

[jQuery] Re: Are there any particular ways to debug jQuery code?

2007-07-27 Thread Mitchell Waite
These look good http://encytemedia.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug http://www.evotech.net/blog/2007/06/introduction-to-firebug/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mi

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Disabling the right click would help, but, as a solution by itself, it would require users to view photos individually. I prefer to provide them a page full of thumbnails that they can quickly mouse-over and view the larger images. jTip seems to be a good solution, but every example uses AJAX. I

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Jeffrey Kretz
I have to agree. Even if you disable right-click, and set the image for private/no-cache (so they aren't saved on the client), the user can still use a screen capture tool, or even press "print screen" in Windows. Watermarking your copyrighted content is the best way to go. JK -Original Me

[jQuery] NEWS: New Adobe Ajax Resource Center

2007-07-27 Thread Rey Bango
Adobe has announce their new [URL="http://www.adobe.com/devnet/ajax/"]Ajax Technology Center[/URL] which introduces new technologies that make building rich internet applications easier and scalable. I've mentioned Adobe Air, their SDK & runtime to take your web apps to the desktop, a number

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Mitchell Waite
I have some JS code that disables right clicking all together and pops up a message, which is at least a good way to warn people. Try to right click on this beautiful to steal the art http://identify.whatbird.com/obj/877/portrait/Atlantic_Puffin.aspx Mitch -Original Message- From: jque

[jQuery] 3 state buttons - The Final Act - and a jQuery bug?

2007-07-27 Thread Mitchell Waite
I added the 3 state button to the final application I am working on. In doing so I learned a lot about jQuery, so if you are a beginner you might want to check this code out with view source. It shows a lot of different features of the scripting language. I am sure someone could see a way to ma

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
How do I set the FCK options like width, toolbar, etc? On Jul 27, 11:31 am, "Diego A." <[EMAIL PROTECTED]> wrote: > Try my plugin:http://www.fyneworks.com/jquery/FCKEditor/ > > On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > I'm having a heck of a time getting eith

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Diego A.
Josh, Great work! Thanks for sharing... Diego A. On Jul 26, 1:21 am, Josh Bush <[EMAIL PROTECTED]> wrote: > I just wanted to announce that I've finally released v1.0 of my masked > input plugin. Please check it out at: > > http://digitalbush.com/projects/masked-input-plugin > > Thank You > Jos

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Yes, I know it no possible to stop the most determined users from stealing images, but for the most part, my users aren't that determined. Mostly wedding photos, family photos, etc. Some would have no clue how to get an image from their file system in the temp files or would even know they can pr

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Wait I will... Thanks ;-) On 27/07/07, John Resig <[EMAIL PROTECTED]> wrote: > > > It'll be out within the week, so you're welcome to wait, if you wish. > > --John > > On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > > Thanks John/Brandon, (guess you both replied at about the same time) > > >

[jQuery] Re: WYSIWYG Editing with Form Plugin

2007-07-27 Thread Diego A.
Try my plugin: http://www.fyneworks.com/jquery/FCKEditor/ On Jul 27, 6:53 pm, Shaun Kester <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a heck of a time getting either tinymce or fckeditor to > load via ajax and then be submitted with mikes awesome form plugin. > Anybody got these to succe

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Josh Bush
The value is cleared if the mask insn't complete. I guess I could add an option to leave it if it fails. I'll look into and see if there is any kind of adverse affects. Regarding the mac bugs, I'm able to reproduce the safari bug with safari on windows, so i will look into it. I'm unsure of the

[jQuery] Re: hiding a div when clicked outside of it

2007-07-27 Thread Ganeshji Marwaha
>> You could create an overlay background div with 100% in height and >> width and write a small jQuery code for that. >> >> This is the text box you have! @maggi - i like the idea, but like stephan is saying, it would consume a click and i don't want that to happen. @richard - That is the one

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Scott Sauyet
Rick Faircloth wrote: Do you think you’d be able to make it impossible for someone to right-click the image and save or print it? It's possible to make it slightly more difficult, but you can never make it really hard, and certainly can't make it impossible. If you put them out so that the

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread John Resig
It'll be out within the week, so you're welcome to wait, if you wish. --John On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > Thanks John/Brandon, (guess you both replied at about the same time) > > Any ideas on how long it will be until 1.1.4 is out? > Should I stick to 1.1.2 until 1.1.4 is

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Thanks John/Brandon, (guess you both replied at about the same time) Any ideas on how long it will be until 1.1.4 is out? Should I stick to 1.1.2 until 1.1.4 is released? On Jul 27, 6:33 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > Hi there, > > I'm not sure whether this is a bug or an intentiona

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread Michael Geary
> > > From: weepy > > > > > > $s = function(s) { > > > p = s.replace(/#{/g, "' + eval(").replace(/}/g, ") + '") > > > p = "'" + p + "'" > > > return eval(p) > > > } > > > > > > a="Jonah" > > > b=30 > > > > > > $s("#{a} is #{b} years old") > > > ==> "Jonah is 30 years old" > > From: Mic

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

2007-07-27 Thread Karl Swedberg
The answer to this question is, in fact, on that page; http://docs.jquery.com/ Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_r equest.3F The problem is that the question can be asked in a million different ways. It's hard for someone new to all of this with a limited

[jQuery] Re: query against response text from $.get() not working...

2007-07-27 Thread Shelane
I seen this come up many times. What I know has worked in the past as context included selectors as well (without the $) $("#invalid_email_address", '#mymainarea').html(); so if 'data' were a variable of same said type or allowable types, wouldn't that still work? On Jul 27, 8:54 am, "Dan G. Sw

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Do you think you'd be able to make it impossible for someone to right-click the image and save or print it? From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: Friday, July 27, 2007 1:51 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Best Plug-i

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread Mateusz Misiorny
You could also do sth like this: String.prototype.templatize = function(values) { return this.replace(/{\$([^}]+)}/g, function (full_match, group_match) { return values[group_match]; }); } and use it like this: var tpl = "Flight {$

[jQuery] WYSIWYG Editing with Form Plugin

2007-07-27 Thread Shaun Kester
Hi all, I'm having a heck of a time getting either tinymce or fckeditor to load via ajax and then be submitted with mikes awesome form plugin. Anybody got these to successfully work? Here my code that loads and binds the textarea and form. function LoadFunctions() { $("#Funcs").load('/Ad

[jQuery] html() can not get updated form value

2007-07-27 Thread Shanwa
I'm not sure if this is a bug or feature, but I can not get it to work, any advice will be appreciated I have some textbox fields in a table and I wrap them in a tbody, I tried to move that chunk of code around, so I fetch it with html() function, but the problem is that only get me original html

[jQuery] Cannot get json using a .load(url) request?

2007-07-27 Thread Matt Penner
Is it not possible to load json data into the page with a div.load(url) function? I was trying and in FireFox the function just quit when opening the connection to the url. In IE 7 I received the error that the page is trying to load data that may be malicious and it's been blocked. I use Jayro

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Glen Lipka
I need to start over and try again. The biggest problem is that writing plugins are a little over my head and OOP is hard for me. The key to centering is using the dimensions plugin. First there is a function (which I didnt write) in there to figure out which is bigger, the width or the height.

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread Stephan Beal
On Jul 27, 7:11 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Sorry to be a party pooper, but what happens if you call $s from inside a > function, using replacement variables that are local to that function? How > will the "eval" see those variables? You can, to the best of my knowledge, eval

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread John Resig
http://docs.jquery.com/Frequently_Asked_Questions#When_will_jQuery_1.2_be_released.3F :-) End of August 2007. On 7/27/07, Simon Huntley <[EMAIL PROTECTED]> wrote: > > When can we expect to see jQuery 1.2? > > By the way, I love this framework. > > -Simon Huntley > Lead Developer, http://www.smal

[jQuery] jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Diego A.
Hi there, I'm not sure whether this is a bug or an intentional change, but I'm having problems with my implementations of jQuery because version 1.1.3 ignores inline event registrations - ie.: conventional onclick="alert('hello world');" declarations. I've setup a test here: http://www.fyneworks

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread John Resig
Nope - that'll always be a plugin, as with things like color animations. However, we do provide hooks to allow plugins to attach this way. These style of animations simply aren't used enough to warrant them being included in core. --John On 7/27/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > So doe

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Hi, Glen. I like the fact that the image shows up in the center of the window no matter where the thumbnail is located. One issue I'm going to have with some of my work is when I use the function/plug-in to display photos that I sell. Currently, that's the biggest use. The function I u

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread Simon Huntley
When can we expect to see jQuery 1.2? By the way, I love this framework. -Simon Huntley Lead Developer, http://www.smallfarmcentral.com On Jul 27, 11:48 am, "John Resig" <[EMAIL PROTECTED]> wrote: > jQuery 1.2 is going to have animatable scrolling, you can find a quick > demo here (using easing

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread Brandon Aaron
Hey Diego, This has been fixed in SVN and will be in the upcoming 1.1.4. -- Brandon Aaron On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I'm not sure whether this is a bug or an intentional change, but I'm > having problems with my implementations of jQuery because version >

[jQuery] Re: jQuery 1.1.3 Ignores Inline Event Registration

2007-07-27 Thread John Resig
Already been fixed in SVN, will be in jQuery 1.1.4. --John On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote: > > Hi there, > > I'm not sure whether this is a bug or an intentional change, but I'm > having problems with my implementations of jQuery because version > 1.1.3 ignores inline event regis

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Looks very promising, Sean. Thanks for the tip. Question: Does the Zoomi plug-in have any positional attributes? I'm particularly interesting in trying to show the largest image possible for the "zoomed" image and that will require the image to always show towards the center of the screen, rat

[jQuery] running a callback function even when no results returned

2007-07-27 Thread Shelane
it seems that if no results are returned from a .$.getJSON, nothing in the function(results) callback function runs. I just tested with a console.log('hello world') and got nothing. if however valid JSON results are returned, everything works fine. is this what it's supposed to do? if so, how

[jQuery] Re: Announce: Masked Input Plugin 1.0

2007-07-27 Thread Chris Scott
Josh Bush wrote: I just wanted to announce that I've finally released v1.0 of my masked input plugin. Please check it out at: http://digitalbush.com/projects/masked-input-plugin Josh, this is great. Thank you. Is there an option I'm missing to prevent the value from being cleared when the

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread John Resig
> My joke must not be as funny as I thought it might be... > > When I read the word "animatable" in my head, the word that came to mind was > "amiable". :-P

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Glen Lipka
I was working on something cool. http://www.commadot.com/jquery/easebox/ But I am stalled right now. It's not a plugin, and the page is broken. But still. :) Glen On 7/27/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > > Rick, you could try zoomi. > http://www.sunsean.com/zoomi/ > > ~Sean >

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread Glen Lipka
So does that mean easing is part of 1.2 core? (Please say yes, please say yes.) Glen On 7/27/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > > > My joke must not be as funny as I thought it might be... > > When I read the word "animatable" in my head, the word that came to mind > was > "amiab

[jQuery] Re: Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Sean Catchpole
Rick, you could try zoomi. http://www.sunsean.com/zoomi/ ~Sean

[jQuery] Re: ruby style string manipulation

2007-07-27 Thread Michael Geary
> From: weepy > > Sick and tired of string manipulation in javascript ? I was > > Try this nice little function : > > $s = function(s) { > p = s.replace(/#{/g, "' + eval(").replace(/}/g, ") + '") > p = "'" + p + "'" > return eval(p) > } > > OK it's not exactly bullet-proof, but it's

[jQuery] Best Plug-in For "Mouse-over show larger image" function

2007-07-27 Thread Rick Faircloth
Hi, all. I know I could dig through and test all the plug-ins that would do the job, but I thought I would "cut to the chase" and ask the community which of the available plug-ins is considered best for allowing a larger image to pop-up when a thumbnail is viewed on a page. Once the cursor

[jQuery] Re: query against response text from $.get() not working...

2007-07-27 Thread Giant Jam Sandwich
Hi Dan, That forced IE to comply, but FF is still being stubborn. It just won't let me query against that data. What is odd about this whole thing is that in my working example from the previous project, I did not have to add data to the jQuery object before using it. I can't see anything differe

[jQuery] Re: autocomplete caches against my will

2007-07-27 Thread Dan G. Switzer, II
Sam, >Maybe the old autocompleters should point to Jörn's (if his is the >most up to date) and recommend it as an alternative? It has been in >Alpha for a while (and I think the one in SVN is more up to date). That's my intention when the code is stabilized and final. -Dan

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread Dan G. Switzer, II
My joke must not be as funny as I thought it might be... When I read the word "animatable" in my head, the word that came to mind was "amiable". -Dan >-Original Message- >From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of John Resig >Sent: Friday, July 27, 2007 12

[jQuery] Re: |OT| craigslist parsing (Was Re: SITE SUBMISSION: Please add gsalr.com to the list of sites)

2007-07-27 Thread R. Rajesh Jeba Anbiah
On Jul 27, 12:31 pm, nate <[EMAIL PROTECTED]> wrote: > On Jul 26, 11:42 pm, "R. Rajesh Jeba Anbiah" > <[EMAIL PROTECTED]> wrote: > > > To phrase to question better, how were you able to parse the addresses if > > > you're getting the data from craigslist directly? Or which web service are > > > yo

[jQuery] Re: OT: js file obfuscation

2007-07-27 Thread Dan G. Switzer, II
Jack, >Any recommendations for a (preferably free/opensource) js obfuscator >that you've used and liked? I'm looking for something to take what >packer does to the next step: at minimum, obscure methods names, but >preferably scramble the dickens out of the file to reduce the likelihood >of rever

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread John Resig
I assume that it'll just supercede it, since it'll be used directly through the .animate() function. --John On 7/27/07, Dan G. Switzer II <[EMAIL PROTECTED]> wrote: > > >jQuery 1.2 is going to have animatable scrolling, you can find a quick > >demo here (using easing): > >http://dev.jquery.com/~

[jQuery] Re: ScrollTo with Easing

2007-07-27 Thread Dan G. Switzer II
>jQuery 1.2 is going to have animatable scrolling, you can find a quick >demo here (using easing): >http://dev.jquery.com/~john/ticket/step/test2.html "Animatable" scrolling? Does that mean it gets along well with other scrolling plug-ins? :) -Dan

[jQuery] Re: Incompatibility between jqem.js and jQuery 1.1.3

2007-07-27 Thread RealET
* RealET tapotait, le 07/07/2007 17:01: > > > On 4 juil, 21:02, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> Since installing jQuery 1.1.3, a major memory problem has arisen in >> which 99% of the cpu is used. >> >> I did lots of tests and tracked it down >> tohttp://davecard

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-27 Thread mmiller
Is it too much for me to say that I love you guys? Much appreciated. Mark On Jul 27, 9:35 am, Wizzud <[EMAIL PROTECTED]> wrote: > r9 and r10 use exactly the same test for IE6 detection. > Search for the current code > > ie6=function' > > and replace with the (suggested) modification > > ie6

[jQuery] Re: My Jquery-Tab plugin allow selectable remote tab and add oninit even function

2007-07-27 Thread Klaus Hartl
John Resig wrote: Klaus - I've already added this functionality to Tabs for a presentation that I gave yesterday. I'm going to whip up a patch and email it to you real quick. --John Wow, that's nice! So I guess there'll be a v2.8... :-) Thank you John! --Klaus

[jQuery] Re: how to catch a scroll event for the document ...

2007-07-27 Thread Klaus Hartl
Michael Stuhr wrote: i tried: $j('body').scroll( function() { console.info ('scrolling ...'); // do sth }); but it doesn't work ... Maybe the selector is wrong, but what is the correctr one ? micha I was using $(window).bind('scroll', function() { }); successfully. --Kl

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Christof Donat
Hi, > >> $(this).change(myfunction); > > > > To expand on that a small bit: if you want to call a method of an > > object then you must create an anonymous function to do it for you: > > > > $(this).change( function(){ myobject.myFunc() } ); > > I was of the impression that > > $(this).change(myO

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Klaus Hartl
Stephan Beal wrote: On Jul 27, 5:48 pm, Christof Donat <[EMAIL PROTECTED]> wrote: so what is the proper syntax for calling this named function for that change event? $(this).change(myfunction); To expand on that a small bit: if you want to call a method of an object then you must create an a

[jQuery] Re: OT: js file obfuscation

2007-07-27 Thread Christof Donat
Hi, > Any recommendations for a (preferably free/opensource) js obfuscator > that you've used and liked? I'm looking for something to take what > packer does to the next step: at minimum, obscure methods names, but > preferably scramble the dickens out of the file to reduce the likelihood > of re

[jQuery] Re: named function vs anonymous functions

2007-07-27 Thread Stephan Beal
On Jul 27, 5:48 pm, Christof Donat <[EMAIL PROTECTED]> wrote: > > so what is the proper syntax for calling this named function for that > > change event? > > $(this).change(myfunction); To expand on that a small bit: if you want to call a method of an object then you must create an anonymous func

[jQuery] OT: js file obfuscation

2007-07-27 Thread Jack Killpatrick
Hi All, Any recommendations for a (preferably free/opensource) js obfuscator that you've used and liked? I'm looking for something to take what packer does to the next step: at minimum, obscure methods names, but preferably scramble the dickens out of the file to reduce the likelihood of rev

[jQuery] Re: autocomplete caches against my will

2007-07-27 Thread Sam Collett
Maybe the old autocompleters should point to Jörn's (if his is the most up to date) and recommend it as an alternative? It has been in Alpha for a while (and I think the one in SVN is more up to date). On Jul 27, 11:53 am, "Dylan Verheul" <[EMAIL PROTECTED]> wrote: > Use a correct value for cache

[jQuery] Re: query against response text from $.get() not working...

2007-07-27 Thread Dan G. Switzer, II
Brian, >I have done this exact same thing on a previous project, which I >believe was using version 1.1.2, and had no problems. On this current >project we are using version 1.1.3, and for the life of me I cannot >figure out why this is not working. > >$(function() { > $(".btnSubmit").click(fun

  1   2   >