English 中文(简体)
jquery to Eduard document Library name from theurl
原标题:jquery to extract document library name from url

Is there a way to grab document library name from the URL using jquery? This ( How to obtain document library name from the URL ) is a good link but I need to use jquery

例如:。 https://Pros.Canada.ProSource.com/sites/CandidateSource/Campaign23/Forms/EditForms.aspx?ID=333223(etc)。

该网页上有两个研究领域(Campaign和运动编号)。 理想的情况是,招募者何时去这一页,即想 j笑竞选活动和竞选人数,并把它贴在运动和运动牌上。 因此,招募者必须手工选择这些价值观。

关键词:窗口。

问题回答

页: 1

如果没有样本,我建议做这样的事情:

$( a ).each(function(){
     alert($(this).attr( href ));
});

确实需要看到你的数据结构,我可以肯定的是,哪里可以这样做。

http://www.ohchr.org。

You may be talking about getting request parameters ? http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html

是否有一个很好的辅导,可以把窗户分开。 地点 我不敢肯定他们喜欢他们。

There s also a question here about reading $_POST how to get GET and POST variables with JQuery?





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签