hello,
I have a problem with CC.
I found out this code what clear search field
but I must modify code by adding a parameter ID
and problem is when is id="search" in code then searching doesnt work .. when I remove this parameter then it works.
any idea how solve it?
I have a problem with CC.
I found out this code what clear search field
<input name="reset" id="reset" type="submit" value="VYMAZAT" class="" onClick="document.getElementById('search').value = '';" style="float:right;height:32px;font-weight:bold;">
but I must modify code by adding a parameter ID
<input type="text" name="srch" id="search" placeholder="" class="form-control A"/>
and problem is when is id="search" in code then searching doesnt work .. when I remove this parameter then it works.
any idea how solve it?