<div data-role="content">
<button id="getPicture">
Take your picture
</button>
<p>
<p>
<a href="#second">Take your picture</a>
</p>
</div><!-- /content -->
How to make a button out of this code?
How to make a button out of this code? |
|||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can use jquery-iu library which has a button function. Please, have a look at http://jqueryui.com/demos/button/ |
|||
|
|
|
Here you go
|
|||
|
|
|
You can make the link look like button by using stylesheet and set the required href for action, Live Demo
Its better to make a css class and assign it to link instead of adding style attribute.
|
||||
|
|
|
You can add onClick event on button with specifying URL in self.location like this :
Or another way is, If you have anchor tag,then add jQuery UI js in your code and call button function on that link.
Refer jQuery ui demo |
||||
|
|