[jQuery] Loading Spinner / Progress bar
How can I create a loading spinner or progress bar, when a jQuery query happens? It should show an <img> with the spinner image, and when the work is done, it should go away! ___________________________________ NOCC, http://nocc.sourceforge.net _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] animate() support for custom tween/easing 'formulas'
Hi guys, I have written a fair few little tween functions/classes, all of which I have made generic - ie you pass in a property to tween and it's parent obj (doesn't have to be a dom node) and you also pass in the 'tween function' - these were all 'ported' from the robert penner originals that got used in actionscript. The cool thing about them is they are small and provide every type of easing animation you could want - and they all take the same parameters (with the exception of a few more complex
[jQuery] $.getJSON not a function?
I'm using the packed jQuery library from August 31st. My script to display a list of tags is: function loadTags() { $.getJSON("tag.ajx", { id: "${ <a href="http://model.item.id"> model.item.id</a>}" }, function(json){ tags = json.tags; if(tags.size() > 0) { $("#tagDisplayArea").empty().append("Technorati Tags: <ul>"); for(i = 0; i < tags.size(); i++) { $("#tagDisplayArea").append("<li>"+ tags[i] +"</li>"); } $("#tagDisplayArea").append("</ul>");
[jQuery] this list
Hello list, may I know how can I unsubscribe from the list. Thank you very much for your help volatile _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] interface autocomplete. doc suggestions
from the docs on interface.eyecon.ro it´s not clear that the input is send using POST (and the format it is send): in my case, it´s [('field', 'field_name'), ('value', 'input_value')] also, I need iutil.js to use autocomplete. maybe this can be add to the documentation. thanks, patrick _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Firefox Error
I'm using Jquery and Thickbox and in Firefox I am getting this error. Permission denied to get property Window.nodeType Anyone know how to fix this? Thanks. _________________________________________________________________ Search from any Web page with powerful protection. Get the FREE Windows Live Toolbar Today! http://get.live.com/toolbar/overview _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] queueing issue in for animate()
Hi there, it seems that the animate() function, which is build into jQuery, has a queueing problem. You can test this issue perfectly by using the test page for the fisheye plugin at <a href="http://dan-atkinson.com/fisheye/"> http://dan-atkinson.com/fisheye/</a> . Move over the icons very fast from one direction to another, and you will see some strange effects. Does anyone have an idea about this? See ya, Paul<br clear="all"> -- Paul Bakaus Web Developer ------------------------ Am Eselsborn 17
[jQuery] Mailing List Explosion
An unsubscribe option is always nice, but how can I do that? :) Can't find any unsubscribe information .. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of John Resig Sent: vrijdag 29 september 2006 13:40 To: jQuery Discussion. Subject: [jQuery] Mailing List Explosion As you can probably tell by the deluge of emails - the mailing list queue has been cleaned out. Everyone who was waiting for a (un)subscription email, a digest email, or waiting
[jQuery] 'this' can't be used in $('elt').bind('event', function(){}) under IE
Hi, the following problem occurred to me under IE. Firefox is dealing OK with the code. For example : $('#list_element > ul > li').bind('click', function() { $(this).addClass('some_class'); }); IE throws a JS error I think that under IE 'this' is not recognized as the object just being clicked. If we have in the body of the function - alert(this.tagName) - FF - alerts 'LI' IE - alerts 'undefined' I'll be very grateful for any sugestions and solutions, thanks in advance. -- View this message in context:
[jQuery] Mailing List Explosion
I've found Simple Machines Forum (SMF) to be excellent. It's highly customisable and is constantly being updated to address the needs of the community. It's also extremely easy to integrate into websites. If there isn't a way to migrate to it then a possible option is to install phpBB and then use the phpBB to SMF tool. That's a bit of a hassle though and probably not the best option. --Tom. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf
[jQuery] Redirect
How can I redirect to another page with jQuery? ___________________________________ NOCC, http://nocc.sourceforge.net _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] AJAX Newbie Question
I have successfully sent data to the server via AJAX using: $.ajax({ type: "POST", url: "handler.php", data: "comments=" + comment_value + "&id=" + userid, success: comment_success(userid) }); So I am able to update my db. However, once the db has been updated, how do I refresh the data on the page (w/o a page refresh) using AJAX? Any feedback will be appreciated. -- View this message in context: http://www.nabble.com/AJAX-Newbie-Question-tf2319723.html#a6453905 Sent from the JQuery mailing list
[jQuery] Interface: Autocomplete fixes (attn: Stefan)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=552050910-29092006><FONT face=Arial color=#0000ff size=2>Have you thought about the possibility of allowing multiple suggestions using one textfield? It would be a great functionality, I think.</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=552050910-29092006><FONT
[jQuery] Interface: Autocomplete fixes (attn: Stefan)
If you've had some difficulty using the Autocompleter included in the wonderful interface package, I found some fixes for bugs I was experiencing. These bugs were happening when the input field was within a form and you arrow down to the selection and hit enter. The callback fired but after the form had been submitted :(. These couple of steps will help fix that. First, there are two "protect" methods in the iautocompleter.js code. Delete the "protect" method located on line 353. It is incomplete
[jQuery] SVN Error
Hi, I've just tried an update from SVN, (add a checkout to double check) and just keep getting the following error: Can't find temporary directory! It seems to be just on jquery.com, as my other svn sandboxes update ok. - Mark. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] building jquery from svn -- ant vs Makefile
Since joinin' in, I installed svn, picked up the whole directory, and started to read, I found the ant build.xml, and after fixing the mixed carriage returns and linefeeds, decided to look at the Makefile... ok it looked good... but it didn't run the make test part... You are missing a line to create the js directory under test. around line 66. the equiv line is in the ant. I guess youse guys use the ant build! -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ ▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒ ░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░ ▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒░▒
[jQuery] Logging for development?
Hi folks, currently jQuery does not try to handle any programming errors by clients, eg. an expression like "input[@type=checkbox", that is missing a closing bracket "]", can result in quite confusing behaviour and is hard to spot. In other places, like the problem described in bug #165 ( http://jquery.com/dev/bugs/bug/165/ ), just catching the exception without handling it is a very bad habit, but somewhat necessary to keep the code small. My idea is a small addition, that checks for the existence
[jQuery] Scroll to Internal page links with ScrollTo
I am looking to script something that will automatically link my internal page links using the http://interface.eyecon.ro/ ScrollTo behaviour. If the script doesn't load the normal browser behaviour should be preserved. I am using this so far, but is simply isn't working.. I can't seem to figure out why $('a[@href^="#"]').each(function(i){*/ $(this).bind("click", function() { $(this.href).ScrollTo(3000, 'easeout'); return false; }); }); Any and all help appreciated. _______________________________________________
[jQuery] External page links
just yesterday I tried something similar $("a|area").not('[@href^=#]').addClass("target"); works fine... but with quotes around the hash, it does not,.. it shows quotes in the docs,.... I am confused!
[jQuery] jQuery Projects
If I am working on a jQuery project, should I post url's here for people to see? Is it inappropriate to ask for suggestions to make it tighter and better? <a href="http://glenlipka.kokopop.com/jQuery/index.htm">Like this link </a>! ;) Glen _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jButton released!
Hello guys! I just finished my new plugin and would like to receive some feedback! I wrote a new plugin which can transform an image into a button. Features include: * Toggle button or a default button * You can provide a function or string as the "action" to take when the button is clicked. In case of a function, the function gets called. In case of a string, the button is wrapped by an href tag and the link is called. * In case of a toggle button, you can preset the "state" it is in. * The option
[jQuery] Hpricot (RE: Spread jQuery Request)
<!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.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><FONT size=2><FONT face=Verdana>> <SPAN class=015193218-28092006>> </SPAN><SPAN class=015193218-28092006>From: </SPAN>Michael Geary</FONT><BR></FONT><FONT face=Verdana><FONT size=2><SPAN class=015193218-28092006>> </SPAN>> Speaking of sincere flattery, has anyone
Debug Plugin
Hi Everyone - I'm currently down-and-out with a nasty cold, but I took a break and hacked up a quick plugin. (I just realized that I've never actually released any plugins... oops!) Source Code: http://john.jquery.com/plugins/debug.js Quick test page: http://john.jquery.com/jquery/test/float.html Same page, but with a selector error (once you click the middle box): http://john.jquery.com/jquery/test/float2.html It prints out debugging information for all jQuery functions (e.g. $(), $().find(), $.trim(),
[jQuery] Microformats Bookmarklet
I just saw this neat little bookmarklet that highlights all hCard and hCal Microformats on a page. The awesome part is it uses jQuery! <a href="http://leftlogic.com/info/articles/microformats_bookmarklet">http://leftlogic.com/info/articles/microformats_bookmarklet </a> -- Wil _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] New Plugin - JTicker (newsticker)
Good idea. I've done that. I also added a JTicker configuration helper to the description page. -Jason Levine http://www.jasons-toolbox.com/ ----- Original Message ---- From: dizzledorf <dizzle@mailinator.com> To: discuss@jquery.com Sent: Thursday, September 28, 2006 11:33:53 AM Subject: Re: [jQuery] New Plugin - JTicker (newsticker) I like that as well.
[jQuery] New Plugin - JTicker (newsticker)
Thanks. I was originally going to require the data to be in specially formatted DIV tags, but then I decided that the RSS method was better. I still might add an AJAX method (make an AJAX call each "turn" and display the result) and a "collection of DIVs" method, but I want to get the RSS method working right first. ----- Original Message ---- From: Mike Alsup <malsup@gmail.com> To: Jason Levine <jasonlevine@yahoo.com>; jQuery Discussion. <discuss@jquery.com> Sent: Thursday, September 28, 2006 11:26:29
[jQuery] Form plugin's serialize(): performance issues
> From: Mike Alsup
[jQuery] Hpricot (RE: Spread jQuery Request)
> > Yes. I see now. Unfortunately, as Klaus said, jQuery no longer has
[jQuery] Getting Selectbox selected value. Works in IE not FF.
Rey, To my knowledge, the latter is an XPath selector that says "get all options with an attribute of selected" (like <option selected="selected">), while the former is a dynamic pseudo-selector that will get the actual "physically" selected option value at run-time. m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rey Bango Sent: Thursday, September 28, 2006 7:26 AM To: jQuery Discussion. Subject: Re: [jQuery] Getting Selectbox selected
[jQuery] http://jquery.com/src page vandalized
the http://jquery.com/src page has been vandalized. I'd fix it but dont know how to restore the old version. -- View this message in context: http://www.nabble.com/http%3A--jquery.com-src-page-vandalized-tf2351675.html#a6549010 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Form plugin's serialize(): performance issues
Mike, Where are you finding the Firebug timer? I'm not seeing much of a performance boost using the for loop, but without a true timer, it's not a fair test... m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Mike Alsup Sent: Thursday, September 28, 2006 6:22 AM To: jQuery Discussion. Subject: Re: [jQuery] Form plugin's serialize(): performance issues
[jQuery] Getting Selectbox selected value. Works in IE not FF.
This is all that's needed: $('#mySelect').val() If you wanted the text value of the selected option rather than it's value attribute, you could do: $('#mySelect :selected').text() m. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rey Bango Sent: Thursday, September 28, 2006 7:08 AM To: jQuery Discussion. Subject: [jQuery] Getting Selectbox selected value. Works in IE not FF. Guys, I'm tesing some code out to return the selected value of
[jQuery] Getting Selectbox selected value. Works in IE not FF.
Guys, I'm tesing some code out to return the selected value of a dropdown. I found a snippet that was posted in a prior message but it seems to only work in IE and not in FF. FF returns null for the value. The code snippet is: $('#mySelect option[@selected]').val(); You can see it here: http://www.intoajax.com/selecttest.htm Any ideas on how to fix this? Rey... _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] New Plugin - JTicker (newsticker)
Hi, I've completed work on a new JQuery plugin. This one is called JTicker. It is a highly configurable newsticker plugin for JQuery. I was going to expand the JHeartbeat plugin a bit more before working on this, but I couldn't wait. (Besides, I wanted to use JTicker to replace an old Javascript/IFrame newsticker I had used for one of my company's pages.) Here's the URL, let me know what you think of it: http://www.jasons-toolbox.com/JTicker/ I might need some guidence on how to make one big improvement
[jQuery] Spread jQuery Request
Hey guys, I'm going to be putting together a video to be posted on YouTube as an advertisement for jQuery. I'd love to get MP3 or text testimonials from you guys explaining why the switch to jQuery changed the way you do Javascript. MP3s are ideal, but I can work with text too. Send your comments to <a href="mailto:wycats@gmail.com">wycats@gmail.com</a><br clear="all"> -- Yehuda Katz Web Developer | Wycats Designs (ph) 718.877.1325 _______________________________________________ jQuery mailing list
[jQuery] off topic - sorry but I needed =P
i know i should only talk about jquery but im playing here and did it. I think it's funny for me =O how easy it is to make a web2.0 logo huahuahu sorry guys... ah, if you want to, take it for u okay... =) <a href="http://hypestudio.net/fael/logo_web2.gif">http://hypestudio.net/fael/logo_web2.gif</a> _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] New Plugin: mousewheel
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=171402314-28092006><FONT face=Arial color=#0000ff size=2>I see...</FONT></SPAN></DIV> <DIV><SPAN class=171402314-28092006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=171402314-28092006><FONT face=Arial color=#0000ff size=2>I didn't use
[jQuery] Form plugin's serialize(): performance issues
I've run into a significant performance issue with the form plugin's serialize method; not a bug per se, but definitely a show-stopper for me. The problem is that I have a form with a select element, which has around 250 options. The serialize method grabs *all* child elements of the form before operating on any of them, like so: $('*', this).each( ... ); This is awfully inefficient, especially considering each element type is handled by name anyway in the following code. Perhaps it would be best
[jQuery] New Plugin: mousewheel
I've finished my mousewheel plugin + docs + test/example. The example/test page: http://brandonaaron.net/jquery/mousewheel/mousewheel.html The code: http://svn.brandonaaron.net/svn/jquery_plugins/mousewheel.js The blog entry: http://brandonaaron.net/articles/2006/09/28/jquery-plugin-mousewheel The blog entry is just me rambling a little bit. The inline docs are probably better. The biggest annoyance/issue was that Firefox/Mozilla doesn't allow the DOMMouseScroll event to be cancelable. So I had to
[jQuery] Signals and slots
Hi, Wow, I've just discovered a fantastic "Signals and Slots" implementation by Franck Marcia: http://fmarcia.info/jquery/chain.js Why isn't this mentioned on the plugins page? I've had a little fiddle around with it and it works beautifully, even on IE!!! Is anyone else using this? Good work Franck. - Mark. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page