[jQuery] Re: Show How many text box empty How many text box filled
I use this method. $(‘input text ’).each(function(i){ // then i+1 will give you the total number of the match elements. }) On Aug 5, 10:33 am, bharani kumar wrote: > Hi , > > Basically am doing something like validation function , > > Having form with 5 text box , > > some time user many forgot to enter all field and go for submit , > > so there i want to show the message > > Like 3 textbox need to be fill , please fill fields , > > How to do this sort of functionality , > > Thanks
[jQuery] Re: All div content showing up in jQuery Tabs
maybe this tutorial can help you . http://15daysofjquery.com/jquery-online-movie-tutorial-by-john-resig/29/ On 4月3日, 上午10时24分, expresso wrote: > For some reason, when my first div loads, I'm seeing all 3 text show up even > though they're in different containers: > > > $(document).ready(function() { > $('#Tabs div:Form1Content').show(); > $('#Tabs').tabs({ fx: { opacity: 'toggle'} }); > }); > > > > #Form1Content > Images/Product/tab1.gif > #Form2Content > Images/Product/tab2.gif > #Form3Content > Images/Product/tab3.gif > > > >form > > >examples > > >test > > > > > So when this loads, I see the 2 tabs and then the text shows up below like > this: > > form > examples > test > > instead of just "form" and the rest hidden. > -- > View this message in > context:http://www.nabble.com/All-div-content-showing-up-in-jQuery-Tabs-tp228... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.