我正在用一些类 id 呼应一些 php 行,并且需要能够将它们与 jquery .click 一起使用作为选择器。有没有办法做到这一点??该属性未加载任何其他内容,稍后由 php 添加。
play.js-
$(".link").click( function(){
/* var l = ""
$.post('input_commands/move_to.php',{l:l}, function(data) {
text=data;
elem = $("#placeholder");
//delay=100;
addTextByDelay(text,elem,delay);
}); */
alert("omg whyyyyy");
});
get_locations.php -
if($array_loc['loc_north']>0){echo "<a class='link' id='location_north'>Go north to ".$array_loc_north['loc_name']."</a> <br>";}