jquery - Making a hyperlink in ASP -


i need set of eyes on line of code, make hyperlink , pass agency id through, although don't see hyperlink showing up. can take look, thanks.

    $('#agency' + parentagency.id).append(     '<li id="listitem' + agency.id + '" data-level="' +       agency.level + '" data-position="' + agency.position + '">'    + '<a href="agency.aspx?agencyid="' + agency.id + '>' + agency.name    + '</a>' + '</li>'); 

please review code

 $('#agency' + parentagency.id).append('<li id="listitem' + agency.id + '" data-level="' + agency.level + '" data-position="' + agency.position + '"><a href="agency.aspx?agencyid="' + agency.id + '>' + agency.name + '</a></li>'); 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -