[jQuery] Re: JQuery Treeview - Display sub nodes when mouse over menu

2009-05-26 Thread Zeeshan Khan
is tree expanding on CLICK...what are u doing to expand it...i mean are u calling a function or a CSS class...if u are calling a function u can override the HOVER function if u r jst changing the CSS u can change the CSS on hover.. Regards; Zeeshan Ahmed Khan On Tue, May 26, 2009 at 10:51 AM,

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-05-10 Thread Zeeshan Khan
MorningZ what should i do now about my tab problem? Regards; Zeeshan Ahmed Khan On Fri, Apr 24, 2009 at 5:47 PM, Zeeshan Khan khan.zeesha...@gmail.comwrote: so what shud i do to solve my prblm? Regards; Zeeshan Ahmed Khan On Fri, Apr 24, 2009 at 3:58 PM, MorningZ morni...@gmail.com

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-24 Thread Zeeshan Khan
with a DOM node, hence the .firstChild or .insertBefore isn't supported for use at that point On Apr 24, 12:23 am, Zeeshan Khan khan.zeesha...@gmail.com wrote: I debugged the code find htat its crashing at this line : *head.insertBefore( script, head.firstChild );* * * it first checks

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-23 Thread Zeeshan Khan
Check this Link U'll knw the Problem that i'm talking about. http://aspspider.info/KhanZeeshan/ Check it IE6 IE7 i chekced it in IE8,FF 3.0 Chorme safari ti works gr8 in All browsers xcpt IE6 IE7. On Thu, Apr 23, 2009 at 8:47 AM, Zeeshan Khan khan.zeesha...@gmail.comwrote: i validated my

[jQuery] Re: jquery lightbox - ie height problem

2009-04-23 Thread Zeeshan Khan
if u mean the gray background u get when u click the image...it working fine in all the four browsers i tried IE7,FF 3.0,Chrome safari..if this is not ur problm then cud u give more detail.. Regards; Zeeshan Ahmed Khan On Thu, Apr 23, 2009 at 1:17 PM, Titti prima...@gmail.com wrote: Hi,

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-23 Thread Zeeshan Khan
want, you'll have solved your problem. Jonathan Zeeshan Khan wrote: Check this Link U'll knw the Problem that i'm talking about. http://aspspider.info/KhanZeeshan/ Check it IE6 IE7 i chekced it in IE8,FF 3.0 Chorme safari ti works gr8 in All browsers xcpt IE6 IE7. On Thu, Apr 23

[jQuery] Re: select only the father

2009-04-22 Thread Zeeshan Khan
Instead of call the parent you can call Only that DIV of which u want to change the background color $(document).ready(function(){ //action when the mouse is over : $(#delete).mouseover(function(){ // I select the .delete divs. //now i want to

[jQuery] Re: select only the father

2009-04-22 Thread Zeeshan Khan
for you answser. Of course I could do that, expect that I'll have an undefined number of container div. That's why I gave them classes and no id ! Thank you On 22 avr, 13:17, Zeeshan Khan khan.zeesha...@gmail.com wrote: Instead of call the parent you can call Only that DIV of which u want

[jQuery] Re: select only the father

2009-04-22 Thread Zeeshan Khan
gave them classes and no id ! Thank you On 22 avr, 13:17, Zeeshan Khan khan.zeesha...@gmail.com wrote: Instead of call the parent you can call Only that DIV of which u want to change the background color $(document).ready(function(){ //action when the mouse

[jQuery] Re: load an aspx page (or ascx) in a div

2009-04-22 Thread Zeeshan Khan
did u try this? *$(#div_Id).load('page1.aspx');* On Wed, Apr 22, 2009 at 10:45 PM, MorningZ morni...@gmail.com wrote: This has worked for me in the past:

[jQuery] Re: IE6/IE7 Error (Object doesn't support this property or method)

2009-04-22 Thread Zeeshan Khan
i validated my html Javascript as well...but there was no error..i don't know any free asp.net web hosting site...if u know any please let me know i'll upload my site there..then u guys can check it thoroughly.. On Wed, Apr 22, 2009 at 6:02 PM, Jonathan Vanherpe (T T NV) jonat...@tnt.be