Busca en cnbGuatemala con Google
396 bytes añadidos
, hace 8 años
Línea 145: |
Línea 145: |
| position: 'right', | | position: 'right', |
| closeOnClickOutside: false, | | closeOnClickOutside: false, |
− | overlay: false | + | overlay: false, |
| + | buttons: [ { |
| + | name: 'Make a search', |
| + | onclick: function () { |
| + | $('#cse-search-box input[type="text"]').focus(); |
| + | $('#cse-search-box input[type="text"]').val('criterio'); |
| + | $('#cse-search-box input[type="text"]').focus(); |
| + | |
| + | } |
| + | } ], |
| } ) | | } ) |
| .next( 'buscar7' ) | | .next( 'buscar7' ) |
Línea 164: |
Línea 173: |
| $('#cse-search-box input[type="text"]').val('criterio'); | | $('#cse-search-box input[type="text"]').val('criterio'); |
| $('#cse-search-box input[type="text"]').focus(); | | $('#cse-search-box input[type="text"]').focus(); |
− | $('#cse-search-box input[type="text"]').submit(); | + | $('#form#cse-search-box').submit(); |
| mw.libs.guiders.next(); | | mw.libs.guiders.next(); |
| } | | } |