Insert additional image into checkbox element JQuery Mobile

笑着哭i 提交于 2019-12-12 13:17:19

问题


I'm building a mobile phone application using JQuery Mobile, and there's a visual effect I'd like to achieve with a list of checkbox elements. Basically I'd like to insert a small icon (an image) into the body of each checkbox element in the following position:

Is it possible to achieve this with JQuery Mobile? Thanks.


回答1:


something like that? http://jsfiddle.net/KADqA/23/ just add some styling to the image, should work.

(the javascript is not really useful in that case. was a sample on how to add a Link into this field: http://jsfiddle.net/KADqA/)



来源:https://stackoverflow.com/questions/11904518/insert-additional-image-into-checkbox-element-jquery-mobile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!