Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

check free short text against a list - by: tpartner

$
0
0
Since you are initializing the autocomplete, it's better to do it there. Something like this (untested):

$('#question{QID}').autocomplete({
	// Some autocomplete options go here...
	// Fire the checkconditions function
	select: function(event, ui) {
		var thisInput = $('#question{QID} input.text');
		checkconditions($(thisInput).attr('value'), $(thisInput).attr('name'), 'text');
	}
});

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>