I have this webpage for which I want to implement a dropdown.This dropdown will display all the stuff in my itenary.Now what I want to do is that for selective items in the dropdown to be clickable(I am doing the filtering using regular expressions) and for the other entries in my drop down I want that when the user clicks on it,it shouldn't do anything.That is it shouldn't collapse with the name highlighted.The dropdown should be plain inactive with no visible changes.I was thinking if there was some way to do it using Javascript?