Jonathan, are you sure he shouldn't just use:
jQuery.fn.toggleText = function (evalText1, evalText2){
$(this).html(($(this).text() == evalText1)?evalText2:evalText1);
return this;
}
- Original Message
From: Jonathan Sharp <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Even though the previous poster is a bottom-poster, I have to agree with
him/her that showing the months at the top like the Google cal looks very nice
and user friendly.
;)
- Original Message
From: Sam Collett <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Wednesday, May 2, 2007 8:3
ot;bug" is a bug or a feature. Coldfusion actually
> starts counting arrays at 1. So it's possible that could be intentional,
> although given that this is a javascript plugin, it's probably a bug.
>
> -Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EM
Hi Chris,
nice plugin. great idea. very useful. 2 things:
1) the packed version doesn't seem to load properly. something about a comma.
2) your ListToArray function starts adding to the array at index 1, not 0.
thanks for the plugin, i really like it.
-Ariel
Hey Joel, :), how about a demo page for 'Page Content Menu'?
if (val != undefined)
return this.each(function() {
$(this).attr(key,val);
});
var a = [];
this.each(function() { a.push($(this).attr(key)); });
return a;
};
And then call it like this:
var arr = $('div').attrs("id");
Mike
On
I am looking for an explanation as to why .attr('id') executed on an array of
jQuery elements does not return an array of ids.
jQuery Examples pack
Ariel Jakobovits wrote:
> instead of embedding the $(document).ready code in your pages, create
> Javascript classes for each page that receive as an argument a container DIV
> that after they make the AJAX call for the page they are responsible for,
> they put
here's my suggestion:
instead of embedding the $(document).ready code in your pages, create
Javascript classes for each page that receive as an argument a container DIV
that after they make the AJAX call for the page they are responsible for, they
put their content into.
Then, when that's wor
thats cool. But what if an element has no id or is not the only sibliing with
that class? you need to add its position within the parent in that case, which
is actually more useful.
but, this is only only worth it if jQuery supports td:1 vs td:first which I'm
not sure it does.
- Original
can you explain what JSAN does?
- Original Message
From: Dave Cardwell <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Friday, April 27, 2007 12:14:29 AM
Subject: [jQuery] Re: plugin sizes, part 2
Ariel Jakobovits wrote:
> well, my suggestion is a plugin framework to a
ery-en@googlegroups.com
Sent: Thursday, April 26, 2007 11:47:33 PM
Subject: [jQuery] Re: plugin sizes, part 2
Ariel Jakobovits schrieb:
> What I meant to ask before I submit hastily was whether all the feature
> requests we, I included, are sending to the plugin developers are bloating
&
What I meant to ask before I submit hastily was whether all the feature
requests we, I included, are sending to the plugin developers are bloating the
plugins?
(sorry for 2 emails)
Is anyone else concerned by the fact that the datepicker plugin, which I love
and appreciate, is 32K? unpacked, of course, but that's half the size of jQuery
itself.
What figures are people shooting for for the size of their javascript download?
just wondering, why not call it jquery 2.0? what's with all this 1.0, 1.1,
1.1.3?
- Original Message
From: John Resig <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 26, 2007 7:21:37 PM
Subject: [jQuery] Re: Estimated 1.1.3 release date?
> John! Wow :) Did not
2007 6:34:31 AM
Subject: [jQuery] Re: datePicker v2 beta
On Wed, 25 Apr 2007 13:04:59 +0100, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
>
> No, really, I mean clickInput: false. if its true, clicking before the drag
> opens the calendar.
>
> but if it's false, i can
or event.stopPropagation()
- Original Message
From: Ⓙⓐⓚⓔ <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 25, 2007 2:00:50 PM
Subject: [jQuery] Re: click event and z-order
I believe your answer is false.
if you return false at the end of the click code, no other
We have a plugins page ... how about a libraries page where people can post
.zip's of libraries they have assembled and debugged with different plugins and
different toolkits included?
- Original Message
From: Sapphire <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday,
Does the Date.format field get reference within the datepicker function or does
it get copied when the function is run initially.
So...
Date.format = FORMAT_1
jQuery('#1').datepicker();
Date.format = FORMAT_2
jQuery("#2").datepicker();
What will a date from #1 look like when it is opened a
lieve it is still a work in progress but plugin devs might want to
start moving their stuff over.
--
Brandon Aaron
On 4/25/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
>
> please oh please someone on the jquery committee respond to my claim that the
> plugins page is gett
sorry for 2 emails for one response.
I don't mean "Set to today" I mean "Go To Today" in the calendar itself.
see, if I type '123' in the date field, then click the calendar icon to open
the popup, the calendar will be on the startDate I defined, in my case January
1, 2000.
I don't want the u
No, really, I mean clickInput: false. if its true, clicking before the drag
opens the calendar.
but if it's false, i can't drag to delete a date i put there.
- Original Message
From: Kelvin Luck <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 25, 2007 5:02:18
From: Kelvin Luck <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 25, 2007 4:31:09 AM
Subject: [jQuery] Re: datePicker v2 beta
On Wed, 25 Apr 2007 08:34:06 +0100, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
> I just added this to my site. Very nice plugin.
an see first the choice
of categories. Or a folder/file treeview ?
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ariel Jakobovits
Sent: mercredi 25 avril 2007 10:47
To: jquery-en@googlegroups.com
Subject: [jQuery] plugins page
please oh
please see: http://www.mathias-bank.de/2006/10/28/jquery-plugin-geturlparam/
(its one of the plugins)
- Original Message
From: Alexandre Plennevaux <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 25, 2007 5:01:06 AM
Subject: [jQuery] Process get variables to ad
it appears in IE7 that if you have clickInput: false you cannot drag to select
the text in the input field anymore.
also, i'd like to request that there be a 'Go To Today' link added (or
add-able).
- Original Message
From: Kelvin Luck <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
thinking of?
rob
On 4/25/07,
Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
wasn't there a plugin that could hide table columns? what is it called?
--
Rob Desbois
Eml: [EMAIL PROTECTED]
Tel: 01452 760631
Mob: 07946 705987
"There's a whale there's a whale there
wasn't there a plugin that could hide table columns? what is it called?
elated to my question somehow ?
On 25 avr, 11:27, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
> um, is the date formatting in the last example for the tablesorter plugin
> working correctly?
>
> iso date: 2002/10/14
> uk short date: 12/10/2001
> us long date: Dec 10, 20
please oh please someone on the jquery committee respond to my claim that the
plugins page is getting crazy.
we need sub categories for the categories.
I am volunteering to work on updating the page according to instructions that
are given to me.
anyone notice how slow it loads?
- Original Message
From: eddy <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Wednesday, April 25, 2007 2:21:34 AM
Subject: [jQuery] I hope jQuery develope a plugin just like this
website(http://www.scbr.com/docs/products/dhtmlxTreeGrid/index.shtml)
I
um, is the date formatting in the last example for the tablesorter plugin
working correctly?
iso date: 2002/10/14
uk short date: 12/10/2001
us long date: Dec 10, 2002 5:14 AM
the years don't even match
- Original Message
From: Olive <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Wedn
did you try using '\' to escape?
- Original Message
From: pmishev <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Tuesday, April 24, 2007 9:58:52 AM
Subject: [jQuery] get array elements by name like $("[EMAIL PROTECTED]")
How do you get elements by name if they are named as array?
Ex:
This href was posted in the Firebug discussion forum.
Read http://developer.apple.com/internet/webcontent/styles.html.
I was wondering if jquery addresses the issue described?
I just added this to my site. Very nice plugin. You should be proud. One
question/request: set the format PER calendar, not globally with Date.
Again, nice work. and thank you for the documentation.
-Ariel
- Original Message
From: Su <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
S
also make sure your '$' namespaces are not getting messed up. take out other
javascript libraries you might have just to test.
- Original Message
From: Alexandre Plennevaux <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Tuesday, April 24, 2007 4:57:46 AM
Subject: [jQuery] Re:
this sounds interesting. did anyone actually have a .rar decompressor to view
the code and samples? was it interesting?
- Original Message
From: lacroix1547 <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Monday, April 23, 2007 2:38:08 PM
Subject: [jQuery] Re: Browser Dom Performance
I know this is for Dev, but I have not been approved for that list yet...
parent() - returns one level up
parents() - returns multiple levels up
children() - returns one level down
? - returns multiple levels down
Q: is this a missing feature or is there a reason to not have a function in
plac
figured it out: I had ' ' between empty div's that get filled after the
page loads and those were the culprits.
I don't remember why I put those there, but I thought it was because the
browsers don't like empty div's. Anyone know anything about this?
- Ori
I am experiencing spacing issues with my divs that is apparently fixed when I
delete white space between DIV's using firebug.
is there a CSS way around this?
do we need a trim functionality added to append() and such?
how about this:
WHEN THE USER FIRST LOGS IN:
// assume false for now
JAVASCRIPT ON PAGE:
---
var myUrl = 'http://myhost.com/someCFMfile.cfm'; // some URL pointing to the
page as defined below
var ajaxSettings = {
t
its so pretty
- Original Message
From: Karl Swedberg <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Friday, April 20, 2007 1:21:18 PM
Subject: [jQuery] Re: Google AJAX Feed API
Here is a really cool RSS viewer written with jQuery:
http://www.osxcode.com/feedsearch/
--Karl
t; bindEdit();
> });
> return false;
> });
> }
> //bindEdit();
> });
>
> If it's a case where the item 'edit' doesn't exist on the loaded page, it
> would cause an error, correct? If so, how do I f
bindEdit();
});
return false;
});
}
//bindEdit();
});
If it's a case where the item 'edit' doesn't exist on the loaded page, it
would cause an error, correct? If so, how do I first check if it exists,
then only do the bindi
This would be easy, here are the steps:
1. identify what event to listen to when trying to respond to key typing in a
textarea // one minute
2. create a jQuery function to select that textarea by id // one line
3. bind on that textarea, to that event type, a function that says 'hi' // one
line
me too
- Original Message
From: Christopher Jordan <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 19, 2007 10:27:05 AM
Subject: [jQuery] Re: ThickBox question
Hey Theo that's pretty cool! I like the site. :o)
Chris
Theo Welch wrote:
>
> Hi All,
>
> I happe
Just FYI, all over the web are recommendations to debug IE with Microsoft
Script Editor.
In case you don't have it installed and don't have an Office Install CD handy,
you can download the Visual Web Developer 2005 Express Edition for free and it
will handle debugging. It's weird to use, I thin
elf, and
a reference to all variables outside its scope that it needs access to.
Have a search on Google for 'javascript closures', there are plenty of good
articles that can explain this more fully than me.
HTH,
rob
On 4/18/07,
Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
th
doesn't the thickbox take up the viewport? look at that
- Original Message
From: Phillip B Oldham <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 18, 2007 1:15:04 AM
Subject: [jQuery] Make a div expand to take up the rest of the viewport?
Hi all
I'v
i know its OT, but I look you guys.
http://www.wefeelfine.org/
um, you are passing in .subnav as the root in secondryClickHandler, but are
still prefixing your search term with .subnav
if you are using root as context, then you don't need ('.subnav a',root) but
only ('a',root)
- Original Message
From: Tane Piper <[EMAIL PROTECTED]>
To: jquery-en
Anyone gonna be there tomorrow? meet up?
this isn't the real code, just a mockup, but ...
can someone explain to me why this works (as in, alert echoes 'ariel'):
var temp = null;
function init ()
{
var aVariable = 'ariel';
var settings = {
functionToCallLater: function (content) {
alert(a
be aware that sometimes when a javascript error occurs in front of the return
false, it will cause the link to activate.
are you using firebug?
if so, find the one catch(e) in the jquery.js file that is worth setting a
breakpoint at and see if the script stops there.
- Original Message -
question: is there paging in the autocomplete program for AJAX based option
queries?
- Original Message
From: "Dan G. Switzer, II" <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Tuesday, April 17, 2007 6:55:25 AM
Subject: [jQuery] Re: Autocomplete plugin
James,
>I found the
that won't work. What if you have:
Campo 1:
Campo 3:
Campo 2:
why not:
$("[EMAIL PROTECTED]").bind("keydown",function(e){
if (e.keyCode == 13) {
tabIndex = parseFloat($(this).attr("tabindex")) + 1;
$("[EMAIL PROTECTED]" + tabIndex + "]").focus();
return false;
post the url, I will take a look too.
- Original Message
From: Tetsuo <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Monday, April 16, 2007 2:52:24 AM
Subject: [jQuery] Re: jquery modal form not loading - help!
Hi Rob
Thanks for your help. I've looked at my scripts and can't see that
Me, too. Maybe just keep an eye on the questions people ask on the list and use
those?!
- Original Message
From: Mike Alsup <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Monday, April 16, 2007 3:53:17 AM
Subject: [jQuery] Re: Library showdowns
Hi Glen,
I can't think of any
JQUERY IS PHAT!!!
- Original Message
From: Glen Lipka <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Sunday, April 15, 2007 5:54:56 PM
Subject: [jQuery] Library showdowns
I started a site to expand upon the idea of the zerba challenge.
http://js.commadot.com (I decided not to
can we discuss ways to better organize the plugin page? It's getting difficult
to browse, I think.
How about subgroups inside the groups?
if i have an element like this:
some text
then FF says that the li has 3 child nodes, but .children() has only 2 (img and
a).
Is this desirable?
have you tried programming it yourself? shouldn't be too hard with jQuery.
- Original Message
From: amircx <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Wednesday, April 11, 2007 1:12:33 AM
Subject: [jQuery] "move listbox elements" : looking for somthing similar
im looking somthing
code?
- Original Message
From: vsanghvi <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Tuesday, April 10, 2007 10:23:57 PM
Subject: [jQuery] Re: Interface Autocompleter - Odd display
I wish there was a way of editing my past posts...
So i got frustrated w/ this earlier, and decided t
see the ScrollTo functionality at: http://interface.eyecon.ro/docs/fx
- Original Message
From: Alexandre Plennevaux <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Tuesday, April 10, 2007 5:28:15 PM
Subject: [jQuery] Re: Center on current date
Can anybody tell me if this is fe
similar id's?
- Original Message
From: vsanghvi <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Tuesday, April 10, 2007 11:19:37 AM
Subject: [jQuery] Re: Interface Autocompleter - Odd display
For some reason, the result data is also being written to other
unordered lists on my page alo
Could you just say:
function innerHTML(node) {
var id = node.id;
$(this).parent().children().each(function() {
if ($(this).id == id)
return this;
});
}
and then just use what you need from there?
- Original Message
From: Christian Bach <[EMAIL PROTECTED]>
To: jquery-en@googl
CopyEvents still rebinds the events, just hides the implementation for you. You
could try to just replace the text inside the anchor tags instead, that way you
never actually clear the anchor tag itself.
you could also go in the direction of each anchor tag calling a common function
on click t
oh DARN!! that visualjquery site is great! who made it? nice work.
- Original Message
From: Matt Stith <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Monday, April 9, 2007 10:20:30 PM
Subject: [jQuery] Re: slide window to a set height??
Yep! Check out the .animate method!
$(st
Can we have some sort of test to sign up to the group? like "Please write the
jQuery code to extract all images and alert their respective
href"hahahat least even the spammers would be jQuery users then. :)
- Original Message
From: Ⓙⓐⓚⓔ <[EMAIL PROTECTED]>
To: jquery-en@googlegr
I haven't looked at the code, but when I see "flatData.reverse()" I
wonder...are you sorting the regular way and then the reverse (as in two sorts)
even if the sortDir is initially set to sort the reverse direction?
If so, it might be nice to avoid that.
- Original Message
From: Chris
It's really a very nice plugin. Nice work.
- Original Message
From: Chris W. Parker <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Monday, April 9, 2007 12:12:21 PM
Subject: [jQuery] Re: General discussion
On Monday, April 09, 2007 11:38 AM Diego A. <> said:
> The name says
1.1.2
- Original Message
From: Jonathan Sharp <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Monday, April 9, 2007 9:48:16 AM
Subject: [jQuery] Re: plugin issues
Ariel,
What version of jQuery are you using?
Cheers,
-Jonathan
On 4/8/07, Ariel Jakobovits &
I am working with jdMenu.
It works great on FF, throws an "invalid argument" in IE.
The example on the site (http://jdsharp.us/code/jQuery/plugins/jdMenu/) does
not throw the error.
So I figure it's an issue with the mix of libraries I am using.
I would like to use the files packaged in the j
I just want to express that tonight I gave extjs a serious attempt, struggled,
switched to jQuery plugin alternatives, and succeeded very quickly.
I am developing my own framework to manage the addition of modules into a
larger "application", with my own objects for retrieving data by AJAX, and
The tool that someone on the list developed recently regarding javascript
dependencies...is it generic? Can it be run on the ext project to determine
dependencies to reduce code footprint?
Might it be that you are trying to access the responseText of the
XMLHttpRequest object that is returned from $.ajax() before it is ready? Your
call seems like it would have to be a synchronous call to work.
- Original Message
From: dropx <[EMAIL PROTECTED]>
To: jQuery (English)
Sent:
I think you should create a set of tags that are truncatable, like , ,
and and focus on truncating those, and ignore , , etc. Just make
sure not to truncate the closing tags of those non-truncating tags so as to
invalidate the HTML.
- Original Message
From: Giant Jam Sandwich <[EMAIL
Did you contribute this back to the Metadata community?
- Original Message
From: Diego A. <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Friday, April 6, 2007 3:54:52 PM
Subject: [jQuery] Re: IE XML parsing problem
I've been fighting with this bug too and I believe I've foun
Just curious, what changes about the server's behavior when the x-Method is
specified as Ajax?
- Original Message
From: Diego A. <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Friday, April 6, 2007 5:48:20 PM
Subject: [jQuery] Re: Unique parameter in Ajax
Thanks for the qui
Just curious, before I jump into developing a new project using Ext, from some
of the real gurus on this list, what are the pros and cons of using this new
lib?
- Original Message
From: Glen Lipka <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 5, 2007 10:07:36
sure! good idea.
- Original Message
From: Jörn Zaefferer <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 5, 2007 5:14:45 PM
Subject: [jQuery] Re: response handler scope
Ariel Jakobovits schrieb:
> I have edited my jquery.js file to look like this:
&g
sorry, forgot to add this edit too: (note the extra 'scope' param)
ajaxSettings: {
global: true,
type: "GET",
timeout: 0,
contentType: "application/x-www-form-urlencoded",
processData: true,
async: true,
data: null,
scope: null
}
I have edited my jquery.js file to look like this:
// If a local callback was specified, fire it and pass it the data
if ( s.success ) {
if ( s.scope ) {
s.success.call( s.scope , data , status );
Original Message
From: Klaus Hartl <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 5, 2007 2:42:07 AM
Subject: [jQuery] Re: tabs - initial tab load
Ariel Jakobovits schrieb:
> I realize now that this was very specific to my project, and I got this to
>
.
- Original Message
From: Ariel Jakobovits <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Thursday, April 5, 2007 12:54:12 AM
Subject: [jQuery] tabs - initial tab load
i have a handler for the tabs onShow event that loads the current tab being
opened.
this does n
i have a handler for the tabs onShow event that loads the current tab being
opened.
this does not get executed for the first tab that is selected by default when
the page first loads.
how can i get the onShow event to be triggered for the initial tab?
Thank you for this. I just registered using the code.
- Original Message
From: Erik Beeson <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 4, 2007 8:24:55 AM
Subject: [jQuery] Web2.0 Expo Free Passes and Discounts
Hello jQuerians!
Web2.0 Expo, the Spring time
the docs say this retrieves javascript files. does it retrieve and load CSS?
I like that people are looking to protect the future of jQuery. I think it is a
phenomenal effort that is part of a general trend of making Javascript a
creditable language to use in web development, and for that I am truly thankful.
I also think that people are just getting really excited abou
r the early-bird pricing to be fairly reasonable. If
anything, it's a good excuse to meet up with all the jQuery guys :-)
--John
On 4/4/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote:
>
> anyone know how much it will cost?
>
> - Original Message
> From: Glen
So in the end, what event are you listening to for the select element?
- Original Message
From: Rob Desbois <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Wednesday, April 4, 2007 2:54:17 AM
Subject: [jQuery] Re: working around IE's lack of click/dblclick events
Dan,
Thanks s
anyone know how much it will cost?
- Original Message
From: Glen Lipka <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Tuesday, April 3, 2007 9:58:47 AM
Subject: [jQuery] Ajax Experience SF
Anyone going to this?
http://ajaxian.com/the-ajax-experience-sf-2007-call-for-presenters
Not sure what it is doing, but this is nice!
- Original Message
From: Joan Piedra <[EMAIL PROTECTED]>
To: jquery-en@googlegroups.com
Sent: Sunday, April 1, 2007 7:58:51 PM
Subject: [jQuery] Help to improve code
Hey guys,
I've wrote a plugin basically it adds some html wrappers to an imag
what does position: static mean?
- Original Message
From: Yansky <[EMAIL PROTECTED]>
To: jQuery (English)
Sent: Sunday, April 1, 2007 1:23:58 PM
Subject: [jQuery] Re: Problem with show() and hide() in IE
Try this:
On Apr 2, 3:31 am, "debussy007" <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
I'm not a jerk. I just hate having to scroll to the bottom of a message to read
the latest post. I believe the concept of top-posting versus bottom-posting was
pushed as Internet etiquette some years back. Is that something we could all
try to do?
- Original Message
From: Trans <[EMAI
95 matches
Mail list logo