jQuery
文章平均质量分 61
garcon1986
永远走在路上的前行者
关注实现细节,向专家进发!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jQuery获得radio按钮的值
/***************************by garcon1986********************************/ajax1.js$(function(){ //$(function(){}) equals to $(document).ready(function(){}), equals to $().ready(function原创 2010-02-12 23:37:00 · 4464 阅读 · 0 评论 -
如何获得div的child
/******************************by Jiangong SUN****************************/见图下所示:原创 2011-05-04 19:52:00 · 934 阅读 · 0 评论 -
Compare javascript strings with
/*By Jiangong SUN*/Today I wanted to compare two string in javascript, they both have the same values but they are not equal when i compare them.Here is my html code:36-&-n-b-s-p-;759原创 2011-12-10 05:28:58 · 1103 阅读 · 0 评论 -
How to implement double currency
/*By Jiangong SUN*/The principe is get the two price at the same place and switch one to another depending on what you want to display.You can implement it by using ajax and javascript in原创 2011-11-16 21:43:01 · 807 阅读 · 0 评论 -
How to implement scrolling image with javascript in web page
/*by Jiangong SUN*/I want to implement a scrolling section in web page. The height of left part is fixed, the right part is variable and a scrolling section inside.Here is the page s原创 2012-10-04 17:17:35 · 929 阅读 · 0 评论 -
How to realize range slider using jQuery
/*by Jiangong SUN*/Here is an sample for my project which is realized using aspx and jquery slider library.$(document).ready(function () { //centralised slider code var stepvalue原创 2012-10-15 21:44:43 · 1205 阅读 · 0 评论 -
How to use jquery template js
/*****by Jiangong SUN*****/Jquery template can help generate code in the same format. It's like repeater control in asp.net.html div: JS template: Template原创 2012-04-23 15:59:55 · 4082 阅读 · 0 评论 -
PNG-8 format image opacity problem in IE8 & IE7
/*by Jiangong SUN*/I use jquery ui library for displaying several tabs with correspondant contents in my project. It works perfectly in Firefox and Chrome. When I click a tab different fro原创 2012-12-10 18:41:03 · 1447 阅读 · 0 评论 -
如何让jquery datepicker 在同一页面使用多次
原理:script: $(function(){ $('#my_date1').datepicker(); $('#my_date2').datepicker(); $('#my_date3').datepicker(); ... });html:我的代码:原创 2010-10-13 04:13:00 · 2400 阅读 · 0 评论 -
Microsoft Techdays 2015 - Etat de lieux JavaScript
Microsoft Techdays 2015 - Etat de lieux JavaScript原创 2015-02-16 04:20:03 · 2798 阅读 · 0 评论
分享