I've had to put the jQuery in another <script></script> tag thus:
<script>
[...]
out.push('| |Operations | Co-ordination | Resource and Performance
Delivery | Monitoring | Development | Managing Strategy |h');
return out.join('\n');
</script>
<script>
jQuery ("td:contains(1)").css("background-color", "#FA0001");
jQuery ("td:contains(2)").css("background-color", "#FA0001");
</script>
It works! thanks again.
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---