URI 和 jQuery 帮助
是否可以使用javascript获取URI,或者是否可以分解链接的href,如果可以的话,我正在尝试运行一些具有悬停和单击事件的ajax,并且每个ajax的方法调用是相同的,所以我需要能够获取在 URI 中传递的唯一 ID。
Is it possible o get the URI with javascript or is possible to break apart the href of the link and if so how, I am trying to run some ajax that has hover and click events and the method call for each ajax is the same so I need to be able get the unique ID that is passed in the URI.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
锚点提供与 window.location 中相同的属性。
例如
:
An anchor makes available the same properties that you find in window.location.
E.g.
jQuery:
HTML
jQuery
HTML
jQuery