禁用空格键[关闭]

禁用空格键[关闭]

问题描述:

I have created an image gallery in php using mysql. It has the capability to add comments by user.

screenshot

My problem here is that whenever i try pressing a spacebar in my message box, it changes the image and im not able to enter more than one word in my message box.

Is it because of my code?? Or is it a default behavior?? If so, how can i stop it??

我在php中使用mysql创建了一个图片库 strong>。 它具有用户添加评论 strong>的功能。 p>

屏幕截图 p> \ n

我的问题是,无论何时我在消息框中尝试按空格键 strong>,它都会更改图像,但我无法在消息框中输入多个单词。 p>

是不是因为我的代码? 或者它是默认行为? 如果是这样,我怎么能阻止它? p> div>

OK here is the answer. I had to set

enableKeyboard=false

in ready function as it is by default true.

You can refer the link below for further details:

Photo Swipe

Thanks for no help..:P