I have a form input that looks like this:
<input type="text" name="params[well]" id="params_well" value="#f8f8f8" placeholder="#rrggbb" class="minicolors minicolors-input" data-position="right" data-control="hue" size="7" maxlength="7">
and javascript like this:
var params_well = $("#params_well").val();
and getting this error:
Uncaught TypeError: Cannot call method 'val' of null
I really cant proceed with anything else till i figure this out