I found a RESET button for jak2filter inside mytemplate/modules/mod_jak2filter/tmpl/default.php
Now i would like know how to activate it.
This is the code:
[PHP]if($params->get(‘auto_filter’,1)==0):
?>
<li <?php echo $style;?> class=”last-item”>
<input class=”btn” type=”submit” name=”btnSubmit” value=”<?php echo JText::_(‘JAK2SEARCH’); ?>” />
<!–<input class=”btn” type=”button” name=”btnReset” value=”<?php echo JText::_(‘RESET’); ?>” onclick=”$(‘<?php echo $formid;?>’).reset();” />–>
</li>
<?php [/PHP]
And also inside the same question, How can a keep the jak2filter box where it is and avoid refreshing the whole website all the way to the top?