| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 $(document).ready(function() { 2 3 $('.component-links a').history(function() { 4 loadDemo( $(this).attr('href').replace(/^#/, "") ); 5 }); 6 7 var instructions = $("#containerDemo").html(); 8 $.ajaxHistory.initialize(function() { 9 $("#containerDemo").html(instructions); 10 }); 11 12 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |