• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

rich:hotKey not worked when using jQuery?

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

i have used rich:hotKey for h:inputText in jsp page.

And also i wrote jQuery for get the textBox value.

When i use jquery, that time rich:kotKey not worked

That is : If i remove the lines( Line No 15 to 22), then Perfectly (worked) called testButton() script using rich:hotKey.
If not remove those lines, then not called that testButton() script.



if i am not include the jquery, then that time i hit the enter button from text box, then automatically called testButton() script.

If i include the Jquery, then rich:hotkey not work.

I am also Used , var $J = jQuery.noConflict(); . But this time also not work jQuery.

I hope help me about this.

Thanks for your effort.

Note :
Already i post this same question in this forum. https://coderanch.com/t/496929/JSF/java/rich-hotKey-worked-when-jQuery
But i feel to wrong subject title in previous post.
But i don't know how to correct that questioned name.
Sorry for my inconvenience post. in Future I will try to correct to my mistakes .

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic