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,
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.
>
> -
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
[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
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
.
>
> 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')
>
>
>
obal vars. Both of those plugins are doing so.
>
--
--
Scott Trudeau
scott.trudeau AT gmail DOT com
http://sstrudeau.com/
AIM: sodthestreets
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
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
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
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
> }
>
> 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
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
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
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
>
&
; 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
;:"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
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
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
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
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
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
_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
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:
> >
> > > $(&
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
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
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
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
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
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
eimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
--
.|..
Scott Trudeau
scott.trudeau AT gmail DOT com
http://sstrudeau.com/
AIM: sodthestreets
; 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
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
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
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
35 matches
Mail list logo