Hi guys , in the following code This is what i do ,
private Speed string[] { get; set;}
internal speed duration.slow
public setspeed { get { return speed } set { speed = value;
string temp = "{ duration :"+speed.tostring()+"}";
this.Speed = new string[] {temp};
} }
the properties are all appended to the script in terms of "atribute : value " ,
the problem that i get (the output not debugger) is $("#Id").tabs({ fx: ["{duration:'slow'}"] }); because of the double quotes the jquery doent work