一个简单的代码...
此代码位于 html 头标签内。jquery-mobile 和 jQuery 的包含是正确的。
$(document).ready(function() {
$("a").click(function () {
var t = $(this).attr('href');
});
});
但不适用于 webview IOS,但在 Chrome 中可以正常工作。
一个简单的代码...
此代码位于 html 头标签内。jquery-mobile 和 jQuery 的包含是正确的。
$(document).ready(function() {
$("a").click(function () {
var t = $(this).attr('href');
});
});
但不适用于 webview IOS,但在 Chrome 中可以正常工作。