Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 11793133

@User 11793133
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How do I do multiple selects from dropdown either using JavaScript and
    U User 11793133

    Using JQuery or JavaScript, how do I do multiple selects on dropdown so, I can see multiple results in the page?

    JavaScript javascript question

  • How do I choose DIV based contents in a page with a dropdown list
    U User 11793133

    I have many DIV based contents in a page with a dropdown list. Right now, it shows everything, but, I want to choose an item from the dropdown list and it show the corresponding content based on the selection. Please make a correction to the function I'm using since it's not working: function toggleDIvDisplay() { var index = document.getElementById("App").selectedIndex.value; alert(index); var x = document.getElementById("maxLenght").value; for (i = 0; i < x; i++) { if(null != document.getElementById(i)) document.getElementById(i).style.visibility='block'; } document.getElementById(index).style.visibility='visible'; }

    JavaScript database question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups