Are those nested s:url tags? impressive.
$(document).ready(function(){
$("#reallyLongLink").click(function(){
//and to integrate with Struts2
alert('');
});
});
newton.dave wrote:
>
> Seshagiri V wrote:
>> Sorry,
>> Required :-
>> Some example of c
Seshagiri V wrote:
Sorry,
Required :-
Some example of code in jQuery with events likes as
onClick...struts2.0
That's a lot of periods.
It's still not clear what you want. In your first message you included a
bunch of code and asked for a conversion to jQue
x27;s url to javascript of jQuery.(such as
onClick etc events)
It's not exactly clear what you're asking If you want to use the
url in a javascript, then just assign the generated output to a
javascript variable:
function myFunc() {
var jsVariable = '';
// Do
It's not exactly clear what you're asking If you want to use the
url in a javascript, then just assign the generated output to a
javascript variable:
function myFunc() {
var jsVariable = '';
// Do something with jsVariable
functionThatUsesJsVariable(jsVariable);
}
If that's not what you
Hi All,
Imported jQuery of js file. It is working fine. But how to work onClick
event with parameters in sturts2.0.
Please send me sample code.
Here is a snippet of my code in the jsp:
5 matches
Mail list logo