Quantcast
Channel: Yii Framework Forum
Viewing all articles
Browse latest Browse all 18717

Where To Write Jquery,ajax Code In Custom Autocomplete Text Field

$
0
0
Hi all,

I"m trying to write custom auto complete for text field. can anyone pls tell me where to write this jquery, ajax code for this textfield in yii..

<div id="output" class="row">
	<?php echo $form->labelEx($model,'id'); ?>
  <?php echo $form->hiddenField($model,'id'); ?>
  <?php echo $form->textField($model,'id');
  '$("#search").change(function(){
  
  $.ajax({url:BASE_URL + '/controller/lookup/',
  		type:"POST",
  		data:this.value,
  		success:function(data){
  		$("div").innerHTML()
  }
  });
  
  });'?>




Many Thanks

Viewing all articles
Browse latest Browse all 18717

Trending Articles



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