Skip to content

Instantly share code, notes, and snippets.

@Quantium
Created February 1, 2017 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Quantium/84dc9a52ff6b0b5fa8db167d1612ada8 to your computer and use it in GitHub Desktop.
Save Quantium/84dc9a52ff6b0b5fa8db167d1612ada8 to your computer and use it in GitHub Desktop.
JEpBQp
<div id="output">
</div>
<p id="chimino">
Chimino animal maldito sal de tu ahujerito que vamos a trabajar
</p>
<p id="fundamentos">
Los fundamentos de la psicología de la comunicación son 4. El psicoanálisis, el conductismo, El Gestalt, el cognocitivismo.
</p>
<p id="representantes">
El máximo representante del conductimos es el estadounidense Skiner. El máximo representante del psicoanálisis el Sigmund Freud. Fred Pears del Gestalt y Jean Piaget.
</p>
<p id="elba">
Elba Esther Gordillo es la mamá de todos los anteriores, y cada mexicano tiene una Elba Esther Gordillo dentro.
</p>
<p id="creep">
I don't care if hurts, I wanna have control, I wanna perfect body, I wanna perfect soul, I want you to notice when I'm not around.
</p>
$('p').on('click', function(e){
$('#output').text($(this).attr('id'))
$('p').removeClass('hightlighted');
$(this).addClass('hightlighted');
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
.hightlighted {
color : #33AAFF;
background-color: #CCC333;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment