[jQuery] AHAH possible?
-- View this message in context: http://www.nabble.com/AHAH-possible--tf2004953.html#a5507098 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] What happend to set
Wow... So you can change the href attribuet dynamically? That's really great! <!----------------//------ 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 John Resig Sent: Wednesday, July 26, 2006 11:39 AM To: jQuery Discussion. Subject: Re: [jQuery] What happend to set
[jQuery] What happend to set
In REV 133 I could do this jQuery("#id").set( {id:"nav",title="click here"} ); but in REV160 I get error saying "set is not a function". Did set get renamed or was it drop. -- View this message in context: http://www.nabble.com/What-happend-to-set-tf2004758.html#a5506388 Sent from the JQuery forum at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] What happend to set
John... Does this behave like Val()? $('#myTextField').val(); $('#myTextField').val('jqQuery is great!'); Seems to work the same.
[jQuery] TableSorter 1.0.1 plugin for jQuery released
Hi! Just updated the tablesorter plugin, this is a update release featuring: * Support for row striping * Support for sort column highlighting * More examples Examples and downloads can be found here: http://motherrussia.polyester.se/jquery-plugins/tablesorter/ Enjoy! Christian _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] basic fx's problem
hi, all. I am a js newbie but I can do lots things now with jQuery, many thanks to John :) I did a demo page here: <a href="http://realazy.org/temp/demo.html">http://realazy.org/temp/demo.html</a> , it seem perfect. But what make uncomfortable is that the basic fx have some *small* problems. In the demo page, I use slideUp()/slideDown() fx, after some clicks, some item will display like this: <a href="http://realazy.org/temp/deviant.png">http://realazy.org/temp/deviant.png</a>, the html elements
[jQuery] Piggybacking / Multiple .blur() events
Is there a recommended way to assign multiple functions to an event [.blur()]? Or, better yet; if an element is already assigned a onBlur event, can calling jQ's .blur() on the element again preserve the previous functions & append the defined ones? I am trying to use AJAX for real time server validation of form fields (attaching validation to the .blur() event of form inputs), as well as the IE "hoverAnything" hack to work around IE's inadaquate CSS selector support. Here's my CSS hack (which changes
[jQuery] IE7 not playing nice...
The demo on the <a href="http://jquery.com">jquery.com</a> homepage doesnt seem to like IE7. Sometimes it works perfectly fine, sometimes it does the add class and animation, then when the animation is done, the background color and border dissapears and leaves a link to "documentation" and a bunch of text that is the same color as the background. I dont get any errors or anything else out of the ordinary. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Pagination Plugin
Hello world! Is someone working on a pagination plugin? If not, what would you prefer? - Load the complete table first, then paginate it client side, no further requests, would work fine without js - Load only the first page and dynamically load the others, more elegant, works not so fine without js In any case, I think it would be important to implement a solution that works nicely together with the tablesorter. From that point of view, I think the first approach would be much better. Maybe we can
[jQuery] TableSorter 1.0 plugin for jQuery released
This release features: * Fast sorting! (400rows around 0.3 seconds) * Auto detection of table content (Text, Date, Time, URL, Ip-address) etc. * Easy extention of auto detection, make your own! * Supports: IE, Safari, Firefox, Konqueror, Opera * Licensed under the MIT License And more. Get it here: http://motherrussia.polyester.se/jquery-plugins/tablesorter/ Enjoy! _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Execute scripts in newly-injected HTML?
Thanks.�� I saw it posted just a bit after I posted.�� It works great!<br /><br /><br /><br /><br /><br /> --- On Wed 07/26, Chris Domigan < cdomigan@gmail.com > wrote:<br /><blockquote style="border-left: 2px solid orange; padding-left: 7px; margin-left: 7px;"><b>From: </b>Chris Domigan [mailto: cdomigan@gmail.com]<br /><b>To: </b>tfs7@excite.com, discuss@jquery.com<br /><b>Date: </b>Wed, 26 Jul 2006 16:45:12 +1200<br /><b>Subject: </b>Re: [jQuery] Execute scripts in newly-injected HTML?<br /><br
[jQuery] Form Validation v.0.2
Hi, I just uplodaded a new version of the form validation plugin. I fixed several bugs and improved validation of selects, radios and checkboxes. Showing and hiding error messages inside one or more error containers now works much better, too. Download and demos can be currently found here: http://fuzz.bassistance.de/jQueryFormValidation/validateTest.html If you update from v.0.1 to 0.2 you need to change your validation markup where you have more than one rule applied to one element. Rules are now
[jQuery] LINK - background color on input or selec menu
<!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.7638.1"> <TITLE>LINK - background color on input or selec menu</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">Does anyone have a link to a demo of setting background colors of Select Menus and / or Input boxes using the Jquery library?</FONT></P> <P><FONT
[jQuery] bug with multiple hide()
Hi, I just reported a bug I found with hide(): http://proj.jquery.com/dev/bugs/bug/104/ While I provided a solution that works fine for me, I'm not sure if this could introduce other problems. Maybe someone working a lot with hide() and show() has an idea. If not, I hope John will add my fix soon :-) -- Jörn -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! "Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] tablesorter 1.0.2 released.
Hi folks! Just released the 1.0.2 version of tablesorter. This release is mostly bugfixes for row striping and column-highlighting. Added an optional parameter called stripRowsOnStartUp: boolean and supplied an example here: http://motherrussia.polyester.se/pub/jquery/tablesorter/1.0.2/examples/startup-row-striping.html Row striping works with large tables, how ever column-highlighting is still considered experimental and is not suitable for large tables (use at you own risk) on small tables it works
[jQuery] loading javascript files on demand ?
Hi I have apage that i optmized to the bone and loads very fast, a few nice jquery tricks but also falk adds and they tend to screw up the page because they take forever to load in and that holds up the rest of the page Normal page load is less than a second with adds of, adds on makes it about 6 or 7 The add code adds complete calls to external javascript files on specific places of the page. Now wjhat i would liek to do is a document.ready adn then load the external js files Anyone know if this
[jQuery] toggle() and toggle(function, function)
Both these functions now do completely different things. Am I right to assume the former will be removed/renamed as the latter was recently introduced with 1.0a? Chris _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Opacity bug in Rev: 158
<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] Element matching
Does jquery perform element matching faster when a context is specified? eg. is $("div.class").stuff() faster than $(".class").stuff() ? I'm having trouble deciphering the way the expression engine in jquery works, otherwise I'm sure I'd be able to figure it out from the code :) Chris _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Execute scripts in newly-injected HTML?
Currently, I'm trying to figure out how execute javascript (mostly jquery functions) from script tags that reside in newly-inject HTML rendered from an ajax call.�� I'm aware of the ability to execute scripts in the callback function of $.load, but would prefer to put specific javascript inline in the injected html because each injected page has many functions.�� In looking to see how to do this, I found the code below in the AJAX plugin section of the Jquery base.���� Has anyone had luck get this
[jQuery] Text highlighting with jquery
Hi I was looking for ways how to do text highlighting on a page. Before I go about it does anyone have allready done this or perhaps there is something in jquery itself I overlooked? Armand _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] evalScripts plugin
I needed to be able to use $.get/$.post but still have the result's SCRIPT blocks be evaluated, and apparently the code to do the evaluation is only available as part of the .load() method, so it seemed like a good candidate for a "plugin". So, I lifted it out - here it is: $.fn.evalScripts = function() { $("script", this).each(function(){ eval( this.text || this.textContent || this.innerHTML || ""); }); }; Usage: $(expression).evalScripts(); _______________________________________________ jQuery
[jQuery] Pagination Plugin
That'd be a pretty handy plugin! That was actually one of my requests in his initial build of tableSorter. <!----------------//------ 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 Sent: Tuesday, July 25, 2006 2:45 PM To: jQuery Discussion Subject: [jQuery] Pagination Plugin Hello
[jQuery] Opacity bug in Rev: 158
<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] TableSorter 1.0.1 plugin for jQuery released
_______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] jQuery alpha $().hover() bug in Safari
Hi all, I have found using the jQuery Alpha release, that the mouseout part of the hover() function does not fire in Safari 2.0.4 (the latest version). I have made a test page here: http://users.tpg.com.au/j_birch/hover/ Any ideas? Joel. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Conflict Version
Hi all, I'm using : treeView, Interface, TableSorter, and more... But, I cant use the same version of jQuery ! 1.0a, SVN, etc... How can I do ? Thx, Florian _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Conflict Version
Hey Florian, what I think John wanted from you is a link to a test page on a publicly accesible web server, best with the svn version, cause that is actively developed. Cheers, Holger _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Getting form element values?
Swwweeet! I am glad, I am a JQuery newbie still. But I remember when I tried Ptype I could not catch on as easily as I could understand JQuery's approach. That makes me happy for future usage that I can use JQuery and Ignore the Prototype buzz I hear in my ear. :P -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of John Resig Sent: Tuesday, July 25, 2006 10:56 AM To: jQuery Discussion. Subject: Re: [jQuery] Getting form element values?
[jQuery] Getting form element values?
Hi, Just evaluating jQuery as an alternative to Prototype at work, and one thing I've found is that there doesn't seem to be a jQuery way to grab the values of form elements? In Prototype I would do $('my_input').value, but obviously the jQuery $ function doesn't return regular objects - is there another way of doing this that I've missed, or do you have to go back to document.getElementById('my_input').value if you want form values? Cheers, Matthew. _______________________________________________
[jQuery] Getting form element values?
Hi, just a newbie side-question, that may help me... others. Is JQuery an *alternative* to Prototype? Or could *both* JQuery and Prototype be used? Thanks. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Matthew Pennell Sent: Tuesday, July 25, 2006 4:31 AM To: discuss@jquery.com Subject: [jQuery] Getting form element values? Hi, Just evaluating jQuery as an alternative to Prototype at work, and one thing I've found is that there doesn't
[jQuery] Bug SVN rev 159: $("//td/input"),a has no properties
Side-Question: Is it ok to publish the url of the wiki on my blog? http://proj.jquery.com/ I did not know about this area until I saw the plugins link earlier. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of John Resig Sent: Tuesday, July 25, 2006 10:47 AM To: jQuery Discussion. Subject: Re: [jQuery] Bug SVN rev 159: $("//td/input"),a has no properties I just created a trouble ticket for it: http://proj.jquery.com/dev/bugs/bug/94/ If you
[jQuery] Bug SVN rev 159: $("//td/input"),a has no properties
In firebug console (or in page JS):
[jQuery] jQuery $(document).ready() function evaluation order
Given: $(document).ready(function(){ alert('1'); }); $(document).ready(function(){ alert('2'); }); $(document).ready(function(){ alert('3'); }); Does jQuery define the eventual evaluation order so that the alert boxes come up in 1, 2, 3 sequence? In other words, can i rely on the .ready() queue to be a first-in-first-out queue? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] updated plugin list
Hi There are a number of plugins developed but is there also a page with all plugins because the one on jquery.com just lists a few Armand _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] removeClass fails when first class in className is prefixed by space
Hi there, I found this little bug in jQuery that prevents removeClass from working when there is a space just before the name of the class. Eg it will not work on this element: <div class=" myClass1"> The funny thing is that jQuery is the culprit creating the space: It is left there when you apply removeClass to the first of two or more classes on an element. This snippit recreates the problem and shows the className still present even after calling removeClass: $(myDiv).addClass("myClass1"); $(myDiv).addClass("myClass2");
[jQuery] Rev 110 -> 152 Upgrade woes
> Ive added this as ticket #88. A stripped down demo can be viewed at:
[jQuery] ajax forms & events
hi the szenario: i render the result of an ajax call into a div. the result ist another form. after rendering the result the event for the submit- button is gone. if i render everything except the submitbutton the event is still there. so my question: how to update all events after an ajax call? do i have to call the document ready function again? if so how do i do this? thanx daniel _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Rev 110 -> 152 Upgrade woes
> Oh good! I'm not crazy, just a "purist" ;)
[jQuery] Rev 110 -> 152 Upgrade woes
> > From: Dave Methvin
Next Page