SOLVED
Ok
I found in this conversation:
"Form with two buttons determining which was clicked"
by Mark Steudel and Hector Virgen
So If you want add this feature to your UI Tab do this:
$('#myForm input[type=submit]').click( function(event) {
var element = ( event
Hi James
Not yet, but thanks.
if I find a solution I will post here.
Cheers!
macm
2009/2/6 James
>
> How about, instead of:
> x = this.id;
>
> try:
> x = $(this).attr('id');
>
> On Feb 6, 1:22 am, Mario Moura wrote:
> > Hi Folks
> >
> > I did this with ajax tab options and Jquery Form
>
How about, instead of:
x = this.id;
try:
x = $(this).attr('id');
On Feb 6, 1:22 am, Mario Moura wrote:
> Hi Folks
>
> I did this with ajax tab options and Jquery Form
>
> $(document).ready(function() {
> $("#myForm").ajaxForm( function() {
> $("#tabs").tabs("select",2);
> });
>
>
3 matches
Mail list logo