jquery Tab group IDs
- by mare
I'm having an issue with jQuery UI Tabs script which does not pick up tabs that have a dot "." in their name (ID).
For instance like this:
<script type="text/javascript">
$(function () {
$("#tabgroup\\.services").tabs();
});
</script>
<div id="tabgroup.Services">
<ul>
<li><a…