jQuery: textboxes in dialog window not working
i'm having a problem with the jquery dialog widget: i put a form开发者_StackOverflow with textboxes and combos inside a jquery dialog - when showing it up, all textboxes are not editable/clickable at all - all i can do is changing the comboboxes. seems like a bug to me :/ any ideas how to solve this?
thanks
Without seeing your code, you may have a z-index
issue. Check what Firebug says and make sure that you don't have an element over your textboxes.
精彩评论