Tag-Archive for “ jQuery ”
11
Sep
Post on 11:38, September 11, 2009, by Sue Zhou

In response to: css3之rounded corner

Here is a simple example to create 5px radius rounded corner.

Image part:
corner images
for IE7 and above,[......]

阅读全文

Category: 分享  Tags: , ,  One Comment
30
Jul
Post on 15:29, July 30, 2009, by Sue Zhou


$(document).ready(function() {
formPreSet();
});

function formPreSet() {
/* preset form element */
$('form [type=text], form [type=passwor[......]

阅读全文

Category: 分享  Tags: ,  Leave a Comment
20
Jul
Post on 10:10, July 20, 2009, by Sue Zhou

Instead of using onmouseover, onmouseout in each image, use the following function.

Remember to name the images in specific format.

$("img.rollo[......]

阅读全文

Category: 分享  Tags: ,  Leave a Comment