[jQuery] List of jQuery-Powered Sites
That's really nice George...great job. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of George Adamson Sent: Wednesday, January 10, 2007 1:47 PM To: discuss@jquery.com Subject: Re: [jQuery] List of jQuery-Powered Sites Just a little one... We're introducing JQuery into parts of an existing bespoke travel site, for example http://www.steppestravel.co.uk/hot-for-2007-page11.aspx where we dynamically 'pin' postcards to a map. Uses 'Interface'
[jQuery] possible bug: css(property) function
I don't know it this is considered a bug or not but, hasn't anyone noticed that if you try to access a css property through the <span style="font-family: courier new,monospace; font-weight: bold;">.css(property)</span> function to an object that doesn't exist the whole application crashes?I found out when I used <span style="font-family: courier new,monospace;">var numCharDisp = parseInt(<span style="font-weight: bold; font-family: courier new,monospace;"> $("#char_nav").css("width")</span>)/parseInt(<span
[jQuery] Can't seem to get BlockUI to work.
I'm trying to get blockUI to work for the first time, and I'm having trouble. I want it to block the UI at the start of every ajax call, and unblock at upon the completion of call (presumably after the success function has completed). I've looked at the code on http://malsup.com/jquery/block/, and from it I've gathered that what I want is to use .ajaxStart() and .ajaxStop(). I've got the following code in my $(document).ready: $().ajaxStart(function() { $.blockUI(); }); $().ajaxStop(function() {
[jQuery] Please remove me from this list.
<!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 style="WORD-WRAP: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space"> <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><A href="http://jquery.com/mailman/listinfo/discuss_jquery.com">http://jquery.com/mailman/listinfo/discuss_jquery.com</A></FONT></DIV><BR>
[jQuery] Please remove me from this list.
<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">-------------------------------------------------------------------------------</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">David Jenkins<SPAN class="Apple-converted-space"> </SPAN><A href="mailto:dave@web1-di.com">dave@web1-di.com</A></FONT></P>
[jQuery] jQuery 1.1a - what happened to pushStack?
So what's this list now, general questions? Bah, I liked hearing about the technical parts of jQuery... I learned more paying attention to those conversations then I did reading over the API docs in the first place. -ALEX -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Sam Collett Sent: Wednesday, January 10, 2007 8:35 AM To: jQuery Discussion. Subject: Re: [jQuery] jQuery 1.1a - what happened to pushStack?
[jQuery] jQuery 1.1a - what happened to pushStack?
What is the equivalent method in 1.1a (is it 'set')? Is there a way to get it to work in both 1.0 and 1.1a? Demo: http://www.texotela.co.uk/code/jquery/reverse/ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Play around with JQuery
Oh...I see...that is a good idea Olaf. I didn t notice that you were using the favicon. andy -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Olaf Bosch Sent: Wednesday, January 10, 2007 9:16 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around with JQuery Andy Matthews schrieb:
[jQuery] Play around with JQuery
More importantly you can do this with CSS instead of javascript: http://www.hunlock.com/blogs/Attach_icons_to_anything_with_CSS. http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html ____________________________________ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 amatthews@dealerskins.com www.dealerskins.com -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of
[jQuery] Concatenating functions (callback)
Hi jQuerians, I'm wondering what is the best way to concatenate (callback) functions. The problem: I call a certain function several times passing in a function reference that is used as a callback. All callbacks will be used in one large callback in the end but I cannot build the callback at once. initialize(funcRef); ... initialize(anotherFuncRef); function initialize(callback) { // concatenate callbacks from different calls } What would be the most elegant way to do this? I had the idea to store
[jQuery] Play around with JQuery
TheCounter.com says 12%, but still far lower than what would be considered penetration of any sort. Oh well, just wanted to point out the option. andy -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of David Duymelinck Sent: Wednesday, January 10, 2007 8:54 AM To: jQuery Discussion. Subject: Re: [jQuery] Play around with JQuery Andy Matthews schreef:
[jQuery] jQuery Star Ratings
<!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 dir=ltr align=left><SPAN class=810173414-10012007><FONT face=Arial color=#0000ff size=2>Yehuda...</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=810173414-10012007><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV dir=ltr align=left><SPAN class=810173414-10012007><FONT
[jQuery] JQuery and ASP.NET marriage solved
Hi, I have been working these last months to try to find out a way of nicely getting JQuery and ASP.NET (especially when using master pages) to get along when it comes to development. If there are any more ASP.NET people here then I have the a free (of course) control (sourcecode as well) available for download (and docs) at http://www.aspcode.net/articles/l_en-US/t_default/ASP.NET/ASP.NET2.0/Controls/ASPCodeHeaderManager/category_66.aspx While it started out as a pure JQuery control I soon saw the
[jQuery] Visual jQuery Redux
Hey guys, I've been listening to all of the feedback I've gotten about Visual jQuery, and I've built a new version that I believe responds to many of those concerns: * a dramatically reduced title-bar (20px high) * a "path" in the titlebar indicating the current location in the API tree * the "text" area takes up the full remaining area of the screen * if the "text" area is less than 350px wide, it expands a column, pushing the remaining columns to the left * you can move columns off to the left
[jQuery] Thickbox to be updated?
Is this likely to be updated? The last version was for 1.0.2 of jQuery and I have come across a few bugs with it. For instance, I tried it on a page with little content and the overlay did not cover everything (i.e. white background at the bottom). Also, if you shrink the browser (tested on Firefox 2), click a thickbox link and resize, the overlay doesn't cover everything. There is also no transparency in IE 6 (although I am running it standalone) I browsed the SVN repository and do not see it there
[jQuery] Dimensions plugin myths ... was: Please wait.. tutorial
On 1/3/07, Klaus Hartl <klaus.hartl@stilbuero.de>
[jQuery] .addOption/.removeOption broke in jq1.1?
> As of 1.0.3 I believe you can do this with straight
[jQuery] jQuery Star Ratings
Building on the good conceptual work of Wil Stuckey for Star Ratings, I have refactored the star rating he built. Some notable changes: * It's around 1/2 the size * I removed the option to do 0 stars, because it was confusing and the few people I asked to quickly usability test it couldn't figure out what it did * Selecting a number of stars prevents further changes. I reused Wil's demo page, because the API is exactly the same (even though most of the code is rewritten). While I rewrote a lot of
[jQuery] Play around with JQuery
Hi @All, go on ;) I further play with a new Plugin. I would give external Links a marker from the favicon. Look this: http://olaf-bosch.de/bugs/jquery/links.html Errors are, all Links are find. $("#text a").favicon(); is the Selector. And i become not the TAG in or after the Links. The correct TAG is given, in alert! Cane you help? -- Viele Grüße, Olaf ------------------------------- olaf.bosch@t-online.de http://olaf-bosch.de www.akitafreund.de ------------------------------- _______________________________________________
[jQuery] .addOption/.removeOption broke in jq1.1?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Courier New, Courier, monospace">Hi folks, I'm using Sam Collett's plug-in to add and remove options from a select list, and under jQuery 1.1a it breaks. for(i = 0; i < ClientData.shifts.length; i++){ $("##Shift_ID").addOption(ClientData.shifts[i].shiftcode + "~" + ClientData.shifts[i].shiftid
[jQuery] Sticky Tooltips Plug-in?
Jörn,
[jQuery] Dimensions plugin -- width and height
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Klaus Hartl Subject: Re: [jQuery] Dimensions plugin -- width and height PS: ...unless I'm not totally confused again. -- Klaus ----- If you're confused we're all screwed then... -ALEX _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Sticky Tooltips Plug-in?
I'm looking for tooltip that supports sticky tips (i.e. trigger via a click and have to manually close.) I've looked at the Tip libraries on the plug-in page, but none do what I need. Specifically what I'm wanting to do is load an external chunk of HTML when a user clicks on an object. I know thickbox will do this, but I don't want to cover up the rest of the page. -Dan _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Dimensions plugin -- width and height
> The core .height() and .width() methods are deprecated in 1.1. Sho 'nuff, I missed that. In that case it makes sense to remove it from dimensions.js eventually. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Problem with Thickbox plugin
Ok, this is rather strange: I begin with a list of images like this: <span style="font-family: courier new,monospace;"> <ul class="list_images"></span><br style="font-family: courier new,monospace;"> <span style="font-family: courier new,monospace;"> <li><img src="images/imag1.png"/></li></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> <li><img src="images/imag2.png"/></li></span><br style="font-family: courier new,monospace;"><span
[jQuery] Plugin idea
What about a poll plugin? What if it would animate the current standings / results of the poll in a similiar fashion as the Poll on www.soccernet.com does. Maybe someone has already done something like this? :) One can always hope, Cheers Oli -- View this message in context: http://www.nabble.com/Plugin-idea-tf2945357.html#a8236234 Sent from the jQuery Plugins mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] insertrows()
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Arial">I wish to create rows of a table using the DOM. Using var tblObj = $("#allProjects"); to retrieve the table element i then want to use the JS insertRow(); This fails, and if i alert tblObj it reports that its an Object object. However, when using var tblObj = document.getElementById("</font></font><font
[jQuery] insertrows()
<html xmlns:v="urn:schemas-microsoft-com:vml" 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=Generator content="Microsoft Word 11 (filtered medium)"> <!--[if !mso]> <style> v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);}
[jQuery] jQuery powered site launched
Hi folks We have recently launched <a href="http://www.yorkminster.org/">http://www.yorkminster.org/</a> using jQuery, and several excellent plugins (thickbox, jCarousel, datepicker). I just wanted to say thanks to everyone on the development team, and to everyone who replies to problems raised in this list. Thanks again, and keep it up! steve _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Dimensions plugin -- width and height
> I have left some code in the .height() and .width() methods > to take a value to set the height or width. This behavior will > not be documented and is to be deprecated in 1.1 but I have > left it in for backwards compatibility. Do not rely on this > behavior because it will be removed in the future. The core .height() and .width() methods are also setters though. If that's deprecated then we're back to dimensions.js having different behavior than the core methods it replaces. Or are the core methods
[jQuery] select links not children of li
Ooooh... I think I see now. You're saying that once I get a jQuery object, I can filter out children of that object but not parents? Can you give me a quick example Jörn? ____________________________________ Andy Matthews Senior Coldfusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 amatthews@dealerskins.com www.dealerskins.com -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Jörn Zaefferer Sent: Monday, January
[jQuery] jquery selecting one row on link click
>> It is a little faster to remove classes only on the rows that are
[jQuery] jquery selecting one row on link click
--
[jQuery] Operand definition?
Hi all, Forgive me if this is really basic, but what's the difference between *= and ^=, as in a[@href^=http]? I thought *= was something like 'exact match', and ^= was 'contains', but now I'm not sure. Adam -- View this message in context: http://www.nabble.com/Operand-definition--tf2945284.html#a8236064 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Dimension plugin updates
I just finished checking in some major updates to the dimensions plugin. * Added unit tests * Fixed a bug in .innerHeight() and .innerWidth() * Major refactor of .offset() method to be faster and fix a couple of bugs * Added a test/example/benchmark page for the .offset() method All of this can be found in SVN but you can try the unit tests for yourself here: http://brandon.jquery.com/plugins/dimensions/test/unit.html http://brandon.jquery.com/plugins/dimensions/test/offset.html The .offset() method
[jQuery] Splitter
There was some discussion a month or two ago about splitter widgets. Did anyone build one? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jquery selecting one row on link click
Im trying to highlight the parent row of the link on click, that part is working fine, what i need to do is to deselect the highlighted row once another link of a new row is clicked, if you have any suggestions please let me know, thank you in advance, here is the code im using: <script type="text/javascript"> $(document).ready(function() { $("a").click(function() { $(this).parents("tr").addClass("highlight"); }, function() { $(this).parents("tr").removeClass("highlight");
jQuery 1.1a
Hi Everyone - We've just pushed jQuery 1.1a live. This is a testing release - so your help would be appreciated in testing it out and finding any bugs. 1.1 will be released this weekend (January 14th). Here's the quick-and-dirty on jQuery 1.1: * Its selectors are 10-20x faster than those in jQuery 1.0.4. * The documentation has been completely revamped. http://docs.jquery.com/ * The complexity of the API has dropped by 47%. * It has a ton of bug fixes. * It has a bunch of great new features. * …
[jQuery] select links not children of li
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV dir=ltr align=left><SPAN class=663445222-08012007><FONT face=Arial color=#0000ff size=2>Then I guess I'm not understanding what a filter is then. The API for not() says this:</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=663445222-08012007><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV>
[jQuery] Notes, parents, children, etc. Need some guidance.
Hi folks, I've not used any jQuery that traverses the DOM based on who is a child or parent of who or what element was roommates with some other element in college. But I think I've got a situation in which this sort of thing will help. A client gave me an html form built by some other company, and they asked me to include field validation. Well that's fine, and actually jQuery saved me about a hundred or so lines of code as it is (yay jQuery!), I was so excited to use it in that manner. So the issue
Next Page