1
for (var i in result)
{
$('#tgt').append("<li><a href='/UpdateStatusData/?id='"+result[i]+" >"+result[i]+"</a></li>");
}
我在服務器端解壓縮時收到空白。請幫助我以有效的方式將值傳遞給標籤。 but I am getting the value when i inspect the element along with ="" as extra, you can see it in the image value:MULTINOMIAL, but when I click I could only see blank value in the server side我怎樣才能發送變量使用HREF標記以及URL在Jquery
@Satpal非常感謝你爲我工作創造元素! :) +1 –
@非常感謝你 –