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 derfloh 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. viperous

    Getting specific element

    Actually, I figured it out. Like Pete said, I don't think I was clear on my question. Sorry for that. Turns out that I wasn't getting high enough in my heiarchy. I just added in one more parentNode to reach left_container. item.parentNode.parentNode.myfunction(); I'm I'm trying to figure...
  2. viperous

    Getting specific element

    I manage to get an example of a drag and drop in javascript working. ( http://neb.net/playground/dragdrop ) I'm not trying to apply this technique to my project. Though I'm getting stumped on my HTML hierarchy. Here's my HTML code <div id="bottom_content"> <div id="left_container">...
  3. viperous

    cancelBubble

    Hey. I was wondering if someone could help out with my script. I'm starting out Javascript and right now i'm trying to make a content box draggable in most browsers. I've gotten it to the point where you can drag it in FF, IE, Safari. Here's my js. function beginDrag(elementToDrag, event) {...

Part and Inventory Search

Back
Top