|
|
|
รบกวนหน่อยครับ เนื่องจากเขียน javascript ไม่ค่อยเป็น |
|
|
|
|
|
|
|
จากโค้ดนี้ เมื่อเรากด Yes ไปก็ให้มัน url ที่เราตั้งไว้ แต่ถ้ากด No ก็ไม่ต้องทำอะไร
Code (JavaScript)
<script type="text/javascript">
$('#open-dialog').click(function() {
var header = 'Your question header';
var message = 'The compleet discription of the question.';
var options = { okButton: 'Yes', okClass: 'save', cancelButton: 'No', cancelClass: 'alert'};
showQuestionDialog(header, message, options, function(reaction) {
if($('#answer').text(reaction) == 'true'){
var url = "https://www.google.co.th/search…";
$(location).attr('href',url);
}
});
});
</script>
ขอบคุณครับ #javascript
Tag : PHP, HTML/CSS, JavaScript, jQuery
|
|
|
|
|
|
Date :
2015-07-04 11:56:02 |
By :
ATispeed |
View :
635 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|