File: demos/demo3-posted-input/footer.php

Recommend this page to a friend!
  Classes of Emmanuel Podvin   Blapy   demos/demo3-posted-input/footer.php   Download  
File: demos/demo3-posted-input/footer.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blapy
jQuery plugin to load linked pages using AJAX
Author: By
Last change: Update of demos/demo3-posted-input/footer.php
Date: 2 years ago
Size: 479 bytes
 

Contents

Class file image Download
<script type="text/javascript" src="../../Blapy.js"></script> <script type="text/javascript" src="../../Blapy_AnimationPlugins.js"></script> <script> $( document ).ready(function() { //start Blapy $('#myBlapy').Blapy(); //catch errors $( "#myBlapy" ).on( "Blapy_ErrorOnPageChange", function(event,anError) { alert( anError ); }); }); $("body").append('<h3>HTML code of the page</h3>').append(jQuery('<pre />').text($('html').html())); </script> </html>