[jQuery] is this possible with jquery

2009-09-10 Thread TenthWeb.com
I am impressed with the flash stuff here and want to do this with jquery. http://www.nepenthe.com.au/go/online-shop I found a slider here: http://jqueryui.com/demos/slider/#range But the main thing is how to do the effect on sliding slider and ticking checkboxes. One thing would be getting slide

[jQuery] is this possible with jquery?

2008-03-31 Thread cmt
Hi, I have a tag on my page that I am using as a dynamic content holder. I have a javascript that loads HTML files into the via ".innerHTML". This part works fine, it loads the pages and displays nicely. However I cannot get javascripts to work in the dynamically loaded pages. I have tried

[jQuery] Is this possible with jQuery?

2008-02-16 Thread Johny
Hi, I have a website with some images.The size of these pictures are ok for the most of users but some of users, who use higher screen resolution, complain about the poor quality picture details. Would it be possible to use jQuery to enlarge pictures depending on users screen resolution? Or what

[jQuery] Is this possible with jQuery?

2007-10-02 Thread Johny
Hi, I have style defined like this div#Explanation{position:absolute; top:720px; width:10px; right: 0px;margin:40px 0 0 0;} and my HTML code * Login Popis * Password and I would like to add Explanation style to my using jQuery. Is that possible? Thanks