Hi I have the problem that I want the button to get a tap\click event when I push the icon in the collapisble set.
Now it gets the btn-down-f on the button itself, and the CSS changes.
But I want the same to happen on mye ican thats comes with the collapsible set.
Any ideas on how? Through javascrip and jquery or through CSS?
This is the HTML
<div id="correspondentObjects" data-collapsed="true" >
<h3>Favorite Correspondents
<span data-icon="false" class="ui-li-count corrCollaps"></span>
</h3>
<ul id="correspondents" data-role="listview" data-inset="true"></ul>
</div>
After this is run through the jquery, it also adds alot of spans.
But any thoughts?
Iv tried changing the css with .css, iv tried changing the attr to btn-down-f but then it doesn go back to btn-up-f, even with a timeout. Iv also tried some triggering, but didnt get it to work.