[jQuery] Need advise
[jQuery] Need advise
Hi,
I am working on a page that need an AJAX tech. I use Java Server Page
in this case.
Here is the case:
1. On input text user input a certain fix length number (i.e. 15
chars)
2. It must be able to execute a stored procedure (on oracle DB) that
will return a yes or no answer for particular number as parameter
3. Then another combo box will be enabled or disabled accordingly.
4. If enabled then this combo box will need to load itself dynamically
from specific table. It just a simple select like select xxx from
table A
My question is there any available jquery plugin for this requirement?
Or I must have build this from scratch?
I am new to AJAX and found out about jquery and it is really nice
indeed.
But I cant spend all my time browsing through so many jquery plugins
there.
So if you are an AJAX expert or may have better experience than me,
you could help giving me advice and I would appreciate it.
Thanks