0
How can I use jquery’s Trigger? I need the page to click and that first "read" is already pressed.
<ul id="quote-popup-tabs">
<li data-quote-tab-for="consorcio-auto">Automóvel</li>
<li data-quote-tab-for="consorcio-moto">Moto</li>
<li data-quote-tab-for="consorcio-casa">Imóvel</li>
</ul>
How are you generating that page? Do you have a CMS (worpress for example)? What is the mechanism to open the tab? some kind of css involved (for example
.selected
)?– Sergio
This tab opens with jQuery? Can you put the jQuery code that opens it and the HTML of the li that is open? An example working would be ideal...
– Sergio