You Can use following code...
$(document).ready(function() {
$('#list1').hide();
$('#list').show();
$("#btn .btn1").bind("mouseover", function(){
$('#list').show("slow");
$('#list1').hide();
});
$("#btn1 .btn2").bind("mouseover", function(){
$('#list1').show("slow");
$('#list').hide();
});
Thanks mike... its working now... :) :) but i am unable to understand
this line of code
var id = x == 'hi' ? '#list' : '#list1';
can u explane me???
On Jan 5, 6:45 pm, Mike Alsup wrote:
> > ya i know mike ... but i have to hide another list when you select
> > next like if you select "hi" it
ya i know mike ... but i have to hide another list when you select
next like if you select "hi" it has to display list related to "hi"
and when we select "Hello" it has to display list related to "Hello"
and hide list related to "hi" ... but it not doing... if i put hide
code in if() then it simpl
Hi Link for page is
http://www.ennovations.in/rentbhai/test.html
u can see code on that page.
On Jan 3, 10:11 pm, Vijendra wrote:
> Thanks mike for your prompt reply but now i am able to display that
> list but i have to firstly select second or any other option leaving
> the first o
Thanks mike for your prompt reply but now i am able to display that
list but i have to firstly select second or any other option leaving
the first one, sorry i cant post that code now but post the link and
code tomorrow.
On Jan 3, 8:10 pm, Mike Alsup wrote:
> > I am trying to display many lists
Hi Friends,
I am trying to display many lists based on selection in a combo box
but can't able to achieve it as when i select any option in combo it
displays same list on each option selection. Any help will we welcome
and thanks for that help.
6 matches
Mail list logo