Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
177 bytes eliminados
, hace 8 años
Línea 37: |
Línea 37: |
| attachTo: '#p-search', | | attachTo: '#p-search', |
| overlay: false, | | overlay: false, |
| + | closeOnClickOutside: false, |
| + | allowAutomaticOkay: false, |
| } ) | | } ) |
| .next( 'buscar2' ) | | .next( 'buscar2' ) |
Línea 96: |
Línea 98: |
| $('#searchInput').focus(); | | $('#searchInput').focus(); |
| } | | } |
− | },{ | + | }, |
− | name: 'Mostrar ejemplo',
| |
− | onclick: function () {
| |
− | $('#searchInput').focus();
| |
− | mw.libs.guiders.next();
| |
− | window.location.href = "http://cnbguatemala.org/index.php?search=Comunicación&title=Special:Search&fulltext=1";
| |
− | }
| |
| } ], | | } ], |
| | | |
Línea 123: |
Línea 119: |
| tour.step( { | | tour.step( { |
| name: 'buscar5', | | name: 'buscar5', |
− | title: 'Aquí verás la lista de páginas que contienen en su texto el término que buscaste...', | + | title: '... y aquí la lista de páginas que contienen en su texto el término que buscaste.', |
| description: '', | | description: '', |
| attachTo: 'span[id^="Resultados_por_texto_de"]', | | attachTo: 'span[id^="Resultados_por_texto_de"]', |
Línea 136: |
Línea 132: |
| tour.step( { | | tour.step( { |
| name: 'buscar9', | | name: 'buscar9', |
− | title: 'También puedes precisar tu búsqueda con los operadores booleanos "+" y "-".', | + | title: 'También puedes buscar con operadores booleanos "+" y "-".', |
| description: '¡Pruébalo! Escribe <i>criterio +evaluativo</i> o <i>criterio -evaluativo</i> y observa los resultados.', | | description: '¡Pruébalo! Escribe <i>criterio +evaluativo</i> o <i>criterio -evaluativo</i> y observa los resultados.', |
| attachTo: '#p-search', | | attachTo: '#p-search', |
| position: 'left', | | position: 'left', |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
| + | allowAutomaticOkay: false, |
| overlay: false, | | overlay: false, |
| buttons: [ { | | buttons: [ { |
| name: 'Mostrar ejemplo', | | name: 'Mostrar ejemplo', |
| onclick: function () { | | onclick: function () { |
− | $('#cse-search-box input[type="text"]').focus(); | + | $('#searchInput').focus(); |
− | $('#cse-search-box input[type="text"]').val('criterio'); | + | $('#searchInput').val('criterio -evaluativo'); |
− | $('#cse-search-box input[type="text"]').focus(); | + | $('#searchInput').focus(); |
− | $('form#cse-search-box').submit(); | + | var press = jQuery.Event("keypress"); |
− | mw.libs.guiders.next(); | + | press.which = 40; |
| + | $("#searchInput").trigger(press); |
| + | $('#searchInput').focus(); |
| } | | } |
| } ], | | } ], |
Línea 167: |
Línea 166: |
| overlay: false, | | overlay: false, |
| buttons: [ { | | buttons: [ { |
− | name: 'Make a search', | + | name: 'Mostrar ejemplo', |
| onclick: function () { | | onclick: function () { |
| $('#cse-search-box input[type="text"]').focus(); | | $('#cse-search-box input[type="text"]').focus(); |