mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
19 lines
580 B
JavaScript
19 lines
580 B
JavaScript
//console.log('heer');
|
|
//document.write('<script type="text/javascript" src="js/raty/lib/jquery.raty.js"></script>');
|
|
|
|
//$(document).ready(function () {
|
|
|
|
// $('#stars').raty({
|
|
// path: 'js/raty/lib/img',
|
|
// //click: 'SloSetSurvey'
|
|
// click: function(score, evt) {
|
|
// //console.log(score);
|
|
// //alert('ID: ' + $(this).attr('id') + "\nscore: " + score + "\nevent: " + evt);
|
|
// //var res = getFile('SloSurvey.php?mode=save&score='+score+'&id='+gup('id'));
|
|
// console.log(evt+' '+score);
|
|
// //alert(res);
|
|
// }
|
|
//
|
|
// });
|
|
// console.log('ciao');
|
|
//});
|