开发者

Passing value of one Auto Complete extender to another auto complete extender using jQuery

开发者 https://www.devze.com 2023-03-10 17:20 出处:网络
I\'m using two auto complete extender in my asp .Net form with vb. I want to pass value of one Auto Complete extender to another auto complete extender us开发者_JAVA百科ing jQuery and also that should

I'm using two auto complete extender in my asp .Net form with vb. I want to pass value of one Auto Complete extender to another auto complete extender us开发者_JAVA百科ing jQuery and also that should be browser compatible.


I'm guesssing you want to pass the value from one autocomplete box to another autocomplete box? That will not work - autocomplete is only trigered on key down (I think....)

jQuery (UI) is cross-browser compatible.

jQuery is independant to programming language, so it doesn't matter if you use C#, VB.Net, PHP or other programming langauges / scripts.

0

精彩评论

暂无评论...
验证码 换一张
取 消