Displaying 2 results from an estimated 2 matches for "_query".
Did you mean:
query
2013 Aug 07
8
introducing puppetboard 0.0.1
...#39;'t have a test suite right now but it will
soon. In order to do so I have to restructure a few things about it first.
The installation documentation will improve with it.
Pypuppetdb''s test suite will be expanding the coming days once I''m done
mocking the HTTP requests _query() makes and manage to get a decent and big
enough set of test data to feed into PuppetDB. This will allow me to run
integration tests and benchmark certain changes I have in mind.
I’m hoping to be able to get a release out every month with improvements to
both projects, perhaps even faster in...
2005 Nov 10
0
Using multiple inputs with ajax.autocompleter
...tes the problem:
<script language="javascript">
function ac(elm) {
var val = $F(''val'');
new Ajax.Autocompleter(elm, ''suggest'',
''function/main.php?action=''+val+''_suggestions'', {paramName: val+''_query''});
}
</script>
<select id="val">
<option value="type1">Type 1</option>
<option value="type2">Type 2</option>
<option value="type3">Type 3</option>
<option value="type4"&...