0
   

lightbox-autocomplete

 
 
Reply Mon 4 May, 2015 06:15 am
I am displaying a lightbox in which one textbox will come with autocomplete feature ... I gave that textbox id as "abc" and calling this abc in .aspx script like
$("#abc")

// don't navigate away from the field on tab when selecting an item
.bind("keydown", function (event) {
if (event.keyCode === $.ui.keyCode.TAB) {

if ($(this).autocomplete("widget")[0].style.display == 'block')
event.preventDefault();
}
})
.autocomplete{(
)}
Debug point is not hitting to <#abc>
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 0 • Views: 1,389 • Replies: 0
No top replies

 
 

Related Topics

Clone of Micosoft Office - Question by Advocate
Do You Turn Off Your Computer at Night? - Discussion by Phoenix32890
The "Death" of the Computer Mouse - Discussion by Phoenix32890
Windows 10... - Discussion by Region Philbis
Surface Pro 3: What do you think? - Question by neologist
Windows 8 tips thread - Discussion by Wilso
GOOGLE CHROME - Question by Setanta
.Net and Firefox... - Discussion by gungasnake
Hacking a computer and remote access - Discussion by trying2learn
 
  1. Forums
  2. » lightbox-autocomplete
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/26/2024 at 10:04:52