Advertisement
yavonz15

Cambio testo al click

Mar 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. jQuery(document).ready(function(){
  2. jQuery("p.block-subtitle.block-subtitle--filter").click(function(){
  3. jQuery(this).text(jQuery(this).text() == 'Chiudi' ? 'Filtra Per' : 'Chiudi');
  4. });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement