uot;slow");
goAfterDelay(this.href); // pseudo code for what
i need to achieve
return false;
}
Any ideas?
Thanks,
- Kevin
I joined this group because I'm just starting to get into jQuery so I've had
a few questions. I couldn't get a simple script working so I started a
thread here:
http://groups.google.com/group/jquery-en/browse_thread/thread/8637934b455f89bd/#Well
I the
jquery.js file uploaded to the wrong directory,
ething with HTML
document.getElementById("destDiv1").innerHTML = thehtml;
}
});
Now the page to be loaded:
alert("hi");
document.getElementById("blah1").innerHTML = "<strong>hi</strong>";
This throws the error: TypeError: document.getElementById("blah1") has
no properties
Any ideas?
Thanks!
-Kevin
code):
http://ssbbs.dyndns.org/panic/rpicts.asp
Thanks in advance for any assistance with this.
Kevin
I guess I should mention that I'm using jcarousel and thst you need to
click on one of the index pictures to start things up.
Thanks!
On Aug 14, 10:34 pm, Kevin wrote:
> I managed to get the scrolling to kinda work – if I set it up with
> static LI then I can get the scrolling to w
Is the layout broken initially or only after you hide/show the
content? When you inspect the DIVs in Firebug, do they still have
their float properties assigned? Are you specifying a width on the
boxes? Posting example code always helps other developers troubleshoot
your issues faster =)
On Aug 2
Can anyone point me in the right direction?
Thanks!
On Aug 15, 12:04 pm, Kevin wrote:
> I guess I should mention that I'm using jcarousel and thst you need to
> click on one of the index pictures to start things up.
>
> Thanks!
>
> On Aug 14, 10:34 pm, Kevin wrote:
>
>
Nevermind. After much trial and error, I pieced together some 'dirty'
code to make it work. You can see it at the link above if you are
having the same issues.
Thanks!
Kevin
Hello,
When I use jquery.autocomplete.js on a field that lives inside a
jquery modal popup, the autocomplete list doesn't stick to the textbox
when scrolling with the scrollwheel of the mouse.
Anyone knows if this is a bug, or a configuration issue?
best regards!
Kevin
Hello,
I am using the Star Rating Plugin from
http://www.fyneworks.com/jquery
http://jquery-star-rating-plugin.googlecode.com/svn/trunk/index.html
What I am trying to do is when a star rating is initially requested,
an ajax submit is fired off to update the database on the server side.
However
Hi, I'm writing this script and apparently the animate method wouldnt
interpret the variable I pass in the properties section:
//it's hover event, and this is the mouseover
function () {
direction = $(this).find('img').attr('class'); //should be
either
top, bottom, left or right
Anyone know of a way to view all event listeners on a page at a
specific moment for debugging?
Hello,
I am having a problem re-binding a form with ajaxForm() and Zend
Framework.
I got the ajax form submit working, but on form validation failure I
am passing back the form html within a json object and I re-stuff the
div container with the form html in order to render out form errors.
This
I noticed that the search icon sprite has its states 1px too close
together--if you look closely at the bottom edge of the magnifying
glass, you can just barely make out the top edge of the over state for
this button (its a line of light gray). The site itself looks so great
that this thing is dri
Hi all,
here is my sample page http://sskes.damimi.org/test/
my question is how can i let the first box selected on "B" and also
trigger second box list the correct value
"B1","B2","B3,"B4" automatically when page loaded.
thanks.
ROTECTED]> wrote:
> You can do it via XHTML:
>
> B
>
> or add the attribute with jQuery:
>
> $('#first option:eq(2)').attr('selected','selected');
>
> ricardo
>
> On Sep 17, 10:50 am, kevin <[EMAIL PROTECTED]> wrote:
>
> &
; You can do it via XHTML:
>
> B
>
> or add the attribute with jQuery:
>
> $('#first option:eq(2)').attr('selected','selected');
>
> ricardo
>
> On Sep 17, 10:50 am, kevin <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > here i
> Location page).
Nothing groundbreaking, but there it is. Have another site in client
review that uses jQuery for some other things...
Kevin
nt page or opening
a new popup window (see the About Us / Location page).
Nothing groundbreaking, but there it is. Have another site in client
review that uses jQuery for some other things...
Kevin
--~--~-~--~~~---~--~~
You received this message because you are subscri
mples specifically use
jQuery (most do in some way).
Kevin
[EMAIL PROTECTED]
On Apr 27, 11:31 am, Shelane <[EMAIL PROTECTED]> wrote:
> I was only introduced to jQuery at a Lasso Summit the beginning of
> March and I have already been able to do so much with it. I have been
> abl
7;t really a whole lot of jQuery in
there; could probably be more, but I've only scratched the surface of
what the library can do. So no other plugins or libraries, just my own
self-battering belief that I could "make it work". LOL
Kevin
[EMAIL PROTECTED]
(since it relies on javascript), and automatically
closing any popup window when leaving the given parent page or opening
a new popup window (see the About Us / Location page).
Nothing groundbreaking, but there it is. Have another site in client
review that uses jQuery for some other things...
Kevin
absolutely make it available!
just another bonus for the jquery community :)
thx.
On 8/24/07, george.gsgd <[EMAIL PROTECTED]> wrote:
>
> Building on the work done by matz in auto generating grids (http://
> kematzy.com/blueprint-generator/). I've been working on a javascripty
> dynamicly resizi
cause the class only needs to be added on the FIRST
mouseover event. In this case, use jQuery's .one() (one-time)
method...
$("img.thumb").one("mouseover",
function () { $(this).addClass('dim');
);
/Kevin
On Aug 30, 1:02 am, Josh Powell wrote:
> for (i = 1
data.push( { Name: entry['Name'], Serie: entry['Serie'] } );
});
Plot( data );
});
/Kevin
On Aug 29, 7:31 am, Depechie wrote:
> Hello guys.
>
> My question has actually more to do with jqPlot ( graph library for
> jQuery ), but I'm still asking it here,
OOPS, I didn't formatted the data correctly for passing to Plot() -
sorry, didn't read carefully. But the premise is the same - create an
array by looping your data, and then pass the array when done.
/Kevin
On Aug 30, 9:04 am, Kevin Dalman wrote:
> Hi Glenn,
>
> Create
on() {
alert( this.id + " = " + Record[ this.id ] );
return false;
});
});
/Kevin
On Sep 23, 5:57 pm, Ricardo Tomasi wrote:
> Do you really need to output this data embedded in the HTML? Does it
> have any meaning/purpose without Javascript? There are two
@Rick
>
> if (jQuery.browser.msie)
> this.style.removeAttribute('filter');
This is a nice simple solution to a common cross-browser issue, so
wouldn't it be reasonable for this to be added to the standard jQuery
animate method? The extra size is minimal.
/Kevin
O
en jQuery's own contributors have to override core
methods to address it. The choices are:
A) Update jQuery to handle this issue natively, or;
B) Continue using hacks for animations in the world's most common
browser.
I'm interested in opinions on this, particularly from the regula
27;filter')
There is no way to fix anti-aliasing if the user *chooses* to use
opacity since this is a browser issue, but it is *other 99%* that is
the issue. There are many 'effects' used in jQuery that trigger the
problem, so it should handle these *common scenarios*. Calling it an
IE
e.
If anyone has any insight, it would be very helpful. It doesn't need
video or anything inside, just the three rotating images on click,
coming in front of one another.
Thanks,
Kevin
yet.
Thanks in advance.
/Kevin
http://www.w3.org/TR/html4/strict.dtd";>
Rentals
Linens
Services
Planner
Gallery
C
I have reposted this in the DEV forum...
http://groups.google.com/group/jquery-dev/browse_thread/thread/16bd78710291bc93?hl=en#
mprovement is.
Hope that helps.
/Kevin
On Oct 2, 5:03 pm, lcplben wrote:
> On Sep 16, 2:16 am, macsig wrote:
>
> > Hello guys,
> > I'd like to know if there is a way to keep a table header fixed on top
> > of a div while I scroll the table rows.
> > I have a
bump
On Oct 1, 10:43 am, Kevin Jones wrote:
> http://www.nd.edu/
>
> Their homepage has a carousel-ish type of feature. Does anyone know if
> this exists already with a jQuery plugin? I don't know if our project
> has the allotted time for me to make one from scratch, so I
According to http://docs.jquery.com/Ajax/jQuery.ajax#options if
datatype is = 'html', the script code will be evaluated when the ajax
response is inserted into the DOM. So change your code to do more
than an alert and you should be fine.
-K2
are not 'hidden' (display:none), the
images will still take up their normal space when loading, instead of
making the page 'jump' they they are made visible.
/Kevin
On Apr 28, 4:26 am, Rick Faircloth wrote:
> >> In the you can do this:
> >> document.do
ilter: alpha(opacity=1);
}
Then in the HEAD of you page, add a STYLE block inside a NOSCRIPT
block...
#media-gallery ul li img {
/* UNDO the opacity rule set previously */
opacity: 1;
filter: alpha(opacity=100);
}
Just one more idea.
/Kevin
On Apr 29, 9:58 am, Kevin Dalman wrote:
to check the CSS of
every element on the page!
I submitted this function to the plug-in's forum...
http://groups.google.com/group/cornerz/browse_thread/thread/2f0639e7c7fa349c?hl=en#
I'd be interested to learn how whether DD Roundies is significantly
better or not.
/Kevin
On May 2, 9:45
tax easily...
$("#iframe")[0].document.$("body").css({ overflow: hidden; });
This will work as long as the iframe content is in the same domain as
your parent page. If it is in a different domain, then browser
security will prevent you from accessing the document inside the
iframe
dev.net/demos/datepicker.html
All UI Widgets using animation look poorer than necessary when used in
*the most common browser in the world*. So if this won't be addressed
in the jQuery core, then every UI widget using animated elements
should be patched to address it. Such a simple, common pr
i need to get the new
value the option has been changed to plus the value from the hidden
input and submit them via ajax to a method on the server. How can i
get the hidden inputs value?
Thanks for any help /suggestions,
kevin
Actually there is a decent little jquery plugin at
http://arshaw.com/fullcalendar/
that may be what you are looking for.
// method
, insetItem: internalMethodName
}
There are a few ideas to get you started.
/Kevin
On Jan 4, 5:08 am, mehdi wrote:
> Hi,
> I've just developed a plugin that mimics the combo box control, albeit
> it's a special one. That's being defined as follows:
>
http://jquery.com/plugins/project/toggleval
On Oct 1, 8:38 am, Danjojo <[EMAIL PROTECTED]> wrote:
> I am trying to clear an input search box's value.
>
> When the page loads the value is set. I.e.:
>
> style="width: 100px;" value="Search term or part #">
>
> I want to set it to blank when the u
"borderColor" is a reserved word, so it shouldn't be used as a
variable name. Try using something else, maybe "bColor" or something
like that. Also, you might want to replace css("border-color") with
css("borderColor") for consistency.
$("#mydiv").each(function() {
var bColor = $(this).css("bor
Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>
> Behalf Of Kevin Scholl
> Sent: Friday, November 30, 2007 9:50 AM
> To: jQuery (English)
> Subject: [jQuery] jQuery CoverFlow
>
> Greetings, all!
>
> Has anyone done a jQuery e
Greetings, all!
Has anyone done a jQuery equivalent of Apple's coverflow navigation?
I've seen several Javascript implementations, SE51 (http://
www.se51.net/devnull/cover-flow/) being the nicest I've come across.
But no sign of a jQuery variant that I've seen. This is beyond my
skills and capabi
Greetings, all. I feel really stupid here, but I'm at wit's end. I
want to remove the bottom border from the last LI in all DIVs except
those of class 'features'. I've tried all manner of syntax, to no
avail. Here's what I currently have in place:
$("div:not(.features) li:last-child").css("border
t;
<[EMAIL PROTECTED]> wrote:
> Kevin,
> Do you have a test page up? That looks like it should work, but I need to
> see the structure in action.
>
> On 12/5/07, Kevin Scholl <[EMAIL PROTECTED]> wrote:
>
>
>
> > Greetings, all. I feel really stupid here, b
in Sterling"
<[EMAIL PROTECTED]> wrote:
> Kevin,
> That really should be working, you may need to submit a bug report or ask
> others if this is a true bug.
>
> With that said, I did the below and get the last LI in "Awards" and
> "Screenshots" so I am not s
with it at all then,
and if the user has Javascript disabled, the differences aren't really
that noticeable anyway.
Thanks for the time and insights!
On Dec 5, 12:54 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> Hi Kevin,
>
> I have an idea. :-)
>
> The problem is
The plugin toggleVal (written by a colleague of mine) might be of some
interest to you.
http://plugins.jquery.com/project/toggleval
On Jan 5, 11:45 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi,
>
> some time ago I saw a jquery plugin which would preset the value in a
> text box and when
This isn't Superfish specifically, though I did write it based very
largely on the original Suckerfish, with enhancements.
http://beta.ksscholl.com/jquery/suckerfish.html
Kevin
On Jan 7, 5:04 pm, Robin Rowell <[EMAIL PROTECTED]> wrote:
> Hi all and Joel.
>
> Is there a
Hello,
I have a site here http://www.crsdepo.com/newsite/index_cycle.html
where I am using the Jquery cycle plugin but I am having some problems
in Explorer 7 and 6.
In the right column near the bottom there is a testimonials section,
which I have it cycling up, it looks perfect in Firefox
Hi,
when I look at my website statistics (awstats), somehow I keep finding
these 404 records that point to:
/jquery-1.2.3.pack.js/eval/3DYR8yd%2Bmb25QTy058Fe3Q%3D%3D
or
/jquery-1.2.3.pack.js/
+sfgRmluamFuX1R5cGU9amF2YV9zY3JpcHQmRmluamFuX0xhbmc9dGV4dC9qYXZhc2NyaXB0+
Does anyone have an idea wh
mhall wrote:
Hi all, first post.
I'm in the processing of learning javascript and jQuery. I have a CGI
application that I have written and have been using in my business for
several years. It's written in a rather obscure CGI language called
WebBatch. Why? Well, because it's what I knew at the t
I have a livequery function that doesn't run after elements are added
with an AJAX RadGrid control.
the elements are image thumbnails ie:
$(function() {
$(".thumb").livequery(function() {
$(this)
.resizeToScale({ width: 50, height: 50 });
});
});
If elements are added dy
How about this jQuery editor:
http://markitup.jaysalvat.com/
it's called markItUp! and uses Html, Textile, Wiki Syntax, Markdown,
BBcode
On 5 dec, 08:27, Brian Ronk <[EMAIL PROTECTED]> wrote:
> I'm making an edit in place plugin, and am running into an issue,
> mainly because I'm not sure how
Hi, I'm struggling a bit to get $.post to work. I can get it working as
documented, ie.
$.post("url", { param1: 1, param2: 2 } );
but I want variable fields on my form (identified by the class
'edit_field') to be posted to the url
I thought the approach below would work, postdata is built correc
Kevin Thorpe wrote:
> Hi, I'm struggling a bit to get $.post to work. I can get it working
> as documented, ie.
> $.post("url", { param1: 1, param2: 2 } );
> but I want variable fields on my form (identified by the class
> 'edit_field') to be posted t
fabrice.regnier wrote:
Hi to all,
i have a nice gif "please wait while loading..." and i'd like to show
it when i click on a button. Is there a nice jquery way to do it ? do
i need a plugin ?
$("#Idsubmit").click(function () {
--> start showing the gif
jQuery has innerHeight/Width and outerHeight/Width methods, but is
there a method that can return a 'CSS Height/Width'. A CSS width is
the width that would be applied via CSS to achieve a given 'outer
width'. This value will differ depending on the box model and other
older browser idiosyncracies.
t website itself used iframe pages with a 'banner', like:
http://layout.jquery-dev.net/discuss.html
Hope this helps.
/Kevin
On Jan 26, 6:55 am, "laredotorn...@zipmail.com"
wrote:
> My iframe is also hard-coded. But here is what I get when I do
> console.log statements
ery-dev.net/demos/frames.html
The Layout website itself used iframe pages with a 'banner', like:
http://layout.jquery-dev.net/discuss.html
Hope this helps.
/Kevin
On Jan 24, 5:15 pm, "laredotorn...@zipmail.com"
wrote:
> Hi,
>
> I'm trying to get my iframe to occup
e in reverse...
$E.show( 'slide', {direction: 'up'} );
$E.hide( 'slide', {direction: 'up'} );
To use a 'drop' effect instead of 'slide'...
$E.show( 'drop', {direction: 'up'} );
$E.hide( 'drop', {direction:
o use that...
$(document).ready(function() {
$("body").layout({
closable: false
, resizable: false
, spacing_open: 0
, center_paneSelector: "#fileTreeIframe"
});
});
/Kevin
On Jan 27, 8:35 am, "laredotorn...@zipmail.com"
wrote:
> Hi Kevi
is width:90%; and I replace it with
width:985px;, the width *would not change* (assuming 985 is the pixel
equivalent).
On Jan 26, 3:03 pm, Matt wrote:
> $('#Test').css('width') ?
>
> On Jan 26, 11:46 am, Kevin Dalman wrote:
>
>
>
> > jQuery has inn
Not bad at all...if I "remove" them with slideUp, in succession, how would I
do that?
On Wed, Jan 28, 2009 at 7:39 AM, Stephan Veigl wrote:
>
> I'm not sure if I realy understand what you want to do, but it could
> look something like
>
> HTML:
>
>+
>1
>2
>3
>4
>5
>
>
>
ed form pages, it clutters the code and requires extra logic to
add sequential IDs to things like radio buttons. So this is not a
proper solution to a common need.
/Kevin
On Feb 6, 2:27 pm, James wrote:
> Without using IDs, you can use:
>
> var myVar = $("input[name=myHiddenInput]&q
that the biggest lesson here is that append
("") is a much bigger problem than the loop code. This
is important to know because it would apply even if there were NO loop
at all!
Thanks for bringing both these details to my attention. I do a lot of
dynamic HTML generation, so it's he
may find a
pure CSS solutions preferable, even if it is does require some ugly
nesting.
Hope that helps.
/Kevin
On Jan 28, 11:39 am, "laredotorn...@zipmail.com"
wrote:
> Hi Kevin, I really appreciate your help with all this. Unfortunately,
> I added wh
If you are going to apply a specific iframe height via script...
$('#myIframe').css({height:$(this).parent('td').height()});
...You MUST bind an event to window.resize to *re-size* the iframe
whenever the browser window is resized.
/Kevin
On Jan 30, 10:58 am, jquertil wro
t important to understand that $("") is
*really* the big culprit here. In fact, I think this is something that
should be brought to the jQuery team's attention... Why is this syntax
so slower?
Ciao,
/Kevin
On Feb 7, 1:41 pm, "Michael Geary" wrote:
> No need to shout. :-
entire table each time - I
must append new rows/records to an existing table.
I thought I'd share these results because appending a tbody (or a
single row) provides many more options than writing an entire table.
And now I know there is no performance difference - at least not in
IE7.
Thanks to Mike for providing a starting points for these tests, in
addition to his loop-optimization tips.
/Kevin
is cleaner and faster than adding column headers inside your
Javascript loop.
I suggest you try both methods, Rick. Use a timer (like MIike's sample
pages) to confirm whether both are equally fast. Based on my tests,
you may find appending to the table even faster, with cleaner markup
as
I am having a problem,
The callback function I am passing to the jquery post request is not
executing the success callback on a successful reply from my servlet:
Here are some code snippets of what I am trying to do:
top of my file:
if (Ajax == null || typeof(Ajax) != "object") { var Ajax = new
off or change font size to a % or px, it comes up (with all the issues
described above).
Any help on this would be great as its been causing my problems all
day.
Thanks
Kevin
ith the 4 first errors that woudl be great
(number 4 i have got rid of by simply removing the em on the end of
the font, but the others still exist)
Thanks
Kevin
same thing,
which is how it appears to users.
Am I off-base here? If so, which assumuption above breaks down?
Even if there is a good reason to treat the syntax differently
internally, I'm still interested to know if I should avoid using scope
selectors in favor of find() ***under all condit
FYI, I built a quick test page for this. As previously noted, the
differences in v1.2.6 are relatively small - about 2x as long for one
syntax over the other. But with 1.3.2 - Wow! - 60x longer!
jQuery version used = 1.3.2
Total number of DIVs = 100
Paragraphs per DIV = 50
---
to see if I could beat .children()...
jQuery version used = 1.3.3pre
Total number of DIVs = 1000
Paragraphs per DIV = 500
---
$("#div500 p") = 55 ms
$("p", "#div500") = 2 ms
$("#div500").find("p") = 3 ms
$("#di
7;m pulling v1.3.3 directly from your personal copy
(jquery1.3.3/dist/jquery.js). I realize this is just a test version,
but thought you'd like to know.
/Kevin
On Feb 25, 4:21 pm, John Resig wrote:
> > WOW! Check out the last 2 tests, John. Syntax #4 takes 512-times
> > longer th
Nodes ).filter
("p")');
a_Times.push(end - start);
If you created your own test page, just copy-n-paste these tests into
it.
NOTE that setting: 'c_divs=1000' and 'c_paras=500' (as John is using)
makes the page very slow to load because it has to generate all thes
.scrollFollow( {
container: 'wrap'
} );
} );
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery(document).ready(function(){
jQuery("div").hide();
});
--
Any ideas how to fix it?
Thanks!
Kevin
accordion menu in a include so I dont see how you can
do it.
The one that is open by default has a class of opener.
Any ideas?
Kevin
ecks that required fields have data, as well as various
specialized fields have proper formatting and such. I'm quite sure
that it could be cleaned up considerably by anyone more versed than
myself in the intricacies of jQuery, but I'm pretty pleased thus far.
Kevin
On Oct 13, 10:45 am,
gt; my own JS like the following:
> >>> document.getElementById('err_provcode').innerHTML = err_provcode;
>
> >>> I also work in the Health Care industry on the billing side. I need
> >>> to do multiple validations combining different dependencies
stefano wrote:
> Hi, I would like to know how it is possibile to call a php function
> inside an onclick=function (), I try to explain me better
Hi Stefano. Your problem is that php is on the server and
javascript/jQuery is in the web browser.
You need to get onclick to issue another page req
ble cell to the destination table cell. It simply sits where I dropped
it on the page. Can anyone please enlighten me on this?
thanks
Kevin Thorpe
Thanks for your comments. I've just cracked it (I think). I was getting
the drop event ok but couldn't work out how to move the dragged div. It
was just sitting where I'd dropped it.
The secret is to use a cloned helper with $('.drag').draggable({helper:
'clone'}); and then move the original d
> callback, which is to modify the DOM yourself, but you shouldn't need
> a cloned helper to accomplish this.
>
>
> On Jan 18, 9:55 am, Kevin Thorpe <[EMAIL PROTECTED]> wrote:
>
>> Thanks for your comments. I've just cracked it (I think). I was getting
I'm having a spot of bother with select boxes in IE7. I have one select
box which empties and refills a second when the
selected item changes using an AJAX call. This works fine in Opera and
FireFox but IE7 doesn't adjust the width of the
second select box to match the new contents. There must b
there, as they
are for another page.)
I've looked at and tried so many things, that I fear I'm blinded to
something simple at this point. Any assistance greatly appreciated ...
thanks!
Kevin
intaining state when the sort occurs. ???
On Mar 25, 2:30 pm, "Christian Bach" <[EMAIL PROTECTED]>
wrote:
> Hi Kevin,
>
> Take a look at the source of this
> page:http://tablesorter.com/tests/checkbox.html
>
> There is a special ie-checkbox widget, i wrote to deal w
Hello,
I have a page at http://www.consultwebs.com/videoNEW.htm which uses
the accordion plugin to run those tabs you see where the video is. It
works fine but none of the links works in the tabs, and some of them
disappear. Like under the "Example Videos on Consultwebs' Client
Websites."
to be working, but I know I'm doing something wrong.
my heading code is like this:
Example Videos on Consultwebs' Client
Websites.
Thanks again for the help!
Kevin
On Mar 26, 2008, at 2:38 PM, Jörn Zaefferer wrote:
>>
> Try to specify the header to use for the accordion vi
it, just contact me or take a look
at the Flexigrid discussion on CodeIgniter forums:
http://codeigniter.com/forums/viewthread/75326/
There are several examples that you can use.
Let me know if this is what you're looking for!
Bye,
Kevin
On May 6, 2:18 am, patrick davey <[EMAIL P
height: 400
}
);
The 'query' and 'qtype' options do the trick! And with this filtered
data, you can still page through your ajax'd data!
Kevin
On May 6, 10:13 pm, patrick davey <[EMAIL PROTECTED]> wrote:
>
On the front:
$("WWW").append("jQuery")
And on the back:
$("prototype, mootools, dojo, yui, etc.").remove();
*grin*
1 - 100 of 121 matches
Mail list logo