Ejemplo 1: elemento de selección de jquery con clase
$('.classid')
Ejemplo 2: id en el selector de clases jquery
In jQuery, the class and ID selectors are the same as in CSS. If you want to select elements with a certain class, use a dot ( . ) and the class name. If you want to select elements with a certain ID, use the hash symbol ( # ) and the ID name.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)