I want to have small plus or minus button before each row in a table,as shown in the image below.I am a beginner to jqm,please help

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you didn’t post any html i’ll assume that your elements are buttons, which is the easy way of setting icons. So, your element is a link with a data-role=button. Then you add the data icon=”plus” and data iconpos=”notext” to hide text content.