$('#tabs > ul a:first').text('New text');

--Klaus


On 8 Jan., 07:25, jalal <[email protected]> wrote:
> Hello,
>
> I would like to change tab title programmatically.
>
> <div id="tabs">
>         <ul>
>                 <li><a href="#tabs-1">Nunc tincidunt</a></li>
>                 <li><a href="#tabs-2">Proin dolor</a></li>
>                 <li><a href="#tabs-3">Aenean lacinia</a></li>
>         </ul>
>         <div id="tabs-1">
>                 <p>s.</p>
>         </div>
>         <div id="tabs-2">
>                 <p>s.</p>
>         </div>
>         <div id="tabs-3">
>                 <p>t.</p>
>         </div>
> </div>
>
> here i would like to change "Nunc tincidunt" to something else by
> programmatically.
>
> Is there any way?
>
> Thanks & Regards
> Jalal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to