[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] Re: ANN "eyedropper" color picker plugin

2009-09-16 Thread Scott Trudeau
uld be really handy as a greasemonkey script. I use > 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. > > -

[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 wrote: > > [cross posted from the plugin list, which seems to have died in > February] > > Hey

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

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

2008-05-06 Thread Scott Trudeau
false; >}); > > But when it slides down, the end of the animation is choppy, more > accurately, it seems that the height is calculated wrong during the > animation and readjusted at the end... > > Anyone else has experienced 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
. > > Thx for the comments. > > > On Apr 27, 2008, at 5:23 PM, Scott Trudeau wrote: > > > To be a little more specific, for example, do this: > > var e = $('form input:visible'); > > Not: > > e = $('form input:visible') > > >

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

2008-04-27 Thread Scott Trudeau
obal vars. Both of those plugins are doing so. > -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

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

2008-04-15 Thread Scott Trudeau
called. If, however, you change the URL > to be a local address (but still incorrect) then the error function > *is* called. > > I'm sure I'm missing something fundamental!! But is there a way to > call error 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
ology, but what is the JQuery way > 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
ceed: > > http://www.polldaddy.com/poll.aspx?p=388570 > > Thanks, > > The jQuery 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
not? Like it possible > > do whis browsers by command: > > > > if ($.browser.safari) { > >alert("this is safari!"); > > } > > > > maybe like this :)) > > > > if ($.extensions.firebug) { > >alert("FireBug is i

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

2008-02-05 Thread Scott Trudeau
> } > > How do I change this to add an optional callback function to operate once > the function has completed? > > Thanks, > > Dan. > > > -- > Daniel Eastwell > > Portfolio 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
Any ideas here? Or suggestions on how to reset focus back to the field > that changed? > > Thanks, > > Matt > -- -- Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: Loading dynamic JS libraries with jQuery

2008-01-15 Thread Scott Trudeau
orm'); > } > > It should have created a <script> element like this: > <script type="text/javascript" src="scripts/jquery.form.js"> > And appended it to the 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: jQuery + PHP MCV Framework

2008-01-15 Thread Scott Trudeau
s anyone there using jQuery with php mcv framework like CodeIgniter / > Cake ? > > how do you guys solving the problem url param generated by jquery > example: > > abc.php?c=controller&m=methods&p1=var1$p2=var2 > > into > > abc.php/controller/methods/var1/var2 > &

[jQuery] Re: Synchronous JSONP

2008-01-09 Thread Scott Trudeau
; if ( !done && (!this.readyState || > > > this.readyState == "loaded" || this.readyState == "complete") > > > ) { > > > } > > > }; > > > } > > > > > > 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 scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

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

2007-12-28 Thread Scott Trudeau
;:"1","zepped":"Ryura","tzme":"2"}, > > {"zepping":"garrr","zamount":"1","zepped":"Ryura","tzme":"2"}, > > {"zepping":"gsrrr","zamount":"1","zepped":"Ryura","tzme":"2"}, > > {"zepping":"grrrd","zamount":"1","zepped":"Ryura","tzme":"2"} > > ] > > > > }) > > > > Now, when viewing thisdomain.com/index.html, Firebug gives me this > > error: > > [Exception... "'Permission denied to call method XMLHttpRequest.open' > > when calling method: [nsIDOMEventListener::handleEvent]" nsresult: > > "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "" > > data: no] > > > > And nothing executes. What did I do wrong? > > > > Thanks, > > Ryura > -- -- 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
e items sent from the server 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
Also, the docs don't mention that the =? escaping happens to a json > dataType... I see it for jsonp. > > Is this behavior intentional? If so, there should be a way to > suppress it or at a way for the calling code to escape the values to > cause a leading ? to be passed to the server. > > -ben > -- -- 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
cript"; > s.src = "http://thisurldoesnotexist/dsfsdlfjk.js "; > document.appendChild(s); > } > 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
container has? > > > Thanks > > > > -- > > View this message in context: > http://www.nabble.com/Counting-the-number-of-child-elements-that-a-di... > > Sent from the jQuery General Discussion mailing list archive 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
In addition, the documentation has been rewritten and is now hosted on > the jQuery documentation wiki: > http://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
_users->query('select * from tbl_signups > where ID="$id"' > ); > > $this->load->view('default/meduser_useraccordny_view', $data); > } > > I'm trying to populate the rel of the anchor tag into $id and using that > to query the database. > > I can then pass that into the meduser_useraccordny_view, however I'm still > 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
ut what is stripeMe();? Do you have a > demo > > page to look at? > > > > On 8/6/07, cliff <[EMAIL PROTECTED]> wrote: > > > > > > > > > I am trying to remove a row from a table and then re-strip it as > > > follows: > > > > > $(&

[jQuery] Re: Change the content of a DIV section

2007-07-13 Thread Scott Trudeau
d with the imgBorder class $(".imgBorder").hover(function() { $(this).addClass("boldOutline"); },function(){ $(this).removeClass("boldOutline"); }); -- .|.. 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

[jQuery] jqmodal overlay opaque (solid) in IE7

2007-07-11 Thread Scott Trudeau
on't think 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
s this possible via jqModal? I'm pretty sure I had something > like this working with the thickbox plugin a few months ago, but the > jquery.com site 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
ms to work. However, I'm not sure that I can 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 ne

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

2007-06-26 Thread Scott Trudeau
being enough browser support 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.trud

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

2007-06-26 Thread Scott Trudeau
eimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com -- .|.. Scott Trudeau scott.trudeau AT gmail DOT com http://sstrudeau.com/ AIM: sodthestreets

[jQuery] Re: John Resig Wikipedia Article

2007-06-26 Thread Scott Trudeau
; Considering Wikipedia's guidelines, I think 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: Macrumors running live udpates of WWDC

2007-06-11 Thread Scott Trudeau
ors.com <http://Macrumors.com> is running a "continuous" AJAX update of the keynote address > of WWDC. No more "update in 60 seconds" countdown. > > > > > -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ -- .|.. 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
es_Using_jQuery > > On behalf of the jQuery 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

[jQuery] Re: Drupal and JQuery

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