Hi,
I'm trying to bind fonts from a DropDown menu into the text typed in
INPUT box and displaying it in a P tag. Can you please help me how to go
about it. I tried some ways...
here it what i tried so far
<script type="text/javascript" >
function txtFunction() { x=document.getElementById('inputText'); y=document.getElementById('displayText'); y.innerHTML=x.value; x.value=''; }
Hi, Has anyone heard about Anglo jQuery? I was stumped when somebody asked me. Any website for more inputs? Also, how many of these kinds are there? (if et all) Thanks in adv...
Hi, I'm Trying to do a custom drop-down using jquery.
<select> <option>Please select a name</option> <option value="1">Tom</option> <option value="2">Jerry</option> </select>
I don't want 'Please select a name' to be part of drop-down. It should be there as a link and the drop-down icon on the right (aligned with it). when clicked on it, the option list should appear below. When clicked on for eg., Tom it should replace the text 'Please select a name'. I tried it with disabled and other jquery like remove(),. update() etc. but its not working.
I have a project to do in jquery, some help would be helpfull.
When clicked on a single image, it should display 2 images with hyperlinks and a message. There is also dropdown box.
Example: When I click on tiger.jpg it should display its food chain that is goat.jpg and deer.jpg (2 images) Secondly, goat.jpg and deer.jpg should have hyperlinks when displayed. When i click on goat it should take me to goat.com, when clicked on deer it should take me to deer.com Thirdly, there is a dropdown menu with options like tiger, lion, eagle etc. If I select Eagle, then the Eagle image should appear, and when clicked on eagle snake image and rabbit image should displayed with hyper links. I know this is too much to ask, but im trying this for last one month and not getting it. You help would we appreciated...