[jQuery] Re: Way to convert DOM event to jQuery event?

2009-09-22 Thread Scott Trudeau
What about using the metadata plugin and storing data in the class attribute? A little hackish (in HTML5 can use the data attribute, which is more proper...): http://plugins.jquery.com/project/metadata In addition to rel, you could also use the title attribute on the anchor, no? Scott On Tue,

[jQuery] ANN eyedropper color picker plugin

2009-09-16 Thread Scott Trudeau
[cross posted from the plugin list, which seems to have died in February] Hey folks, I've been absent from the jquery lists for quite awhile, but just recently had the opportunity to build a cool little plugin for a project I'm working on so I decided to release it to the public. This plugin

[jQuery] Re: ANN eyedropper color picker plugin

2009-09-16 Thread Scott Trudeau
Since github seems to be suffering from a DoS attack, I posted a demo here: http://sstrudeau.com/jquery-dropper/demo/index.html Scott On Wed, Sep 16, 2009 at 12:47 PM, Scott Trudeau scott.trud...@gmail.comwrote: [cross posted from the plugin list, which seems to have died in February] Hey

[jQuery] Re: ANN eyedropper color picker plugin

2009-09-16 Thread Scott Trudeau
a FF plugin that does the eyedropper thing a lot (during design work), but it has it's shortcomings. If a greasemonkey script gave me the eyedropper and a box with the sampled color and hex value, that'd be rad. - Jack Scott Trudeau wrote: Since github seems to be suffering from a DoS

[jQuery] Re: slide down animation jumps at the end

2008-05-06 Thread Scott Trudeau
this problem before? I must be doing something wrong since Google search didn't turn anything up... Thanks! -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: [ANN] Simple focusFirst and ajaxLinkBind Plugins

2008-04-27 Thread Scott Trudeau
. -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: [ANN] Simple focusFirst and ajaxLinkBind Plugins

2008-04-27 Thread Scott Trudeau
, Scott Trudeau wrote: To be a little more specific, for example, do this: var e = $('form input:visible'); Not: e = $('form input:visible') On Sun, Apr 27, 2008 at 8:11 PM, Mike Alsup [EMAIL PROTECTED] wrote: Comments welcome! I'd recommend not using global vars. Both

[jQuery] Re: Remote JSON Ajax call - error function not called

2008-04-15 Thread Scott Trudeau
functions for remote urls? And if so how! Thanks, Patrick -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Getting URL hash

2008-04-14 Thread Scott Trudeau
to detect if, and then store in a variable, the URL's hash value, meaning anything coming after the #? Thanks, - Dave -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

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

2008-03-06 Thread Scott Trudeau
Team -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: How to define FireBug?

2008-02-14 Thread Scott Trudeau
like this :)) if ($.extensions.firebug) { alert(FireBug is install!); } Thank you to attention, and one more time sorry for my poor english:), but I try hard :) -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Adding a callback function to a extended jquery function

2008-02-05 Thread Scott Trudeau
and articles: http://www.thoughtballoon.co.uk Blog: http://www.thoughtballoon.co.uk/blog -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: set focus on change

2008-02-04 Thread Scott Trudeau
-- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: jQuery + PHP MCV Framework

2008-01-15 Thread Scott Trudeau
like CodeIgniter / Cake ? how do you guys solving the problem url param generated by jquery example: abc.php?c=controllerm=methodsp1=var1$p2=var2 into abc.php/controller/methods/var1/var2 any tips will be very useful for me. thx dian yn -- -- Scott Trudeau scott.trudeau AT gmail

[jQuery] Re: Loading dynamic JS libraries with jQuery

2008-01-15 Thread Scott Trudeau
it to the head element, but it didn't work... I'm using the latest jQuery v1.2.2. Hope someone can clarify this to me... Why can't I do this? -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Synchronous JSONP

2008-01-09 Thread Scott Trudeau
) ) { } }; } QUESTION: Putting this directly into our copy of jQuery is probably a bad idea. *How can this be turned into a plugin?* Thanks much, Glen -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com http://www.benjaminsterling.com -- -- Scott Trudeau

[jQuery] Re: Using JSONP...I'm clueless.

2007-12-28 Thread Scott Trudeau
-- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: .GetJSON, retrieve a list of key/value from JSON object?

2007-12-19 Thread Scott Trudeau
to the client in such fashion: foreach key (keys myJSONobject) { var value = (myJSONobject[keys]) ; } Any hint? Thanks! -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Data containing ? at the start getting converted to jsonp.... by ajax() call

2007-12-04 Thread Scott Trudeau
-- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Any server status if use script tag for XSS?

2007-10-09 Thread Scott Trudeau
); } catch(e){ alert(any error); } }); -- Best Regards, Jacky 網絡暴民 http://jacky.seezone.net -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Counting the number of child elements that a div has

2007-10-03 Thread Scott Trudeau
at Nabble.com. -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Release: jQuery treeview plugin 1.3

2007-10-02 Thread Scott Trudeau
://docs.jquery.com/Plugins/Treeview/treeview Have fun Jörn -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: $.post() and CI inquiry

2007-08-14 Thread Scott Trudeau
not entirely sure how to populate the particular div. Any assistance would be appreciated! -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Need help 're-stripping' a table

2007-08-06 Thread Scott Trudeau
working or the row isn't being completely remove. Help! -- Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: jqmodal overlay opaque (solid) in IE7

2007-07-12 Thread Scott Trudeau
I eventually found a solution to this. I switched to jquery 1.1.2 and it works fine on IE. With jquery 1.1.3 jqModal overlay is opaque (solid) on IE7. Have not attempted to investigate the cause. Scott On 7/11/07, Scott Trudeau [EMAIL PROTECTED] wrote: I'm attempting a very simple use

[jQuery] jqmodal overlay opaque (solid) in IE7

2007-07-11 Thread Scott Trudeau
this would affect opacity of the overlay ... positioning / z-index of the window is fine. Can provide code in a bit ... Scott -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: making ajax calls in jqmodal window. Possible?

2007-07-10 Thread Scott Trudeau
was down earlier tonight when I went fishing for the latest code to try to use, so I tried using jqModal. TIA, Jack -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-27 Thread Scott Trudeau
change the src of the image with Jquery and have it still work (without a page refresh). Please correct me if I am wrong. I'm developing in Coldfusion, by the way. But, I don't think I can use a server side script for this as I need it to update without a page refresh... -- .|.. Scott Trudeau

[jQuery] Re: John Resig Wikipedia Article

2007-06-26 Thread Scott Trudeau
John is a notable enough subject to go into an encyclopedia, being the founder of jQuery. What do you all think? -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Scott Trudeau
://aheimlich.freepgs.com -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: How to Rotate an Image 90 Degrees

2007-06-26 Thread Scott Trudeau
for the effort to be worthwhile (ON PUBLIC FACING WEB SITES). If you can convince your IE users to download and install excanvas, then more power to you. -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http

[jQuery] Re: Macrumors running live udpates of WWDC

2007-06-11 Thread Scott Trudeau
-- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: NEWS: 217 Sites Using jQuery and Growing

2007-05-25 Thread Scott Trudeau
project, thank you so much for your continued site contributions. Rey... -- BrightLight Development, LLC. 954-775- (o) 954-600-2726 (c) [EMAIL PROTECTED]://www.iambright.com -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Drupal and JQuery

2007-04-20 Thread Scott Trudeau
#a10059393 Sent from the JQuery mailing list archive at Nabble.com. -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets