hi !
I've resolved my problem like this :

function ajax_test(){

        $.ajax({
          type: "GET",
          url: "ajax_test.php",
          dataType: "html",
          success: function(data){

          anc_pv = $('.pv_act').attr("pv");

          }
        });

};

thanks all !

Reply via email to