Welcome Guest, Not a member yet? Register   Sign In
base url in and script src doesnt work
#11

[eluser]solid9[/eluser]
I think this is a jQuery-UI issue.

Can you post your jQuery codes for this.
#12

[eluser]london77[/eluser]
hi,

unfortunately the file is too large to copy paste here.


here is the link, if you kindly check it for me.

java code
#13

[eluser]LuckyFella73[/eluser]
When you have a look at the sourcecode rendered by the browser
the js file is usually linked. If you get the source of the
js file following the link the error is elsewhere.

If the link doesn't work please post the line (path/js_file.js)
rendered by your browser.
#14

[eluser]london77[/eluser]
hi LuckFella73

thanks for the reply, but I didnt understand what you are saying at all.
can you kindly explain it a bit clearly please.
#15

[eluser]PhilTem[/eluser]
Paste the source code of your rendered page by right clicking in your browser and then "view source". Copy the lines of your <head>-part or wherever you want the js file to be included at.
#16

[eluser]gazza7364[/eluser]
Try this it works for me:-

The s stands for script in the following:-

Code:
<s type="text/javascript" src="&lt;?=base_url()?&gt;java/jquery-ui-1.8.24.custom.min.js"></s>


Do have the correct permissions for the java folder. Also is your .htaccess file stopping you entering the folder.

Can you see the contents of the folder if you do http://localhost/java ?

These are just some of things I would check first.
#17

[eluser]beeLoop[/eluser]
Please check the permission of your folder.
If you are using Ubuntu, set the permissions of the folder as '777'.
Hope this helps. Smile




Theme © iAndrew 2016 - Forum software by © MyBB