我需要在具有悬停效果的工具提示中插入图像.
$(".tel_view").tipTip({defaultPosition: "top", delay: 400, fadeIn: 400,keepAlive:true,activation:"click"});
Run Code Online (Sandbox Code Playgroud)
HTML:
<img src="img_ag/lente.png" width="16" height="19" alt="lente" class="tel_view" title="">
Run Code Online (Sandbox Code Playgroud)
这是我想要插入工具提示的图像.
<img src="img_ag/leg_in.png" id="prova">
Run Code Online (Sandbox Code Playgroud)
可以在工具提示中插入图像吗?这个怎么运作?
当我尝试更新我的MySQL记录时,收到此错误:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc ='testfdsf', prezzo = 'test', img = 'upload/immagine_non_disponibile.jpg' W' at line 1
Run Code Online (Sandbox Code Playgroud)
这是我的UPDATE查询.
$q_m = "UPDATE rent_offerte SET nome = '$nome_n', desc ='$desc_n', prezzo = '$prezzo_n', img = '$target' WHERE id = '$id'";
Run Code Online (Sandbox Code Playgroud)
提前致谢.