File tree Expand file tree Collapse file tree 3 files changed +0
-39
lines changed
Expand file tree Collapse file tree 3 files changed +0
-39
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -206,28 +206,5 @@ <h1 id="banner"><a href="http://bassistance.de/jquery-plugins/jquery-plugin-vali
206206
207207</ div >
208208
209-
210-
211- < script type ="text/javascript ">
212- $ ( document ) . ready ( function ( ) {
213- $ ( "<a href='#'>Show script used on this page</a><br/>" ) . appendTo ( "body" ) . click ( function ( ) {
214- script . toggle ( ) ;
215- return false ;
216- } ) ;
217- $ ( "<a href='#'>Show serverside script</a>" ) . appendTo ( "body" ) . click ( function ( ) {
218- serverscript . toggle ( ) ;
219- return false ;
220- } ) ;
221- var script = $ ( "<code class='mix'>" ) . html ( $ ( "#demo" ) . html ( ) ) . wrap ( "<pre></pre>" ) . parent ( ) . hide ( ) . appendTo ( "body" ) ;
222- var serverscript ;
223- $ . get ( "users.phps" , function ( response ) {
224- serverscript = $ ( "<pre>" ) . hide ( ) . html ( response ) . appendTo ( "body" ) ;
225- } )
226-
227- } ) ;
228- </ script >
229-
230- < script src ="../js/chili-1.7.pack.js " type ="text/javascript "> </ script >
231-
232209</ body >
233210</ html >
You can’t perform that action at this time.
0 commit comments