I am using a jquery keyboard from Mottie. I want this keyboard to be shown only with name attribute equal to "email" and the input type to be a text field.
The code below doesnt work for me.
$("input[name!='email' type='text']").keyboard({ //my code here });