[jQuery] KICK-BUTT javascript based Zoom feature
Thanks for the backup Rey. Not specifically looking to build it in jQuery (although that would be great). Just wanted to share cool functionality with the list. andy -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Rey Bango Sent: Monday, February 05, 2007 9:08 AM To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature Sorry Matt but you're incorrect. As I mentioned to Dylan, I know Andy personally and he's *not*
[jQuery] Dom ready premature execution in IE
Hi, all! I've found a case of $(document).ready(fn) prematurely calling fn in IE(6 and 7). It seems that the issue will occur when innerHTML modification is performed before the document finish loading. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"> <html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>"> <head> <meta http-equiv="Content-Type"
[jQuery] KICK-BUTT javascript based Zoom feature
<!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=436430115-05022007><FONT face=Arial color=#0000ff size=2>Spamming? I'm not spamming the list. I just found something that's really cool and wanted to show you guys. I have nothing do with that site.</FONT></SPAN></DIV><BR> <DIV class=OutlookMessageHeader
[jQuery] KICK-BUTT javascript based Zoom feature
Take off the words _spamlink to see the correct URL. Or click this link: http://www.endless.com/dp/B000GD8RRO/ref=sr_1-1/?&colors=&size=20&dept=24199 3011&node=241993011&nodes=241993011&brands=&keywords=Skechers%20Collection%2 0Men's&sort=relevancerank&onsale=0&newarrivals=0&sizes=&widths=&userID=12345 6&page=1&fromPage=search View the show on the left side of the page, then put your mouse over it and be amazed! -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]
[jQuery] 3oh scroller by youngpup
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=906112516-03022007><FONT face=Arial size=2>would someone be able to implement this in jquery?</FONT></SPAN></DIV> <DIV><SPAN class=906112516-03022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=906112516-03022007><FONT face=Arial size=2><A href="http://webapp.youngpup.net/demos/threeoh-scroller/">http://webapp.youngpup.net/demos/threeoh-scroller/</A></FONT></SPAN></DIV>
[jQuery] 3oh scroller by youngpup
<!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=780251814-05022007><FONT face=Arial color=#0000ff size=2>i was a big fan of his drop down menu system. It was very streamlined</FONT></SPAN></DIV> <DIV dir=ltr align=left><SPAN class=780251814-05022007></SPAN> </DIV><BR> <DIV class=OutlookMessageHeader
[jQuery] Plugin Code Review: jdMenu
<div>I'm just starting on a refactor of this code and am making several improvements including accepting settings when initializing, handling events through delegation, replacing the iframe code with bgiframe and supporting vertical menus. </div> <div> </div> <div>So before I undergo this refactor. There have been several approaches to structuring plugin's and I wanted to ask which approach is "standard" or closest to "standard" for how plugin's should be developed. A few things to note is the use
[jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery
FYI, this doesn't work in IE7. I get a js error right off the bat as the page is loading. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Lquid Sent: Sunday, February 04, 2007 11:05 PM To: discuss@jquery.com Subject: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery <pre>I am working on my first jQuery Plugin, jAssistant. It is an floating pane like the one found in IPB but it looks way better and supports
[jQuery] 3oh scroller by youngpup
<!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=999464813-05022007><FONT face=Arial color=#0000ff size=2>I know...totally old school. But I don't think he just wants toe scrollbar...he's probably also looking for the "bookmarks" and the triangle that also adjust it's position on the scrollbar.</FONT></SPAN></DIV><BR>
[jQuery] Securing AJAX/PHP against direct calls?
I suggest you read this article: http://www.thesamet.com/blog/2007/01/16/prepare-for-attack%e2%80%94making-your-web-applications-more-secure/ It is about web security especially XSRF section. It states there that some of the browsers does not send the referer header. Nandi -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Arne-Kolja Bachstein Sent: Monday, February 05, 2007 1:17 PM To: jQuery Discussion. Subject: Re: [jQuery] Securing AJAX/PHP
[jQuery] history/remote question
Nice plugin, but I'm having some questions about implementing it. I'd like ot use an ajax with it, and also the has that exists in the href attribtue. $('a.rewrite').click(function(){ var uri = $(this).attr('href'); // this is working nicely, but no history (back button) $.post('index.php', { posting : 'true', url : href }, function(html) { $('div#ajaxhold').html(html); }); // i would like to use history/remote though... // there's no API to use this a little more precisely? $('a.rewrite').remote('#ajaxhold');
[jQuery] Draggable
Hy jquery users, I found a solution to my last problem. I just call jquery again and set all my div's as draggable again. Step by step I understand more how all this works :-) I have another problem now. I want to create a trash bin. When I drag an item in there and this draggable is set as "revert" its position still gets reverted and then its deleted. I would like to it gets reverted only when I place it outside the drop area. Is there a way to achieve this? This is what I try so far but the revert:false
[jQuery] selector question
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>hello,</FONT></SPAN></DIV> <DIV><SPAN class=265223201-05022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=265223201-05022007><FONT face=Arial size=2>say i have a definition list:</FONT></SPAN></DIV> <DIV><SPAN class=265223201-05022007><FONT
[jQuery] Extending jEditable to use Interface's Autocomplete
Hi everyone, Although I know the there is already a pluging the extends jEditable to use a Autocomplete plugin, i want to use the Interface Autocompleter plugin instead. I tried extending it the same way the other plugin does it and it does seem to work (I see the XHR executed in Firebug) but the autocomplete itself doesn't seem to show. No errors from firebug. Could anyone have idea as to why this is happening? This is what i changed it jEditable 1) Changed the plugin parameters to accept another
[jQuery] A fadeout effect makes the page jump up in IE7
Hello, I've added an effect to make the pages fade when i click on some other internal link, like this: $("a").not(".external").click(function() { var url=this.href; // fade effect $("#contenu").fadeOut("slow",function() { document.location.href=url; }); return false; }); This works in all browsers i've tested (Safari & FF on Mac, IE5.5 on Virtual PC, where it is slow, but that was expected). However, my client says that on IE7,
[jQuery] IE PNG hack
Hi guys, I've wrote very simple JQuery IE PNG hack plugin. Would like to know your professional opinion, to make it better http://nemoweb.com.au/jquery/IEPNGHack/ Cheers, Kush _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] loading images
i have a question how to load images with a small indicator i use the following javascript: $(document).ready(function(){ $('td > #artwork-link').click(function(e){ e.preventDefault(); $('#artwork_container').load('../php/artwork_ajax.php?img_id='+$(this).attr('name')); //$('#artwork_pic').attr(src:$(this).attr('name')); return false; }); } ); the php returns something like <img src="abc.jpg" /> i can also patch the img src attribute as seen in the script but how can i make a load-indicator to load
[jQuery] speed optimization
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=390571822-04022007><FONT face=Arial size=2>Hi, </FONT></SPAN></DIV> <DIV><SPAN class=390571822-04022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=390571822-04022007><FONT face=Arial size=2>does jquery uses this ? <A href="http://dean.edwards.name/weblog/2006/03/faster">http://dean.edwards.name/weblog/2006/03/faster</A></FONT></SPAN></DIV>
[jQuery] Release: Accordion menu plugin 1.1
For anyone using the Accordion menu plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-accordion/ ), or looking for it: Version 1.1 is out! This includes all bug fixes since the first release, update to jQuery 1.1, and an overhaul of the plugin page, including documentation. A zip archive with both uncompressed and compressed files is ready for download, or you can check it out from jQuery's subversion repository. -- Jörn Zaefferer http://bassistance.de _______________________________________________
[jQuery] simple selector with ID doesn't work anymore
<font size=2 face="sans-serif">Hi,</font> <font size=2 face="sans-serif">I've just upgraded from 1.0.3 to 1.1.1 and some selectors don't work anymore.</font> <font size=2 face="sans-serif">A simple selector like $("div#tab_1") cant' find the div <div id="tab_1"> in v1.1.1 while there was no problem with v1.0.3 .</font> <font size=2 face="sans-serif">So unless the selecting philosophy has greatly changed between these two versions, I guess this is a pretty important bug.</font> <font size=2 face="sans-serif">It
[jQuery] Errors: 1.1 and IE5.5
<!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="Helvetica, Arial, sans-serif">Anyone else getting an error when using jQuery 1.1 with IE5.5? My code works fine with 1.1 on IE6/7, FF1+, Opera 9.10, and Safari, but in IE5.5 i'm getting a "'this.nodeName' is null or not an object" from the jQuery compressed library - my code
[jQuery] BUG occurs with jQ 1.1.1 and Mac FF only. Related to opacity.
Hi everyone. I want to report this issue. It's an animation bug that only occurs in Mac Firefox and somehow relates to old known issues that it has with opacity and text-rendering. I would worry that this bug is unfixable for Mac Firefox *except* that it did not occur using jQuery Rev. 303 (version 1.0.4 I think). Please look at my test page as it explains the bug fully, I hope. http://users.tpg.com.au/j_birch/macFFflicker/ The only way around this for me at the moment is to go back to 1.0.4 (no
[jQuery] problem with metadata plugin and new version?
http://joern.jquery.com/metadata/metadataTest.html I was just poking around and noticed the metadata tests on joerns subdomain are all failing. Abba -- View this message in context: http://www.nabble.com/problem-with-metadata-plugin-and-new-version--tf3167832.html#a8787783 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Introduction to Firebug and jQuery, Screencast
A new screencast is up that takes an introductory look at using the Firebug Firefox Extension and jQuery together - combining the two to build a reusable bookmarklet that can manipulate Digg Posts and Comments. The screencast is 14:39 Minutes long and 59MB: http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/ If you enjoyed this screencast, don't forget to Digg it up! http://digg.com/programming/Hacking_Digg_with_Firebug_and_jQuery">Digg it up! --John
[jQuery] Thickbox modifications
Hello everyone, I've made some modifications to Thickbox mostly to make it suit my needs and to make it more flexible: - I removed the method of passing configuration options to Thickbox and replaced it with a settings as follows: Thickbox.Show( { target : 'http://www.yahoo.com', title : 'Yahoo!', height : 305, ShowClose : false } ); - I added several options and plan to add a few more. You can find the source http://www.lossfree.com/tbox.js?format=txt
[jQuery] API-Draft Looks great!
This may have already been dicussed, but I just now noticed it. Has anyone looked at http://joern.jquery.com/api-draft/cat.xml#cat recently? It now contains the different sections of the API in a collapsible tree-view. I think this is Jörn's baby (the link contains 'joern' so I'm making that guess. I can't remember from the original thread that talked about this site), and my hat's off to you, man! I really like the Wiki docs on the main jQuery site, but often times I find myself using this particular
[jQuery] Strange problem with the word function
I am having a strange problem when these three things come together: Windows Internet Explorer Jquery Xstandard(wysiwyg editor) The problem concerns the word 'function'. Whenever the xstandard component has the word function in it, in plain text, the javascript fails and my app saves nothing. Remove the word function and all is fine. I don't have this problem on the mac in any browser, or in firefox on the PC, just in IE (7). My script: function xSwap() { // if form has a class of xstandard and
[jQuery] css("padding-left");
<!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.5730.11" name=GENERATOR></HEAD> <BODY> <DIV><SPAN class=718593413-03022007><FONT face=Arial size=2>hello,</FONT></SPAN></DIV> <DIV><SPAN class=718593413-03022007><FONT face=Arial size=2></FONT></SPAN> </DIV> <DIV><SPAN class=718593413-03022007><FONT face=Arial size=2>i would like to set the css property "padding-left". So far it
[jQuery] Queueing animations
Sciptaculous has this: new Effect.Fade("id", {queue: "end"}); This ensures that if events are triggered before an animation is completed, there are no glitches when another animation is begun on the same element. This is especially true for accordion-type elements. loading indicators and the like. Is there a way to do that in jQuery? Emulating queues by specifying long chains of callback functions can be very cumbersome and counter-intuitive. For instance, compare: $("element").click( function()
[jQuery] Interface Sortable - onchange not firing first time
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">When is the interface.js going to be updated with the latest changes? thanks - wg <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ---- From: Stefan Petre <stefan.petre@gmail.com> To: jQuery Discussion. <discuss@jquery.com>
[jQuery] OT: Cancel event's default action in Firefox
Hi, I am working on a jquery plugin that highligths rows in a table. The user can press the 'ctrl' key and then mouse click on a specific rows in order to hightlight them. Ex <table> <tr><td>one</td><tr> <tr><td>two</td><tr> <tr><td>three</td></tr> </table> Question: In firefox(1.5.0.9 or 2.0.0.1), if I press the 'ctrl' key and then left mouse click on a row, the browser places a blue border around the <td> element. Is there a way to prevent this blue border? MSIE7 does not have this problem. Can
[jQuery] ANNOUNCE: New jQuery Project Team Members
The jQuery team would like to welcome our newest team members, Yehdua Katz, Nate Cavanaugh, & Klaus Hartl. These three developers have made invaluable contributions to the jQuery projects in terms of time, knowledge and commitment to the community. Yehuda is a developer living in New York City who maintains the web site Visual jQuery, and publishes the Visual jQuery Magazine. Additionally, he's a frequent contributor to the jQuery Blog and promoter of good practices within the jQuery core. As a member
[jQuery] Get a parameter from a link
Hi, the following scenario: I have several links in a part of the page which was previously loaded by load(). When I click one of these links another part of the page should be loaded, with a parameter which should come from the link. At this time the loading I think shouldn't be a problem. The thing I'm unclear about is how to store the later parameter in the link and how to retrieve it for submitting to the load() function. I thougt about saving the parameter in the id-attribute or name, but I'm
[jQuery] Interesting plugin idea if anyone is interested for jquery
http://www.solutoire.com/plotr _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Bug in $() in jQuery v1.1.1?
On 30 janv. 07, at 22:27, Jörn Zaefferer
[jQuery] scrollable table with fixed (but flexible :P ) headers
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28"> <TITLE>scrollable table with fixed (but flexible :P ) headers</TITLE> </HEAD> <BODY> <!-- Converted from text/plain format --> <P><FONT SIZE=2>Hey guys,<BR> <BR> I want to put a large data table in a (fixed-size) container div, to make it a scrollable table.<BR> Doing this for a fixed width
[jQuery] Interface Sortable - onchange not firing first time
<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana, helvetica, sans-serif;font-size:10pt"><div>For some reason, the onchange event does not fire the first time the order of elements is changed. Is this a bug? Or am I missing something? See attached html. Thanks - Wayde </div></div></body></html>_______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Animate font weight
Hey all, I'm trying to get animate() to fade font-weight but it's not working. I've tried the following: $('a').mouseover(function() { $(this).animate({fontWeight: 'bold'}, 'slow'); }); But that doesn't work - I've also tried to put quotes around the fontWeight and tried font-weight. I get the following error: e[prop[p]] is not a function (line 1582) Can anyone tell me if/how animating font-weight is possible? Thanks, Allan _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] Ajax loading page multiple times
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" 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)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;}
[jQuery] Plug-in: Check Availability
I made this little plug-in for an application I'm working on. It's really simple, but maybe others will find it useful and perhaps save some time.. All it does is attach a link to the desired input field and queries a database (or xml file, or whatever you want to query) for an existence of the input text. http://www.brianlitzinger.com/code/checkavailability View the demo I put together in 5 minutes -- View this message in context: http://www.nabble.com/Plug-in%3A-Check-Availability-tf3164062.html#a8777258
Next Page