[jQuery] Plugin Release: Tooltip
In IE6/PC I get the following error on load. Line 18 Char 1 Error: Object doesn't support this property or method Code: 0 Just to point out though that the Tooltip works on the previous page for the "demo" link. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of "Jörn Zaefferer"
[jQuery] I hate coding! (was:Star Rating Plugin?)
Yep... Your name, and the stars, come across as a series of boxes. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Brice Burgess Sent: Saturday, November 04, 2006 4:57 PM To: jQuery Discussion. Subject: Re: [jQuery] I hate coding! (was:Star Rating Plugin?) Ⓙⓐⓚⓔ
[jQuery] Star Rating Plugin?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=utf-8"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=281142914-06112006><FONT face=Arial color=#0000ff size=2>Yehuda...</FONT></SPAN></DIV> <DIV><SPAN class=281142914-06112006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=281142914-06112006><FONT face=Arial color=#0000ff size=2>But what if for
[jQuery] Star Rating Plugin?
One thing that I'll comment on the example provided is that in IE6/PC, there's a noticeable delay before the stars display their rollover state. That would be a deal breaker for me. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Rey Bango Sent: Friday, November 03, 2006
[jQuery] $(form.elements) fails (in IE this time)
> Do you know what the nodeType test is for on that line? That nodeType test is trying to tell the difference between a NodeList and a DOMElement. If it's a DOMElement it will have a non-zero nodeType.
[jQuery] jQuery Button - Time to Vote - Get Involved!
From John: The next round of the jQuery Button Contest is upon us! After some careful deliberation, the judges have narrowed the playing field of 123 jQuery button submissions down to just 30. We were completely overwhelmed with both the quality and quantity of submission and would like to personally thank everyone who participated. There were a ton of excellent entries but ultimately the following 30 buttons were chosen due to their clarity, composition, and originality. Now it’s your turn to help!
[jQuery] jQuery Forums soon?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=132225113-06112006><FONT face=Arial size=2>If not I would happily host something small and temporary...</FONT></SPAN></DIV> <DIV><SPAN class=132225113-06112006><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=132225113-06112006><FONT face=Arial size=2>Jez</FONT></SPAN></DIV></BODY></HTML>
[jQuery] set focus?
Great, thanks. :) BTW: I have found that this is also true of .select() > Perhaps calling focus ($("#myinput").focus()) should actually set the focus on the element... I guess actually it might cause difficulty if another selector type was used since there may be more than on match. Jez -----Original Message----- From: Sam Collett [mailto:sam.collett@gmail.com] Sent: 06 November 2006 12:07 To: jQuery Discussion. Subject: Re: [jQuery] set focus?
[jQuery] jQuery 1.0.3 .click() not firing in IE
I am not set-up to connect to SVN. I tried calling the method with a blank object and it broke both FF and IE. Everything seems to be working ok with 1.0.1 for now. I will just stick with that until the next release and try it then. Thanks! -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Brandon Aaron Sent: Sunday, November 05, 2006 5:58 PM To: jQuery Discussion. Subject: Re: [jQuery] jQuery 1.0.3 .click() not firing in IE Oh wait ... this
[jQuery] Scroll document if draggable leaves viewport
Hi jQueries, i've posted this mail 2 times ago, but it didn't appear in the mailing list. Only the web frontend did get it, nothing in my inbox. Did you get it? I'll try it once again: ----------------------------------------------------------------------------------------------------------------- Is it possible to get a scrolling feature for any drag/droppable? For Example: If you leave the viewport with an object and the document body is longer or wider than the viewport, the document scrolls connected
[jQuery] Plugin Release: Tooltip
> From: "Jörn Zaefferer"
[jQuery] SVN?
I have the same error, Can't connect to host 'jquery.com':no connection could be made because the target machine actively refused it. Toby 2006-11-6 -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Andre Molnar Sent: 2006年11月6日 18:14 To: discuss@jquery.com Subject: [jQuery] SVN? Is anyone having problems accessing source via SVN svn://jquery.com/trunk or svn://jquery.com/plugins Sorry if this is the wrong place to ask - I tried googling
[jQuery] set focus?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=us-ascii"> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=165065710-06112006><FONT face=Arial size=2>I see focus() will run the events tied to an elements onfocus, but how can I set the focus.</FONT></SPAN></DIV> <DIV><SPAN class=165065710-06112006><FONT face=Arial size=2>(e.g. click button to un-disable a text input, then set the
[jQuery] Unsure about the usage of .parent()
Why does .parent() modify the original object? This isn't right according to me. Let's say i have this code: testDOM = <SOMEOBJECT>.parent().parent()[0]; And i want to do some more work on the original object; <SOMEOBJECT>.hide(); I get this error: ".. IS NOT A FUNCTION" I am unsure on how to correctly get the parent's parent without changing the original object. -- Gilles _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Styling a file input control
Dear devs, I am a new user of this wonderful library. I have a problem I would like to solve using JQuery. I have a form with a file input field: <input type="file" ... /> I would like to style this input field. My solution would be to make this field hidden, and add another (styled) text input field plus an 'upload' image button. Then I would like the image button click handler to force a click on the hidden file input field. Can this be done with JQuery (and work with both IE and Firefox)? Is there
[jQuery] Plugin Release: Tooltip
> > http://bassistance.de/index.php/jquery-plugins/jquery-plugin-tooltip/
[jQuery] how could jmp3 work in a thickbox window? onready problem?
<span class="gmail_quote"> </span> <div>jmp3 & thickbox are both great plugins that using jquery,</div> <div> </div> <div>then, how could jmp3 work in a thickbox window? </div> <div>jmp3 works fine alone, it seems that</div> <div> </div> <div>$(document).ready(function(){ $(".mp3").jmp3();</div> <div>});</div> <div> </div> <div> not work when loaded by thickbox</div> <div> </div> <div>then which event should it been binded? any sugestion would be grateful.</div> <div> </div> <div>another question
[jQuery] Likely error points?
Hi there, I'm attempting to use jQuery for some effects on an existing client site. The client site already has a custom javascript drop-down menu system implemented. The problem is that even just including the jQuery library breaks the drop-down menu system. jQuery seems to work fine but the navigation just wont work at all. Is there any likely point where this might be happening. I don't have 100% access to the existing code since I'm confined to their CMS. And suggestions? _______________________________________________
[jQuery] $(form.elements) fails in Safari
I'm trying to do some jQuery manipulations on a form. A reference to the form is in the variable 'theForm'. the following generates an error in Safari: alert( $(theForm.elements) ); the error generated is: Value undefined (result of expression f.apply) is not object. http://mydomain.com/lib/js/jquery/jquery.js Line 3578 I'm using revision 443 of jQuery. Anyone have an idea what might be causing this? I have a feeling it might be related to an earlier discussion about passing/manipulating nodelists
[jQuery] Scrolling to the bottom of a page
Hi, how to scroll always to the bottom of a page with jquery? Thank you. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Another simplification for Thickbox
Hi jQuerians, a while back I posted an instruction of how to make Thickbox simpler and smoother by using fixed positioning. But that applied only to the box itself, not the overlay. There is still some overhead to compute the dimensions of the overlay depending on the state of the viewport. Today it came to my mind, that the same considerations as for the box can be done for the overlay. So instead of doing some ugly dimensions computing with three branches for different browsers just use fixed positioning
[jQuery] jQuery 1.0.3 .click() not firing in IE
Thanks for the reply. Here is the js in the head for this section. $(document).ready(function() { $("#contact-seller-btn").click(function() { $("#contact-form-toggle").toggle(); }).toggle(function() { $(this).children("img").attr("src","/images/btn_contact_seller_minus.gif "); }, function() { $(this).children("img").attr("src","/images/btn_contact_seller.gif"); }); }); Here is the html for the form when you submit it with errors. It will print the errors and
[jQuery] banner rotation
Grettings, is there any way to have a banner rotation with jquery? Someone has already developed something? I need a simple banner rotation (random image rotation) but I'm not a coder. Thx _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] xml in Browser after ajax
How I can let the grabbeing xml in browser explain? With the .html give me *[object XMLDocument]* The Function are: $.ajax({ type: "GET", url: "url.xml", dataType: "xml", success: function(msg){ $("#content").html(msg); } }); -- Viele Grüße, Olaf ------------------------------- olaf.bosch@t-online.de http://olaf-bosch.de www.akitafreund.de ------------------------------- _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery 1.0.3 .click() not firing in IE
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40"> <head> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <meta name=ProgId content=Word.Document> <meta name=Generator content="Microsoft Word 10"> <meta name=Originator content="Microsoft Word 10"> <link rel=File-List href="cid:filelist.xml@01C700DF.A537C0F0"> <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
[jQuery] ThickBox mod: zoom
I am working on a ThickBox implementation here: <a href="http://glenlipka.kokopop.com">http://glenlipka.kokopop.com</a> (click samples of work). Trying to add in a zoom function. I guess it should work just like prev or next, except I would need to change the URL to 123b.gif instead of 123a.gif. Has anyone done anything like this with thickbox? I have been banging my head against it all morning. Thanks for any help, Glen PS. I took the liberty of adding a few usability touches, like bigger buttons.
[jQuery] I hate coding! (was:Star Rating Plugin?)
I hate coding HTML... it's for the kids in the industry, I LOVE coding jquery.... it's what differentiates us from the kids. For star rating, I knew all the html I wanted to code was: rate me<a class="starRating" href="stars.cgi?question=entry1">✰✰✰✰✰</a>! <!-- those are just utf-8 encoded stars --> Real simple. All I had to do was slap some jquery on it and it was fully functional! my idea became a functioning plugin & prototype. take a look at http://cigar.dynalias.org/stars.html All jq, and
[jQuery] Overlapping divs & toggleContent function
Hi folks, I'm having a problem in FF2 with the contents of a "toggled" div overlapping two divs below it. The problem (http://horticulture127.massey.ac.nz/dumpthis.htm) occurs when the [Glossary] link is clicked to reveal an input box for a glossary search. In IE6, two divs beneath are "pushed" down (as I would like them to be), but in FF2, the glossary search box simply overlaps the lower divs. I cannot see the error I'm making - can someone please point me in the right direction. Cheers, Bruce
[jQuery] browser support
Hi, guys! What browsers are supported by jQuery? And does IE 5.0 supports it totally?<br clear="all"> -- ____________________________ С уважением, Марат Мамяшев _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
jQuery Metadata Plugin
Hi Everyone - I just finished reading over the massive thread that discusses embedding metadata into elements for later extraction. Well, I just finished a plugin to handle all three metadata-extraction methods. You can see a demo here: (Uses Firebug debug statements!) http://john.jquery.com/plugins/meta/ It's capable of extracting metadata from classes, random attributes, and child elements. For example, you can do: <li data="{some:'random', json: 'data'}">...</li> OR <li class="someclass {some:
[jQuery] Redraw using Ajax
<div>I am updating my personal homepage using jQuery.</div> <div>I am loading all the main content via $load(). When it first loads, it looks like it draws twice.</div> <div>How can I avoid this?</div> <div> </div> <div><a href="http://glenlipka.kokopop.com">http://glenlipka.kokopop.com</a></div> <div> </div> <div>Using: jQuery 1.0.3, ThickBox 2.1, History Plugin. I modified the History just a little. I hope I am using it right.</div> <div> </div> <div>I am going to add on to the samples page to
[jQuery] Also new bug in cookie plugin
Hi, all, It seems no more people use the cookie plug in, I'm find new a bug again. When I set the expires parameter to 7, cookie always expires when browser closing. I'm traced the problem, First: --------------------------------------------------------------------------- Line 62: maxAge = options.expires * 24 * 60 * 60; // seconds This line should write as: maxAge = options.expires * 1000 * 24 * 60 * 60; //days --------------------------------------------------------------------------- Second: ---------------------------------------------------------------------------
[jQuery] play sound on mouseover
Folks; Anyone know of other way(s) of playing sound sound onmouseover other than http://www.hypergurl.com/mouseoversound.html and http://www.javascripter.net/faq/sound/onhover.htm TIA _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Table cell space
Is there a way to get the amount of "padding"-like space above text in a table cell that's there as a result of cell alignment. For example, if I align my cell to the bottom, it's useful to know how much space is above the text (specifically, for the corner plugin, which doesn't take this type of space into consideration). Any ideas?<br clear="all"> -- Yehuda Katz Web Developer | Wycats Designs (ph) 718.877.1325 _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] [Fwd: jquery bug 164] (explanation)
>> Although IE cooperates with Javascript, it seems like MSXML does not.
[jQuery] [Fwd: jquery bug 164] (explanation)
> To answer my own thought, I remembered it's a problem with
[jQuery] return this.each
Simon, you've run into one of the more confusing things about jQuery. I think it's safe to say that jQuery code would be easier to understand if it used explicit function arguments everywhere instead of "this". (There are other advantages of using "this", but it is definitely a mixed blessing.) Every time you call a function in JavaScript (any JS code, jQuery or not), "this" is set specifically for that function. Normally it works this way: If the function is a method of some object, then "this"
[jQuery] [Fwd: jquery bug 164] (fix?)
Okay, this version doesn't error out at least: http://methvin.com/junk/jquery-xml-bug.html?patched The fix is to change this line of attr() : Old: } else if ( elem.getAttribute != undefined && elem.tagName ) { // IE elem.getAttribute passes even for style New: } else if ( typeof(elem.getAttribute) != "undefined" && elem.tagName ) { \ I think IE is trying to _call_ elem.getAttribute for some reason, must be a bug in the COM typelib for the XML control. -----Original Message----- From: discuss-bounces@jquery.com
[jQuery] [Fwd: jquery bug 164] (explanation)
> I think IE is trying to _call_ elem.getAttribute for some
[jQuery] Return types in documentation
Hi, I think the documentation is in some parts erroneous. For functions like $.get, $.ajax etc. there's said they return a jQuery object. That should be "undefined", that is what functions without a return statement return. -- Klaus _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page