I\'m trying to create a standardized show/hide element system, like so: <div class=\"opener popup_1\">Click Me</div>
By clicking on the \"mylink\" I want the link to be replaced by the number \"123\", which is extracted from parent tag.
is this possible? <div id=\"anything\">I will change</div> <div id=\"id\" jq=\"$(\'#anything\').css({background: \'red\'})\"></div>