Skip to content

Instantly share code, notes, and snippets.

@enlacee
Last active December 27, 2015 01:09
Show Gist options
  • Save enlacee/7242556 to your computer and use it in GitHub Desktop.
Save enlacee/7242556 to your computer and use it in GitHub Desktop.
-- seleccionar combo.
$('#tipoVehiculo1 option').eq(0).attr("selected", "selected");
-- seleccionar text y hidden.
$('#captchas[type="hidden"]').val()
$('#captchas[type="text"]').val(),
-- select padre,hijo
var $hijo = $contenedor.children();
var $nav = $hijo.find('.navController');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment