1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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