Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as JavaScript by vvv ( 16 years ago )
function timepoint(obj){
    obj.id; 
    var  frm =  $("#responseform").attr("action").toString();
    frm.replace("attempt.php","timeline.php");
    var frmd = $("#responseform").serializeArray();
     
        $.ajax({
                type: "POST",
                url: frm,
                data: { ntimeline: obj.name
                    
                },
                success: function(){
                    
                window.status="Ваши ответы сохранены успешно";

                }
        }
    
}

 

Revise this Paste

Your Name: Code Language: