gpt4 book ai didi

jQuery - 让深度链接 jQuery 地址发挥作用

转载 作者:行者123 更新时间:2023-12-01 00:05:18 24 4
gpt4 key购买 nike

我真的很想使用 jQuery 地址插件来深度链接我的 ajax 网站,但说实话,我很难理解如何设置它。

即使是例子似乎也不清楚。

有人有一个简单的例子来说明如何让它工作吗?

最佳答案

我也是第一次经历这个。他们的文档很差,但它是一个非常好的插件。

$.address.init(function(event) {

}).change(function(event) {
// all your application work should be within here.
// each time something changes this will run
// use the api methods to find out what is going on.
event.path // returns the current full path from beyond /#/
event.queryString // returns the query string ex: /#/?page=1
event.value // returns the value /#/Home
// These can all be accessed globally by using $.address.path(), etc

// usage
// example of clicking an a tag set with the ref or href set as a div id
// be sure to set that in the init method above
// Shows the selected div
$('#'+event.value).show();

});

关于jQuery - 让深度链接 jQuery 地址发挥作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1672044/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com