Jump to content

Recommended Posts

Posted

Hi, guys! My question is very simple but i have read Basic jQuery Example from Demos for many times but didn't find where is written

<script type="text/javascript" src="lib/jquery-1.3.2.min.js"></script>

In what property or event we can find such plugging to the lib? 

 

Thank you in advance !!!

Posted

I opened UniServerModule -->CustomFiles and found following

files/jdigiclock/css/jquery.jdigiclock.css
files/jdigiclock/lib/jquery.jdigiclock.js
files/clockdemo/styles.css
files/clockdemo/jquery.tzineClock/jquery.tzineClock.css
files/clockdemo/jquery.tzineClock/jquery.tzineClock.js

From plugin instruction we can see

<link rel="stylesheet" type="text/css" href="css/jquery.jdigiclock.css" />
<script type="text/javascript" src="lib/jquery-1.3.2.min.js"></script> // <<< Lib is needed !!!
<script type="text/javascript" src="lib/jquery.jdigiclock.js"></script>

In UniServerModule -->CustomMeta it is  empty

 

So does anyone know where is hidden this lib jquery-1.3.2.min.js in UniGui?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...