Hi,
I'm currently playing with hslides.js which is an horizontal
accordion.
thanx for your help ;)
regards,
f.
Hi all,
I want flash menu go away from my site. I've found
http://interface.eyecon.ro/demos/menu.html but it seems a little buggy
and needs too much js.
I imagine a menu with 3 horizontal boxes (with a picture in each).
When i hover on one of the box, its width increases to let appear a
text bes
thank you Pierre and Charlie, this is exactely what i'm looking for ;)
regards,
f.
s say, the 4th image, by
> clicking on it. I don't see where class can help me. I surely must use
> some kind of array but in which way ?
>
> regards,
>
> f.
>
> > You can use the live event gestion if you use jquery > 1.3
> > (http://docs.jquery.com/Events
ents/live)
> Pierre
>
> 2009/6/12 fabrice.regnier
>
>
>
> > Hi all,
>
> > When i click once on a button, i create one picture on the fly. And so
> > on. It works ok.
>
> > Then, using livequery, when i click on one of the all created
> > pictures, i wou
Hi all,
When i click once on a button, i create one picture on the fly. And so
on. It works ok.
Then, using livequery, when i click on one of the all created
pictures, i would like to see it removed. But it appears that only the
first pic is removed (since all have the same name).
What is my mi
Hi all,
Some time ago, i've seen a jquery plugin that could allow to "clone" a
combobox ( ) ,underneath the first one, as soon as a
choice was made.
I can't put my finger on it anymore. Any link ?
regards,
f.
hi to all,
I'm looking for a fisheye menu that would be integrated in jquery
(ui ?).
I already know fisheye from Interface.
It seems this menu doesn't exist yet. May be someone can tell us
more ?
regards,
f.
> You are only calling 'corner' once so it will only execute once. If
> you want it to execute after Idsubmit has been clicked then you need
> to call it in that event handler. Perhaps like this:
Thanks a lot, really.
More over, thanks to the well known jquery plugin creator, i've cited
"Mike
Ok, i know now that i have to rebind but in wich way ?
Here is the code that should show 2 divs with corners and foo and foo2
in it.
Where is my mistake ?
thanks and regards,
f.
div.rounded { background: #6af;}
$(document).ready(function(){
$('.rounded').corner();
Hi to all ;)
jquery.corner doesn't work when html is written in ajax request on the
fly and send back to the client.
Should i use LiveQuery or something else to make it working ?
thanx and regards,
f.
perfect! thanx a lot.
days after days, i feel the power of jquery !
"may the js be with you luke" ;)
regards,
f.
Hi to all,
i have a nice gif "please wait while loading..." and i'd like to show
it when i click on a button. Is there a nice jquery way to do it ? do
i need a plugin ?
$("#Idsubmit").click(function () {
--> start showing the gif
long process
Hi,
I can't find the option of datepicker that could highlight the current
day when i open a calendar.
Any idea ?
thanks in advance,
regards,
f.
upposed to act when you introduce them to the document.
I don't get you. Could you give me a short exemple to make it
understandable ?
regards,
f.
>
> [1]http://brandonaaron.net/docs/livequery/
>
> On Thu, Dec 4, 2008 at 11:06 AM, fabrice.regnier
>
> <[EMAIL PROTECTED]&g
hi to all ;)
It seems that click function doesn't work on html element created on
the fly with jquery. Where am i wrong ?
When i click on the checkbox from paragraph "P2", i got the alert.
But when i click on the checkbox from paragraph "P1" created on the
fly (when i submit a button), then i go
Hi all ;)
I'm very new to jquery.
I'm playing with JSON and have some prob to retrieve the result.
Here is the client side:
$(document).ready(function(){
$("#IdEmailField").blur(function(){
alert("FOO1"); --> it works
$.getJSON("test.php", function(json){
17 matches
Mail list logo