Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
modify search form
#4
Here what chrome shows:

<form action="http://www.deafcantv.com/search/" method="GET" class="search">
<input type="text" name="words" value=""/>
<input type="submit" name="search" value="Search" />
<script type="text/javascript" src="http://www.deafcantv.com/plugins/i18n_search/js/jquery.autocomplete.min.js"></script>
<script type="text/javascript">
$(function () {
// add css file
$('head').append('<link rel="stylesheet" type="text/css" href="http://www.deafcantv.com/plugins/i18n_search/css/jquery.autocomplete.css"></link>');
$('form.search input[name=words]').autocomplete(
'http://www.deafcantv.com/plugins/i18n_se...uggest.php', {
minChars: 1,
max: 50,
scroll: true,
multiple: true,
multipleSeparator: ' '
});
});
</script>
</form>

if i add input in css, it will change the the whole search form at the same time. I want to specifically change each input form
Reply


Messages In This Thread
modify search form - by MrGen - 2012-01-11, 08:20:28
modify search form - by n00dles101 - 2012-01-11, 08:23:44
modify search form - by MrGen - 2012-01-11, 08:43:39
modify search form - by MrGen - 2012-01-11, 09:04:27
modify search form - by MrGen - 2012-01-11, 09:20:11



Users browsing this thread: 1 Guest(s)