[jQuery] Re: Opacity for background, but not for the element inside

2009-12-06 Thread Nivanka
Rather than setting the opacity from a javascript I prefer if you can do it in your CSS. .work div{ opacity: 1 !important; } This is better as it doesnt go through the DOM to set the opacity. to save memory, time of execution etc. On Dec 7, 8:26 am, Dhruva Sagar dhruva.sa...@gmail.com

[jQuery] Re: Opacity for background, but not for the element inside

2009-12-06 Thread Nivanka
Rather than setting the opacity from a javascript I prefer if you can do it in your CSS. .work div{ opacity: 1 !important; } This is better as it doesnt go through the DOM to set the opacity. to save memory, time of execution etc. On Dec 7, 8:26 am, Dhruva Sagar dhruva.sa...@gmail.com

[jQuery] Re: Opacity for background, but not for the element inside

2009-12-06 Thread Nivanka
yes, but you can have a hold Division and add the CSS. I dont mind an extra division to avoid using scripts to do the CSS for me. On Dec 7, 8:58 am, Dhruva Sagar dhruva.sa...@gmail.com wrote: @Nivanka but that presents a problem that I need to know the child elements of .work before hand

[jQuery] Re: TinyMce with .load

2009-10-28 Thread Nivanka
Hi I did a similar thing but for the load event of an ajax callback. It works smoothly, below is my code. jQuery(#uploadEdit).load( urltotalk, { dir : jQuery(#NewsletterSelector).val() }, function (){

[jQuery] Re: Fading Background AND Text, Navigation?

2009-10-28 Thread Nivanka
Hi, I think you will be able to do it by using the fadeIn fadeOut methods. just fade the anchor (a/a). And all will work as you need. The example you gave it is not fading I feel. It just change the color from green to red gradually. But with setting the opacity you can fade the text and the

[jQuery] announcing a simple progressbar

2009-10-26 Thread Nivanka
I did a simple progress bar which can work on top of jQuery for a project. and just uploaded it so everyone can use it. Check it out http://open.whynotonline.com/progress-bar/ A demo and a little description is here http://open.whynotonline.com/progressbar/index.html

[jQuery] select decorator plugin

2009-10-24 Thread Nivanka
I published this plugin sometimes back. Its main purpose is to provide a solution to style select boxes as needed. This is impossible with pure HTML and CSS. Also though FireFox working with the transparencies IE doesnt do it well. And on IE 6 the selectbox appears on top of each z-indexs. By

[jQuery] new to this list

2009-10-24 Thread Nivanka
Though I am new to this mailing list, I have been a jquery user for some time now. and have published some plugins for the community on the jquery website as well as on my company website http://open.whynotonline.com. I would like to join the jquery community to build more connections with the

[jQuery] Re: new to this list

2009-10-24 Thread Nivanka
thank for the welcome Rick. I posted another post about some plugin I did http://groups.google.com/group/jquery-en/browse_thread/thread/32088c7733cb812e/4dc9cea53725aa07?hl=enlnk=gstq=nivanka#4dc9cea53725aa07 check it out On Oct 24, 8:36 pm, Rick Faircloth r...@whitestonemedia.com wrote