Update ckeckticket.blade.php
This commit is contained in:
@@ -383,11 +383,11 @@ $data = $ConvDate[0];
|
||||
$(document).ready(function() {
|
||||
var Data = $('input[name="rating"]:checked').val();
|
||||
var Data2 = $('input[name="rating2"]:checked').val();
|
||||
if (Data) {
|
||||
$('input[name=rating]').rating('readOnly');
|
||||
jQuery('.star').attr('disabled', true);
|
||||
// if (Data) {
|
||||
// $('input[name=rating]').rating('readOnly');
|
||||
// jQuery('.star').attr('disabled', true);
|
||||
|
||||
}
|
||||
// }
|
||||
$('input[name=rating]').change(function() {
|
||||
$('#foo').submit();
|
||||
});
|
||||
@@ -551,4 +551,4 @@ $('#foo2').submit();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user