www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

test.js (254B)


      1 $(function () {
      2     tk.bloc('Un bloc')
      3         .attr('id', 'test-tk-widget')
      4         .topY(200)
      5         .appendTo('body');
      6     
      7     tk.bloc('Un bloc', tk.onglets())
      8         .attr('id', 'test-tk-widget')
      9         .leftX(200)
     10         .appendTo('body');
     11 });