Emmes

Categorías en Pestañas (OnRol only - js)

Sep 29th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function() {
  2.    $('#c4 > *, #c6 > *, #c5 > *').appendTo('#c2');/**agrupar todas las categorías onrol dentro de la primera categoria onrol**/
  3.    $('#c2 input:nth-of-type(1), #c4 input, #c6 input, #c5 input').prop('checked', true);/**dar checked al primer input del grupo y a los input onrol cuando no esten en el indice**/
  4. });
Advertisement
Add Comment
Please, Sign In to add comment