Passing parameters to a JQuery function

后端 未结 5 695
小鲜肉
小鲜肉 2020-12-04 07:23

I\'m creating HTML with a loop that has a column for Action. That column is a Hyperlink that when the user clicks calls a JavaScript function and passes the parameters...

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 08:21

    try something like this

    #vote_links a will catch all ids inside vote links div id ...

    
    
                                     
                  
提交回复
热议问题