variété data_part1 = "" ;
$ (fonction () {
$("#comment_dialog ») .dialog ({
autoOpen : faux,
taille : 180,
largeur : 560,
modal : vrai
}) ;
$(".faux_link ») .live (« clic », fonction () {
$("#comment_dialog ").dialog (« s'ouvrir ") ;
data_part1 = $ (ceci) .attr (« nom ") ;
}) ;
$("#add_comment_button ») .live (« clic », fonction () {
$("#comment_dialog ») .dialog (« étroit ") ;
variété query_string = data_part1 + $("#comment_input ").val () ;
$.ajax ({
URL : « . /scripts/comment_dialog.php »,
dataType : « HTML »,
données : query_string,
succès : fonction (données) {
$("#wall_post_cont ").html (données) ;
$ (« bouton ») .button () .css (« affichage », « aucun ") ;
}
}) ;
}) ;
}) ;
|