I would like my buttons to look exactly like the collapsible Divs. What do you think would be the best way?
I thought I might have an empty Div, the problem is that it opens and closes when you click on it and come back, which shifts all the buttons below it.
I want to create a button that does not have rounded corners, spans the entire block width, has no icon, but otherwise looks like the data-role="collapse".
I am trying to pass a variable to the container selector of an Ajax .load, but I've had no luck.
I want to have one div that loads in different HTML based on the link selected.
<script> //Set the selector container to this var var $theContainer="#NewsDiv";//this is the variable that the link would pass. </script>
<div data-role="content" id="result"> <script> $('#result').load('ajax.htm $theContainer'); //it won't let me pass a variable in the selector </script> </div>