Hello, I am trying to get the value .css("background-color") in this example: http://jsfiddle.net/ybLGX/ but it seems that the only colorspace retrieved is rgb, is there a way of getting such a value in hsl??? Thanks in advance for any help.
Hello, i use this piece of code to show/hide actual markup in a web page, but i want to do some function so when i call and pass a parameter it automatically sets the resulting behaviour. the thing is that i am new at jquery
outcome: behaviour displaying one or two existent markup with displaynone
-----------------------------------------------
function showmarkup(whatbutton:string,whatblock:string)
if what = search then
calldisplay(searchbutton, search)
if what = loginform then
calldisplay(loginbutton,loginform)
really i know a little of jquery more or less its on the code above in pseudo code algorithm mixed with some actual code i am using. i think i should have to wrap up everything on the jquery wrappers. Thanks in advance for your help. Salutations!!!
Hello, this is my first post. i am a newbie at the world of jquery and i have this problem on a web page. i want to start up two jquery plugins just on header wrapped with a script tag. the plugins i am using is countdown and anythingslider. the header script i use is, but for some reason it doesnt work on countdown another question is the order of the inclusion of scripts affects the script itself??? example: