Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-29-2011, 04:47 AM   PM User | #1
amcf1992
Regular Coder

 
Join Date: Jul 2011
Posts: 114
Thanks: 7
Thanked 0 Times in 0 Posts
amcf1992 is an unknown quantity at this point
javascript not working, jquery

JAVASCRIPT (move.js);

Code:
<script type="text/javascript">
$().ready(function()
{
  $('#ex3').jqDrag('.jqDrag').jqResize('.jqResize');
});
</script>

HTML:

Code:
<script src="includes/js/move.js"></script>
<div id="ex3" class="jqDnR">
  <div class="jqHandle jqDrag"></div>
  <br />
 
 MY DATA
 
 
  <div class="jqHandle jqResize"></div>
</div>
amcf1992 is offline   Reply With Quote
Old 09-29-2011, 08:05 AM   PM User | #2
devnull69
Senior Coder

 
Join Date: Dec 2010
Posts: 2,245
Thanks: 10
Thanked 531 Times in 525 Posts
devnull69 will become famous soon enough
It's supposed to be either $(document).ready(function() {...}) or $(function() {...})
devnull69 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:20 PM.


Advertisement
Log in to turn off these ads.