Como coloco uma variavel na funcao abaixo, onde tem (???)
success: function(data)
{
var id = $(".vote").attr("id");
$('#span[id$=???][class$="aneg"]').html(data);
}
no lugar do ?? queria colocar a variavel id.
outri exemplo.
<body>
<div id="myID.entry[0]">id="myID.entry[0]"</div>
<div id="myID.entry[1]">id="myID.entry[1]"</div>
<div id="myID.entry[2]">id="myID.entry[2]"</div>
<script>$("#myID\\.entry\\[1\\]").css("border","3px solid red");</script> //como faco para no lugar do 1 colocar uma variavel?
</body>
</html>
Question
igor Br22
Como coloco uma variavel na funcao abaixo, onde tem (???)
no lugar do ?? queria colocar a variavel id. outri exemplo. Edited by igor Br22Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.