Is it possible to use jQuery UI with TiddlyWiki?
I've tried linking to it in the postbody even posthead and it shows up in
source viewers but none of the demos I try seem to work at all.
like the the resealable area:
I made a tiddler containing the jquery-ui-1.10.0.custom.css and linked it
to the stylesheet tiddler.
I link to the js in the postbody (and tried posthead)
<script src="js/jquery-ui-1.10.0.custom.js"></script>
I add the css:
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }
I put the script in the postbody (also tried posthead:
<script>
$(function() {
$( "#resizable" ).resizable();
});
</script>
and I add the html to a tiddler:
<html>
<div id="resizable" class="ui-widget-content">
<h3 class="ui-widget-header">Resizable</h3>
</div>
</html>
----
In the end all of the styling looks right, the js looks like it loads, but
the area isn't re-sizable?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.