here the code
// if I type like below code, auto complete it's show..
$('#edit-submitted-order-no').autocomplete(["one","two","three"]);
// but if I type like below code, auto complete not showing... why?
anybody can help?... thanks
$.ajax({
type: "POST",
url: "test.php",
gt; This is untested and certainly not the best way to do this (like I said
> earlier). You should be using CSS for image rollovers.
>
> Teddy wrote:
> > I mean not like that...
>
> > I mean what ever the src value I want toaddhover when it hover
> > and when mous
ion(){
> $("img").bind("mouseover",function(){
> $(this).attr("src","/images/menu-my-account-hover.png");
> });
>
> });
>
> but this is the worst way you can do rollovers. You should be doing this in
> pure CS
If I have a tag image like this..
and when hover that image I want became like this
How to code this with jquery?
Thanks
4 matches
Mail list logo