Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wernerlerner

    Hide and show DIVs with drag and drop script

    Hi Dan, "Therefore, simply have a single button which calls a function to test whether the item is visible or not, and call the appropriate method to change this." I guess what I am asking is what that function would look like, if i know that the hide and show functions are: if(window.dd...
  2. wernerlerner

    Hide and show DIVs with drag and drop script

    Hey Dan, Maybe I did a poor job of explaining myself initially...I've had no problem using the visibility property to hide or show divs...in the api library it lists the method for showing: if (window.dd && dd.elements)dd.elements.divID.show() and hiding: if(window.dd && dd.elements)...
  3. wernerlerner

    Hide and show DIVs with drag and drop script

    Thank you Dan. I don't believe there is a toggle() method built in. I thought maybe there was a way to just combine the show and hide methods using the else statement (but I do not know the proper syntax for this...I'm admittedly very much a beginner when it comes to javascript). Thanks again...
  4. wernerlerner

    Hide and show DIVs with drag and drop script

    Hi, I just started using the Walter Zorn drag & drop library: http://www.walterzorn.com/dragdrop/dragdrop_e.htm And one of the properties included in WZ drag n drop is the ability to hide or show divs and images that have been made draggable, using the the following methods: if (window.dd...

Part and Inventory Search

Back
Top