Remove CSS attribute from div outside of ajax response div.
Hello all.
I have been frying my head over this, and I am sure it may be pretty simple and would appreciate any help/guidance.
My problem is the following:
I have a menu, when user clicks on one of the links it loads a page through ajax within a div. My problem is that within that ajax content I have a dropdown menu. When the user changes the selection of the dropdown menu I need jquery to remove a CSS attribute from the menu that is outside of the ajax content.
I can not figure out how to do this for the life in me. :/
Any help is appreciated.
Thanks.