To select all tables: $('.cbFieldsContentsTab') OR $('.cbFields')

To select all divs: $('.tab-content') OR $('.cb_tab_conten') OR
$('.cb_tab_tab_main')

To select all tables AND divs: $('.cbFields, .tab-content')

----
Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Feb 7, 2009 at 9:33 AM, Ayan <ios...@gmail.com> wrote:
>
> Hello,
>
> I need a help to catch these HTML elements -
>
> Elements -
> <table class="cbFieldsContentsTab cbFields" id="cbtf_46">....</table>
> <table class="cbFieldsContentsTab cbFields" id="cbtf_2">....</table>
> <table class="cbFieldsContentsTab cbFields" id="cbtf_21">....</table>
> <table class="cbFieldsContentsTab cbFields" id="cbtf_11">....</table>
> <table class="cbFieldsContentsTab cbFields" id="cbtf_20">....</table>
>
> <div class="tab-content cb_tab_content cb_tab_tab_main"
> id="cb_tabid_40">....</div>
> <div class="tab-content cb_tab_content cb_tab_tab_main"
> id="cb_tabid_24">....</div>
>
> What will be the statement ?
> $....

Reply via email to