У меня есть PHP в цикле while:
echo "<td><a href='#' class='po'>" . $row['order_no'] . "</a></td>";
и этот JQuery:
$(".po").click(function(){
var po = $(this).text();
var dataString = 'po='+ po;
$.ajax({
context: this,
type: "GET",
url: "projectitems.php",
data: dataString,
cache: false,
success: function(html) {
$(this).closest(".resultsItems").html(html);
}
});
});
Но параметры GET таковы:
_ 1291741031991
po 102
ПО - это правильно, но что за верхняя строка? Кстати, из Firebug