Showing posts with label a tag. Show all posts
Showing posts with label a tag. Show all posts

Monday, June 29, 2015

Jquery add href to a tag

 $('#workFlowlink1').attr('href', '#');
 $('#workFlowlink2').attr('href', '#');

$('#workFlowlink1').attr('href', '../Webpages/Workflow.aspx');
$('#workFlowlink2').attr('href', '../Webpages/Workflow.aspx');