Hi all,
New to the forum so if I'm doing something wrong please tell me.
I'm trying to make a row of buttons and I've found that this works:
- <center>
- <a data-inline="true" data-corners="false" data-role="button" class="ui-link-inherit" data-iconpos="notext" onclick="FunctionToDoTask1();">BTN1</a>
- <a data-inline="true" data-corners="false" data-role="button" class="ui-link-inherit" data-iconpos="notext" onclick="FunctionToDoTask2();">BTN2</a>
- <a data-inline="true" data-corners="false" data-role="button" class="ui-link-inherit" data-iconpos="notext" href="#popUp1" data-rel="popup">BTN3</a>
- <a data-inline="true" data-corners="false" data-role="button" class="ui-link-inherit" data-iconpos="notext" href="#popUp2" data-rel="popup" onclick="FunctionToDoTask3();">BTN4</a>
- </center>
All the buttons display properly and the last three buttons does what its suppose to.
The issue is; button 1 doesn't. It seems I can't even click on the button and as if the button's not even there because it doesn't get highlighted when I hover over it. What does that mean then?
I'm using JQuery mobile 1.3 (with all libraries properly included as everything else seems to work fine) and was wondering if anyone can help.
Tell me if I'm not being clear or if you need more information.