[SOLVED] Â Jquery Plug-In Problems |
4/22/2013 6:37:10 AM |
PHPRunner General questions | |
M
mik 62 author
I found a script with jQuery that I liked to implement in application |
|
C
|
cgphp 4/24/2013 |
Make sure to include the required script reference like described at the Step 4. Jquery UI is required for dragging operations. |
M
|
mik 62 author 4/24/2013 |
hello Cristian, |
C
|
cgphp 4/24/2013 |
Check this article http://xlinesoft.com/phprunner/docs/how_to_add_external_files.htm |
M
|
mik 62 author 4/24/2013 |
thanks Cristian |
C
|
cgphp 4/24/2013 |
Enable firebug and check if you get errors. |
M
|
mik 62 author 4/24/2013 |
hi Cristian |
C
|
cgphp 4/24/2013 |
Check if the Jquery UI library has been loaded properly. Firebug lists as red the files not loaded properly. |
M
|
mik 62 author 4/24/2013 |
I'm sorry cristian |
C
|
cgphp 4/24/2013 |
PHPrunner. |
M
|
mik 62 author 4/24/2013 |
cristian |
C
|
cgphp 4/24/2013 |
If you read the article above you will see that the script references must be added after the <END body> tag (at the end of the page not in the header). |
M
|
mik 62 author 4/24/2013 |
thanks Cristian |
C
|
cgphp 4/25/2013 |
Check if you get errors in the Firebug console when you try to drag an element. |
M
|
mik 62 author 4/29/2013 |
my code: |
C
|
cgphp 4/29/2013 |
Add the css reference before the closing head tag: <link rel="stylesheet" type="text/css" href="styles_sty.css" /></head>
|
M
|
mik 62 author 5/3/2013 |
hello cristian |