abt this plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
several problems:
1. Is it possible to dynamic add INPUT into the current list of checking?
2. Is it possible to user `id` instead of `name`?
3. Is it possible to check for something like name="email[]" ?
THanks
As discussed previously in the group, I make a very simple plugin to
rollover an image..
Codes:
jQuery.fn.swapimage = function() {
$(this).hover(function() {
currentImage = $(this).attr('src');
$(this).attr('src',$(this).attr('rel'))}, function(){
$(this).attr('sr
Hello,
Anyone know any easy to use and clean image rollover plugin which can
replace the DW rollover scripts?
I don't like the DW scripts since it make my HTML difficult to read...
Thanks.
Using the traditional method, it worka
console.debug ( document.getElementById("type_1").checked );
But this one failed...
console.debug( $("#type_1").checked );
any method to get using jquery?
thanks.
The following script work with FF 2.0.0.3, but not IE7, all scripts
are latest version from correspoinging web sites
=
$.validator.setDefaults({
debug: true
});
$().ready(function() {
Hello,
I don't know why my example on metadata plugin won't work, in
IE7,nothing has been show up...(no error)
Source Code:
==
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>
Demo
This is a p
$.meta.setType("attr", "data");
alert(
Halo,
To many of us, jquery is a swiss army knife rather than complex js
library such as dojo or yui.
But sometimes, we really want to integrate jquery into our existing
library in used, e.g. YUI or home-made library
But we want jquery to under a specific namespace, such as YAHOO.util.jquery..
I want to overload some core jQuery method, e.g. trim() method
any codes sample or recommendation to do this?
thanks.
sorry, a:hover is just an example, what i want is to style pseudo
class, such as a:visited, a:active etc
Try
jQuery("a").mouseover( function() { $(this).css("fontSize",
"20px"); } );
hody
1. How to set the css in each() iteration?
e.g.
jQuery("a").each(function() {
// change css
// do the rest
)
I don't want to use jQuery("a").css as it as imply two dom querying
doing the same thing
2. How to set the following CSS?
a:hover {
font-size:20px;
}
Thanks.
10 matches
Mail list logo