whats wrong with this code

Discussion in 'JavaScript' started by dean5000v, Apr 1, 2009.

  1. #1
    <script type="text/javascript">
    $(document).ready(function(){

    $('#insideParent').Draggable(
    {
    zIndex: 1000,
    ghosting: false,
    opacity: 0.7,
    containment : 'parent'
    }
    );

    }
    );


    here is the exact line thats the problem occurs on:

    $('#insideParent').Draggable(

    Object doesn't support this property or method is the error i get
     
    dean5000v, Apr 1, 2009 IP
  2. dean5000v

    dean5000v Peon

    Messages:
    201
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no worries fixed it :)
     
    dean5000v, Apr 1, 2009 IP