- MatlabUtilitieshundredcases Matlab实用程序百例
- netfilter 能实现文本内容过滤
- AjaxSearch1 关于用户的历史记录搜索
- sys keil Uvision 编译平台下stm32单片机的延时和休眠C源程序
- CocosMFCTest-master create an MFC project rendering with cocos2d
- MAX197 基于的并行AD转换电路及源程序 altium designer keil uvision 4(Parallel AD conversion circuit and source program Altium designer keil uVision 4 based on )
文件名称:jquery.history
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:2.02kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
插件是ajax驱动的页面有后退/前进导航和允许书签。
示例代码:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback)
$("a[@rel= history ]").click(function(){
$.history.load(this.href.replace(/^.*#/, ))
return false
})
}) -Plugin is for Ajax-driven pages to have back/forward navigation and to allow bookmarking.
Sample code:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback)
$("a[@rel= history ]").click(function(){
$.history.load(this.href.replace(/^.*#/, ))
return false
})
})
示例代码:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback)
$("a[@rel= history ]").click(function(){
$.history.load(this.href.replace(/^.*#/, ))
return false
})
}) -Plugin is for Ajax-driven pages to have back/forward navigation and to allow bookmarking.
Sample code:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback)
$("a[@rel= history ]").click(function(){
$.history.load(this.href.replace(/^.*#/, ))
return false
})
})
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jquery.history.js
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.