What's new

Closed [HELP] Paano ba mag run ang jquery code offline?

Status
Not open for further replies.

haxxorisme

Eternal Poster
Joined
Apr 22, 2014
Posts
616
Reaction
2,039
Points
408
Age
24
meron akong ginawang script (jQuery) para sa animation ko.
triny ko itong i link sa html file ko.
bale eto:

<script type="text/javascript" src="jquery-animations.js"></script>​

pero ayaw. nag search ako. add ko daw yung jquery.min.js , so nag download ako sa jquery site
at inadd ko ito sa script ko
bale eto:
<script type="text/javascript" src="jquery-2.1.4.min.js"></script>​

pero ayaw parin naman. kaya patulong po please! Salamat! :ROFLMAO:
 
Saan ba dito yung script mu?
You do not have permission to view the full content of this post. Log in or register now.
Save mu lang sa location ng html/php file mu, like this.
ReauCX1.png
 

Attachments

Saan ba dito yung script mu?
You do not have permission to view the full content of this post. Log in or register now.
Save mu lang sa location ng html/php file mu, like this.
ReauCX1.png

nasa iisang location naman sila Boss Draft ,
bale eto yumg mga actual codes

html code:

scripts.PNG


jQuery code:

jquery script.PNG


jQuery.min

jquey-min-js.PNG


pag clinick dapat eh mag fade in yung pic eh not working naman. naka
Code:
display: none;
yung picture boss.
class niya ay
Code:
.profile_pic
kaya
Code:
 img.profile_pic
ang nasa jQuey script ko . Kaya baka wala namang error yung jQuery script ko. tsaka baguhan lang talaga boss . haha. ano kaya dahilan kung bakit di magwork tung codes offline boss?
 

Attachments

Dapat code mu is:
Code:
<script type="text/javascript" src="script/jquery-animations.js"></script>
<script type="text/javascript" src="script/jquery.min.js"></script>
 
Last edited:
Code:
<script type="text/javascript" src="script/jquery-animations.js"></script>
<script type="text/javascript" src="script/jquery.min.js"></script>
 
Dear haxxorisme,

Since 2 years have passed since the last reply in this thread, I am locking it to prevent necroposting. Feel free to start a new thread or contact any forum staff if you want this to be reopened.

Thread closed.
 
Status
Not open for further replies.

Similar threads

Back
Top