Thread
:
jsfiddle.net work code not works in wamp server..
View Single Post
11-25-2012, 12:16 PM
PM User
|
#
4
devnull69
Senior Coder
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
Another thing from the left side of your jsfiddle is "jQuery" which (of course) you need to include before your current script, otherwise your jQuery methods won't work
Code:
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
Last edited by devnull69; 11-25-2012 at
12:36 PM
..
Users who have thanked devnull69 for this post:
ebookz
(11-25-2012)
devnull69
View Public Profile
Find More Posts by devnull69