Labs/Personas/Previewing Code: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(note that HTML special characters have to be escaped)
mNo edit summary
Line 32: Line 32:
To just preview personas, all you need to do in your page is this:
To just preview personas, all you need to do in your page is this:
  <script type="text/javascript">
  <script type="text/javascript">
  $(document).ready(function() {
  $(function() {
     $("img.persona").previewPersona();
     $("img.persona").previewPersona();
  });
  });
7

edits

Navigation menu