[jQuery] NEWS: JQuery and ColdFusion
Some of you may not know about Adobe ColdFusion but its an application server thats been out for some time now and its a very effective product for developing dynamic websites. Its the product that I use and I've been evangelizing JQuery to the CF community as much as possible. One of the notable CF gurus also happens to be the editor of the Ajax Developer's Journal published by Sys-Con Media and he's also a close associate. I've been telling him to take a serious look at JQuery for some time and
[jQuery] New Plugin: Xpander
<!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=453065616-09102006><FONT face=Arial color=#0000ff size=2>Do you have a demo?</FONT></SPAN></DIV> <DIV><SPAN class=453065616-09102006><FONT face=Arial color=#0000ff size=2></FONT></SPAN> </DIV> <DIV><SPAN class=453065616-09102006><FONT face=Arial color=#0000ff size=2>One
[jQuery] Effect similar to this blog's exploding window
Jack Slocum was discussing a new "block comments" feature that he added into his blog. http://www.jackslocum.com/yui/2006/10/09/my-wordpress-comments-system-built-with-yahoo-ui-and-yahooext/ The feature is pretty cool but what I found even cooler was how the comment window kind of exploded onto the screen. Is there a way to duplicate that effect via JQuery (maybe with Interface)? Rey _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jquery update causes js error
> > From: Stephen Woodbridge <woodbri@swoodbridge.com>
[jQuery] IE6 performance tweak
This somehow improves the performance of IE6. Interesting object detection as well. Opinions on this method? http://www.hedgerwow.com/360/bugs/dom-fix-ie6-background-image-flicker.html <hr size=1><a href="http://us.rd.yahoo.com/evt=43256/*http://advision.webevents.yahoo.com/mailbeta"> All-new Yahoo! Mail </a>- Fire up a more powerful email and get things done faster._______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Cheat Sheet?
I recall a JQuery cheat sheet floating around. Anyone have the link to that? Rey _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] check all functions
Note sure where to post this so heres some code. This allows you to have a set of "check all" check boxes that check another set of check boxes. Example $.checkallCheckboxClickEvent('.MyCheckAllClass','.CheckTheseClass'); /****************** // modified from check function() @ http://jquery.bassistance.de/jquery-getting-started.html EXAMPLES $("input[@type='checkbox']").checkDynamic(); $("input[@type='checkbox']").checkDynamic('on'); $("input[@type='checkbox']").checkDynamic(true); $("input[@type='checkbox']").checkDynamic('off');
[jQuery] DOM-Traversing and Text_Nodes
hi all! i wonder how i could do this using jquery's dom-traversing: in IE6 i do: 1. select one word in text with the mouse 2. get selection and create range 3. clone this range twice, collapse one copy to left and the other to right 4. insert span (id='left_boundary) at left, and span (id='right_boundary' at right 5. try $('#left_boundary').next()[0].nodeName, get "SPAN" -> it skips the text but $('#left_boundary')[0].nextSibling.nodeName gives me "#TEXT_NODE" why cant i use jquery to access TEXT_NODES?
[jQuery] jQuery 1.0.2 RC2
Hi folks, it's time for another release candiate, this time including even more bug fixes and nothing else. Source: http://joern.jquery.com/dist/jquery.js API Docs: http://joern.jquery.com/docs/ Testsuite: http://joern.jquery.com/test/ According to my tests, all 264 tests pass in FF1.5.0.7, Opera 9.02 and IE 7 RC1. IE6 fails to complete the last test, displaying only 263 passed tests in the summary. IE55 behaves very weird on my system, but seems to show the same result as IE6. Any results that differ
[jQuery] pack speed
Hello, has anyone measured the speed of unpacking jquery (or any other script, for that matter)? I would suspect that uncompressing/executing jquery.pack.js generates a small time overhead, but how long does it take? Compared to the time overhead of downloading the full-size jquery.js? -- Fil _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Broken Build
Hi folks, the current build script seems to be broken: Only the ajax part of the complete jQuery file is parsed, resulting in a lite version with only ajax docs removed and api docs and tests with only ajax docs/tests. Doing some diff debugging by comparing revisions of the files involved (build.xml, build/js/parse.js etc.) didn't reveal anything. Any ideas? Is this working with the makefile? -- Jörn _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jquery update causes js error
Hi all, New to jquery and list, but I looked through the archives and didn't see anything that help. I have a page that is working under jquery.js /* Built Fri May 12 13:01:23 2006 */ * $Rev: 29 $ but I upgraded to jquery-latest.js and todays jquery-svn.js and both of these give me an error when the page loads: c[j] has no properties jquery-svn-200610... (line 963) which is event: handle: function I have no clue about this. I am using a couple of bind calls the page is accessible at: http://imaptools.com:8081/maps/demo2.html
[jQuery] Ajax login
I added the login, sorry about that When I execute I get the vars in the address bar http://www.tjshafer.com/baintown/main.php?user=test&pass=test&sublogin=1 <script type="text/javascript" language="JavaScript"> $(document).ready(function(){ $('form').submit(function(){ $.ajax({ url: "process.php", type: "POST", data: $.param( $("#login").formdata()), success: function(msg){ alert( "Data Saved: " + msg ); } }); }); });
[jQuery] Ajax login
Hi I am really having trouble using ajax function to make a login form. Here is what I have so far. Any ideas? <script type="text/javascript" language="JavaScript"> $(document).ready(function(){ $('form').submit(function(){ $.ajax({ url: "process.php", type: "POST", data: $.param( $("#login").formdata()), success: function(msg){ alert( "Logged in: " + msg ); } }); }); }); }); </script> <form > Username:<input type="text"
[jQuery] search for id with '/' character
> From: Su
[jQuery] Microformats Bookmarklet using jQuery
Not sure if this had been posted already, but I thought this might interest a few people following the post on jQuery and bookmarklets. I wrote a bookmarklet that uses jQuery to navigate the HTML for microformats (http://microformats.org). http://leftlogic.com/info/articles/microformats_bookmarklet It doesn't really explain the inner workings, but feel free to have a peruse over the source code. Comments, suggestions, bugs, etc. all welcome. Thanks, Remy Sharp. _______________________________________________
[jQuery] New plugin: toXML (XML serializer)
Hi John, My objections are mostly from a philosophical standpoint. Since it may sometimes return valid xml and sometimes return a doc fragment, what can you do with it? You can't load it in a document, you can't post it to a web service... you'd have to manually parse it to figure out what it includes and therefore what it could be used for. I think it could be improved if it wrapped its results in its own root element or was renamed to .toXmlMarkup(). Tony Collins -----Original Message----- From:
[jQuery] jquery compressed: ret is not a function
if I use jquery uncompressed, everything works fine. with jquery compressed, I get an error "ret is not a function". any ideas? thanks, patrick _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Interface Autocomplete question
I've been trying to implement the Interface autocomplete plugin on my site. The plugin calls a php script, the script returns xml, but I see no autocomplete dropdown. Any help would be appreciated! below is the html, php, and php debug txt. HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Main Page</title> <script src="assets/js/jquery.js" type="text/javascript"
[jQuery] Drop down menu
Hi, I am trying to make a drop down menu. I have half of it but I need a sub menu off to the left. I am using this jquery code. $(document).ready(function(){ $("#nav-one li").hover( function(){ $("ul", this).fadeIn("slow"); }, function() { } ); if (document.all) { $("#nav-one li").hoverClass ("sfHover"); } $("#subnav li").hover( function(){ $("ul", this).fadeIn("slow");
[jQuery] Interface Elements Autocomplete plugin
Yep... the page that has the autocompleter is on the same domain as the XML source. Rich _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] search for id with '/' character
Hi, if I have a form like <form> <input type="text" value="test" id="content/mytest"/> </form> How can I get the value for the input text field using jquery? I tried <script type="text/javascript"> $(document).ready(function(){ var a = $("#input[@id='content/mytest']"); alert(a.val()); }); </script> but it does not work. Thanks _______________________________________________ _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] downloading plugins?
Please forgive my ignorance on this one. I'm embarassed to ask this, but here goes: Is there an easy way to download the plugins hosted on the jQuery site through a browser or do I need use an SVN client? All the formatting applied by TracBrowser makes it nice to look at, but not so nice when I just want the js file. I'm sure I'm missing something simple. Thanks, Todd _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] .each backwards ?
Is there a way to make .each walk backwards threw the element collection? -- View this message in context: http://www.nabble.com/.each-backwards---tf2399145.html#a6690114 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] .each backwards ?
> > jQuery.fn.reverse = function() {
[jQuery] .each backwards ?
> > From: Michael Geary
[jQuery] Forms and the fx module
<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:m="http://schemas.microsoft.com/office/2004/12/omml" 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 12 (filtered medium)"> <style> <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face
[jQuery] ScrollTo FX with a IFRAME
I?ve been trying to figure this out for days and no luck. I?m trying to use the ScrollTo (Interface) plugin to control the scrolling behavior of a page that exists within an IFRAME. An example would be that my home page (home.html) has a navigation menu. Those menu links point to a page inside of an iframe (inside.html), which have anchors separating the different content areas. Is there any way to have the ScrollTo plugin work across 2 pages, specifically and iframe? Thanks in advance for you help
[jQuery] jQuery and Prototype
Hello, I think there i no need to replace $ in next release. You can employ server search&replace Look at example: http://www.freshconcept.cz/uschovna/jQueryIsolate.phps then you use: <script type="text/javascript" src="...pathto/jQueryIsolate.php?js=jquery-latest.js,pause.js,hovertip.js"></script> Jan Rosa _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Window property error with ThickBox
Hi, Using the latest jquery just downloaded from the jquery.com, and the latest ThickBox (2.1 I believe, just downloaded from http://jquery.com/demo/thickbox/), I get an error message on Firefox 1.5.0.8 on Windows XP when trying to do the simplest ThickBox example. The error is a JavaScript alert box that says "Permission denied to get property Window.nodeType." The same code works fine on IE6. Every jQuery tutorial I've gone through also works fine in both IE and Firefox. Accordingly, I don't think
[jQuery] .each backwards ?
> From: Dossy Shiobara
[jQuery] Interface Elements Autocomplete plugin problems...
Hi. I just started using the Interface Elements Autocomplete plugin (<a href="http://interface.eyecon.ro/docs/autocomplete">http://interface.eyecon.ro/docs/autocomplete</a>) for a web app I support. It works great on IE/Firefox (win) under most circumstances. However, on Firefox, when document.domain is set, it fails to work. I tried debugging it using Firebug, but it wasn't throwing any errors. Just wondering if anyone's had this problem before. Unfortunately, I can't remove the document.domain
[jQuery] $.merge() can be used on object?
I'm trying to do some dynamic drop down with pre-filled array. Option1 would trigger new options in Option2. Option2 would trigger new options in Option3. (and so on...) In matchOptions(), I would like to use $.merge to add matched items without duplication. But it seems that it cannot be done. So I guess I cannot use $.merge for object? HTML: <select class="option1"></select> <select class="option2"></select> <select class="option3"></select> Scripts (sorry it's a bit long): var os = [ //options
[jQuery] Load, then Toggle Problem
Sample URL: <a href="http://glenlipka.kokopop.com/jQuery/slideMenu.htm#">http://glenlipka.kokopop.com/jQuery/slideMenu.htm#</a> I am trying to make the header totally loaded through jQuery. So my steps are: 1. Insert DIV right after body 2. $Load html for DIV and anchor link 3. set toggle function on anchor link Almost everything seems to work, but the toggle is not getting bound right. Am I breaking the rules here? Sorry for the rapid fire help requests. :) Thanks. Glen _______________________________________________
[jQuery] 'fast' serialize and 'semantic' serialize method
Below is a consolidated serialize method to accommodate the optimized vs. semantic issue we've been pursuing recently. Essentially, this is Matt Grimm's fastSerialize method with conditional behavior to drive the semantic logic. I like how Matt wrote that method and the semantic stuff drops right in with minor changes. I've re-written the form plugin to use this and changed the invoking methods. Unfortunately I can't post it from inside my firewall at the moment. In a nutshell, the changes boil down
[jQuery] SlideDown Height Problem
<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="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);} .shape {behavior:url(#default#VML);} </style>
[jQuery] Using $ to insert HTML into the page
<b></b>Jörn Zaefferer schrieb:
[jQuery] SlideDown Height Problem
I am working on a redesign of <a href="http://payroll.com">payroll.com</a> which leverages jQuery a bunch. I am having one bug that I can't seem to fix. Sample: <a href="http://glenlipka.kokopop.com/jQuery/payroll/PayrollIntroduction.htm"> http://glenlipka.kokopop.com/jQuery/payroll/PayrollIntroduction.htm</a> In <span style="font-weight: bold;">Firefox</span>, Click on the last link and then scroll down. When I use show(0), the height works fine. When I use slideDown("slow") the text goes over
[jQuery] ScrollTo Functionality
I am wanting to add the ScrollTo functionality in JQuery that produces an animated back to top of page. What is the best plugin to use for this? I want to mimick the traditional 'Back to Top' link that appears at the bottom of long pages. -- View this message in context: http://www.nabble.com/ScrollTo-Functionality-tf2391291.html#a6666866 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] New tableSorter demo, custom text extraction and more.
Hi, I put together a small demo of some new improved features in the upcoming 1.1 release. More info and live demo: http://motherrussia.polyester.se/pub/jquery/demos/extraction/ Best regards christian _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Next Page