added tooltip function for image preview
This commit is contained in:
parent
1f4ca32668
commit
9fc9f12d85
@ -67,5 +67,6 @@ function files_menu(){
|
|||||||
$('#menu_folder_sys').parent().addClass('active');}
|
$('#menu_folder_sys').parent().addClass('active');}
|
||||||
}
|
}
|
||||||
|
|
||||||
function test(){}
|
function saimod_sys_files_tooltip(elementId, pictureId, pictureCategory) {
|
||||||
|
$( "#elementId" ).tooltip({ content: '<img src="http://www.mojotrollz.eu/web/test/mojotrollz/api.php?call=files&cat'+pictureCategory+'=&id='+pictureId+'.gif" />' });
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user