从按钮获取href

时间:2017-06-06 16:06:38

标签: jquery html xpath

我正在尝试从this url的某些按钮中提取href(这些按钮位于h4“OfertasDisponíveis”旁边。 enter image description here

这些按钮有一个名为“updateJobModal(button_index)”的onclick函数,但我无法找到该函数。 在标记的末尾,“ev”按钮似乎与JQuery相关。

在这种情况下如何获取属性?

1 个答案:

答案 0 :(得分:0)

这应该让你开始 功能于:https://www.iefp.pt/Jobs-portlet/js/job.js?browserId=other&minifierType=js

具体做法是:

function updateJobModal(a){currentAjax=jobListAjax;updateCurrentJobModal(search_job_offers[a])}
相关问题