Jquery Instructions |
3/30/2012 8:29:47 AM |
PHPRunner General questions | |
A
Athlon author
Can some one please provide instructions on how to use jquery plugins with Phprunner. I can seem to get anything to work. Looking at examples and tutorials I keep running into a wall. |
|
C
|
cgphp 3/30/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm |
A
|
Athlon author 3/30/2012 |
Thank you - I have read this numerous times. I keep finding contradiction else where in the forum maybe versions. |
A
|
Athlon author 4/2/2012 |
A lot of views - No help.... Please can you offer a solid process to applying jquery plugins. |
C
|
cgphp 4/3/2012 |
You don't need to include jquery. Place after the end of body only the following line: <script type="text/javascript" src="sis/sisyphus.js"></script>
$('form').sisyphus( {timeout: 5 } ); |
A
|
Athlon author 4/3/2012 |
Thank you for some help with this. However, I am totally ready to dump this idea. I can not get jquery to work at all. I have followed everything... it will not work in phprunner. I have tried different plugins.. will not work. |
C
|
cgphp 4/3/2012 |
Why if the article says "before the {END flybody}" you put the code after. <!--Begin Sis code-->
|
A
|
Athlon author 4/3/2012 |
No errors in firebug - does not work.... changed code position.. sorry .. I had it all over the place in trying. |
C
|
cgphp 4/3/2012 |
Make sure you are using an HTML5 enabled browser. |
A
|
Athlon author 4/3/2012 |
I use chrome... I understand it needs to be html5 and the html form I have works fine in chrome. However using the jquery from the include folder on the same form.. it does not work, Is jquery in phprunner. |
A
|
Athlon author 4/4/2012 |
Cristian, |
C
|
cgphp 4/4/2012 |
Could you post a demo link of your app? |
A
|
Athlon author 4/4/2012 |
Thx. here are 2 links just a simple form. |
C
|
cgphp 4/5/2012 |
Check this alternative: http://rikrikrik.com/jquery/autosave/ The selector could be also a single element of the form. |