Web Design Forum  

Go Back   Web Design Forum > Web Software > Scripts

Reply
 
LinkBack Thread Tools Display Modes
Old 03-25-2012, 03:50 PM   #1
New Member
 
Join Date: Mar 2012
Posts: 2
Default Help! JS drag and drop/window.open

Hello,

I have this site where I can put clothes on a lady, a skirt=makeMeDraggable,
pants=makeMeDraggable1,
shirt=makeMeDraggable2,
sweater=makeMeDraggable3,
the lady=makeMeDroppable.

Now, when I put the skirt on the lady, I want it to go to another window, where I can see info about the skirt.(skirt.html) And when I put the pants on the lady, I want it to go to another window where I can see info about the pants.(pants.html) Etc.

I'm so far that I can drag and drop my clothes, but it always goes to the same window, the "skirt.html" , what do I need to add or change, that the right clothing will go to the right window?

Many thanks in advance!


This is the javascript I have..



<script type="text/javascript">

$( init );

function init() {
$('#makeMeDraggable').draggable();
$('#makeMeDraggable1').draggable();
$('#makeMeDraggable2').draggable();
$('#makeMeDraggable3').draggable();
$('#makeMeDroppable').droppable( {
drop: handleDropEvent
} );
}

function handleDropEvent( event, ui ) {
var draggable = ui.draggable;
window.open( 'skirt.html', '_self' );

}

</script>
jvangerven is offline   Reply With Quote
Old 03-27-2012, 07:51 AM   #2
New Member
 
Join Date: Mar 2012
Posts: 2
Default

Problem solved !
jvangerven is offline   Reply With Quote
Old 05-19-2012, 08:20 AM   #3
New Member
 
Join Date: May 2012
Location: 552 Dee Ave, Logan, UT 84321
Posts: 1
Default

If you are still having problem please visit w3schools, and go to drag and drop tutorial...
edwrdhcks is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:24 AM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.