[jQuery] Multiple Thickbox
Has anyone adapted thickbox to enable more than one window? If not then I'll atempt it. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Strange slideUp/slideDown behavior
I'm experiencing strange slideUp/slideDown behavior. I know there's already a bug involving the flicker when calling slideDown() on an element with display set to "none" (which I believe to be a common case?), and this will likely be solved by creating height before starting animation? As for my new issue, slideDown/slideUp seem to work 2 times before borking out. Before I submit this as a bug, I was wondering if I could get the list to review my procedure to make sure I'm not doing anything wrong?
[jQuery] New plug-in: Farbtastic (color picker)
It's BEAUTIFUL! Coming from a design background myself, might I offer some possible options? It is possible to offer a single row option? Similar to the color picker used in Dreaweaver? Farbtastic as it is works perfectly but it's a little large. Having something a little more condensed might make it easier to work into a form. Alternately having the option of popping it up into a new window might be nice as well. Whether you consider these changes or not, this is fantastic work! Kudos. <!----------------//------
[jQuery] New plug-in: Farbtastic (color picker)
Nice! Is that is the perm. link for a while? I will add a link on my blog. -----Original Message----- From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On Behalf Of Steven Wittens Sent: Friday, July 14, 2006 1:03 PM To: jQuery Discussion. Subject: [jQuery] New plug-in: Farbtastic (color picker) Announcing Farbtastic. It's an elegant color picker that uses only transparent PNGs, CSS and JavaScript and presents a full HSL (not HSB) color space. I wrote this a while ago, but the code
[jQuery] Dean's IE7 script
Dean or anyone who can help, I'd like to use your IE7 script, but _only_ to give IE the css selectors available to Firefox. I don't need box-model fixes, PNG transparency, or CSS3 selectors (except :not). I'm trying to reduce overall code-bloat in my application, so including the entire IE7 script is really impractical at this point. What modules could I leave out of the normal IE7 distribution to achieve my above aims? Also, can I transplant :not into the css2 module? -- Yehuda Katz Web Developer
[jQuery] Bug in toggleClass in SVN 142
Line number 977: jQuery.className[ jQuery.className.has(this,a) ? "remove" : "add" ](this,c); Should be: jQuery.className[ jQuery.className.has(this,<span style="font-weight: bold;"> c</span>) ? "remove" : "add" ](this,c); Regards Ashutosh<br clear="all"> -- Reach1to1 Communications <a href="http://www.reach1to1.com">http://www.reach1to1.com</a> <a href="mailto:bijoor@reach1to1.com">bijoor@reach1to1.com</a> _______________________________________________ jQuery mailing list
[jQuery] New Plug-in: highlightFade
Well, I'm a recent twiddler of jQuery and I like its succinct syntax. And for some reason or another, I felt the need to write a "yellow fade" plug-in for jQuery. If one already exists, then you can ignore this, but I think mine is pretty cool. Details, source, and demos available at http://jquery.offput.ca/highlightFade/ Comments are welcome. -- Blair Mitchelmore _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Table Sorting Problem
I get the lovely indicator and the icons change but the rows are not redrawn nor are they sorted. Firefox 1.5.04 Win XP Pro64 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] plugin tableSorter, now sorts on iso/us dates!
Hi all, New demo ~800 rows and dates working located here: http://motherrussia.polyester.se/jquery/_dev/tablesorter/ There is now a new file called: plugin-table-sorter-internals.js That takes care of "analyzing" the column data types, it is quite easy extendable to suite all types of scenarios ex. Credit card, zips and so on. Located here, please bare with me! this was made in a hurry. http://motherrussia.polyester.se/jquery/_dev/tablesorter/plugin-table-sorter-internals.js /christian _______________________________________________
[jQuery] Events and child elements
I have a DOM structure that is similar to this: li.x |---div | |---h2---a |---div |---p |---p ...where 'x' is the class name. Then I use: $('.x').mouseover(function() { console.info(this) }) And the mouseover and mouseout events get triggered multiple times as I move the mouse over the child elements of li.x and 'this' is never the li element, as it's covered by the divs completely. Someone please tell me how to fix it. :) _______________________________________________ jQuery mailing list discuss@jquery.com
[jQuery] plugin tableSorter, now sorts on iso/us dates!
I had the same problem, but it worked after a shift refresh <!----------------//------ 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 Sam Collett Sent: Friday, July 14, 2006 9:05 AM To: jQuery Discussion. Subject: Re: [jQuery] plugin tableSorter, now sorts on iso/us dates!
[jQuery] tableSorter, Dates
Can I just say "you're the man"? <!----------------//------ 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 Christian Bach Sent: Friday, July 14, 2006 6:05 AM To: discuss@jquery.com Subject: [jQuery] tableSorter, Dates Hi! First of all thanks for all the great feedback! After thinking about date-formats
[jQuery] $.post array
For the time being, maybe you could split the params on "%2C" then convert into an array? <!----------------//------ 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 Chris Domigan Sent: Thursday, July 13, 2006 7:06 PM To: jQuery Discussion. Subject: [jQuery] $.post array Hi there I'm trying to send
[jQuery] Event binding
I'm trying to bind the keydown and up events. Here is an example of what I've tried: $(document).ready( function() { $(document).keyup( function(e) { alert("Hello!"); } ); }); In Firefox this is fine, but Explorer does nothing. What am I doing wrong? Blair _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] tableSorter, Dates
Hi! First of all thanks for all the great feedback! After thinking about date-formats the hole day (Boring my girlfriend and later on our dog) i have come to the conclusion that writing a generic all in one date parser would be to costly for the tableSorter to remain efficient. Allsow i will try to implement some kind of sorter-plugin for the parsing of data types in the diffrent columns (Working in the way that John suggested: Taken the first cell of every column). So this can easily be extended
[jQuery] DOM and Select Menus
<!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>DOM and Select Menus</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">Can the DOM (jquery) be used to change/choose/display ONE of the options in a select menu?</FONT> </P> <P><FONT SIZE=2 FACE="Arial">I need to have a pop-up window change a
[jQuery] Selecting an element
Hi, I want to select a label element with a certain for attribute and either a certain validate attribute or a certain class. Something like this: <label for="birthdate" validate="date" class="error">Please enter your correct birthdate</label> <label for="birthdate" class="error $v(date)">Please enter your correct birthdate</label> The script should try to find the label with the validate attribute first and try again with the class, if it can't find it. My current script does this: var allErrorLabels
[jQuery] Fading problems with jQuery 1.0a on MSIE
I have been experiencing a problem with the jQuery 1.0 Alpha Release: if I try to do a fadeIn/fadeOut on an element that does not have a CSS attribute called "opacity" set, it does not fade at all in IE6. I traced the problem to a NaN value coming from a call to parseFloat in the z.cur() function. My fix was to change this: // Get the current size z.cur = function(){ return parseFloat( jQuery.css(z.el,prop) ); }; To this: // Get the current size z.cur = function(){ return parseFloat( jQuery.css(z.el,prop)
[jQuery] Working Accordian examples?
Wondering if there is a working accordian example for the newier builds of jquery the fmarcia example does not work in FF 1.0a+ for me ;(. Jason Y 3spn.net _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] "bug" in TD:first and tables
The following code: $('table.view tbody tr td:first') Gives me the first TD, of the last row found but that's not what i want.. I want the first TD of each row found. It it is a feature, it should return the first TD of the first row ;) So in any case, it's a bug :) Can't make a new bug id, cause the link is gone on proj.jquery.com ? -- Gilles _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] plugin: tableSorter *update*
Hi! First of all i would like to thanks you all for all the great feedback and support. After a loooong night there is now a new improved version of the tableSorter plugin. There has been some changes to the constructor, the following parameters now work and are optional. $(element).tableSorter({ // limit for max rows to retun to the table. All rows are sorted! rowLimit: 200, // custom class name for headers (th's) cssHeaders: "largeHeaders", // custom class for ascending sorting
[jQuery] plugin: tableSorter *update*
Dude... Speed has improved drastically. at least 5 times as fast. This is beautiful! Things that I notice: 1) There's a brief second when the page loads that you see a table header in green, with the table being about 2 inches narrower. It's only a split second but it's there. 2) On a new page load I click Email and it sorts in descending order. Should the default sort be ascending (what most people are expecting as the default). That's all I've got now. This is a wonderful addition to the jQuery
[jQuery] News scroller/ticker with jQuery?
<HTML > <HEAD> <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-16"> <META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD> <BODY > <DIV> <TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0"><!-- Letter Heading --> <TBODY> <TR> <TD><!-- Left margin --> </TD> <TD> <DIV><SPAN class=828043709-11072006><FONT face="Trebuchet MS" size=2>Hi,</FONT></SPAN></DIV> <DIV><SPAN class=828043709-11072006><FONT face="Trebuchet
[jQuery] Message Board
<!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>Message Board</TITLE> </HEAD> <BODY> <!-- Converted from text/rtf format --> <P><FONT SIZE=2 FACE="Arial">Could we maybe get a message board now that the community is going to be growing so much.</FONT> </P> <P><FONT SIZE=2 FACE="Arial">We could maintain a discussion board for development
[jQuery] We have filter, why not unfilter?
For example, you may want to get the number of items in a list and hide them all (except the first one). Normally, you would do: itemcount = $("ul#mylist li").size(); $("ul#mylist li").hide().filter(":eq(0)").show(); The 'unfilter way': itemcount = $("ul#mylist li").hide().filter(":eq(0)").show().unfilter().size(); _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] We have filter, why not unfilter?
--
[jQuery] Followup to Bug on Table Sorter Plugin
It appears the first time I click a header the column sorts. It doesn't seem to matter which I click first, that column sorts and works correctly. Consecutive clicks on the same or any other column display the indicator and switch icon directions but do not actually sort or rebuild the table. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Element position
I'm looking for a quick and dirty way to get the position of an element on the screen, and then apply that position to another element.<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] fadeIn and IE
<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] Extra info
I want to put some extra information in an input tag (some id's), so that my generic AJAX call will know the params to use. What's the best attribute to stick them in? href? rel? tag?<br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] plugin: tableSorter *update*
Initial load time is quite steep. Upwards of 20 seconds for me. I can't click any of the headers to sort (IE/PC). I don't even get an indicator that I can click. <!----------------//------ 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 Christian Bach Sent: Thursday, July 13, 2006 6:41 AM To: discuss@jquery.com
[jQuery] Element position redux
I'm using the getPos function from the Interface library. I found one little issue though. When I use it with something with overflow: auto, the offsetTop includes the height from the top of the scroll-box, which can include non-visible height. Is there any way to get the amount of non-visible height, so I can subtract it out (or is there some alternative)? <br clear="all"> -- Yehuda Katz Web Developer (ph) 718.877.1325 (fax) 718.686.4288 _______________________________________________ jQuery mailing
[jQuery] Element position
Hi Yehuda, here a link with some more info about the usage of the offset property for this purpose: http://www.quirksmode.org/js/findpos.html Cheers, Holger _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] Another Poll (doclick?)
>> > $("div").doclick(Function) is now $("div").click()
[jQuery] plugin tableSorter, with large data sets.
That sorting swirl is perfect Brice. I was actually thinking of something poping up in the middle of the screen, but this might make more sense. <!----------------//------ 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 Brice Burgess Sent: Wednesday, July 12, 2006 6:51 PM To: jQuery Discussion.
Another Poll
Hi Everyone - Thanks for the response to the last poll that I put out - I've got another one for you: http://jeresig.wufoo.com/forms/jquery-10b/ It's a little more organized this time around, heh. Let me know if you have any questions. --John
[jQuery] plugin tableSorter, with large data sets.
I was also wondering... until I tried with Opera 9 :)
[jQuery] Working Accordian examples?
That's beautiful Klaus! Do we have a list of all of these rad plugins yet? I'm archiving the emails were they're discussed but I don't want to forget them. <!----------------//------ 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 Klaus Hartl Sent: Thursday, July 13, 2006 1:48 AM To: jQuery Discussion.
[jQuery] Another Poll (doclick?)
> $("div").doclick(Function) is now $("div").click() What would the function do that you pass to doclick? When would it be called? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
[jQuery] plugin tableSorter, with large data sets.
I think a large table like the one you're testing with is conceivable. But like you said, it's not all that practical. I wonder...if 400 out of the 500 were hidden in some scrolling div, would the performance improve? That might also lend itself to even large datasets with no loss of performance. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> -----Original Message----- From:
Next Page