var data_part1 = "";
$ (funkcja () {
$("#comment_dialog") .dialog ({
autoOpen: fałszywy,
wzrost: 180,
szerokość: 560,
modalny: prawdziwy
});
$(".faux_link") .live ("stuknięcie", funkcja () {
$("#comment_dialog ").dialog ("otwierać ");
data_part1 = $ (imię) .attr ("imię ");
});
$("#add_comment_button") .live ("stuknięcie", funkcja () {
$("#comment_dialog") .dialog ("zakończenie ");
var query_string = data_part1 + $("#comment_input ").val ();
$.ajax ({
url: ". /scripts/comment_dialog.php",
dataType: "html",
dane: query_string,
sukces: funkcja (dane) {
$("#wall_post_cont ").html (dane);
$ ("guzik") .button () .css ("pokaz", "nikt ");
}
});
});
});
|