Have A Smaller Version Of Picture
Nov 3, 2009How can you have a smaller version of a picture and when you click on it a bigger version pops up?
View 4 RepliesHow can you have a smaller version of a picture and when you click on it a bigger version pops up?
View 4 RepliesSee these demos here [URL]. I want to do the same thing (red on error and removes red upon correct entry) but only with one simple input (a spam question). All that jquery for one little thing seems def overkill. Anyone have a custom little script lying around or know of a example?
View 7 Replies View RelatedOK so the basic stylesheets comprise about 800 lines of code and look about as fragile as Trump's ego; I don't understand what most of these CSS selectors actually refer to and I'm intimidated about breaking something.I need to make a smaller (less width, 230px wide to be exact) version of the audio player.[URL]
View 2 Replies View RelatedThe code is working 100%, but the only problem is with the function calling statement. It is working on the first img (picture) i want it to be called on the second picture.
<!DOCTYPE html PUBLIC "-w3cDTD xhtml 1.0 strict EN"
<html xmlns=http:www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = http:www.w3.org/1999/xhtml">
[code]....
I am trying to change a picture in a program but I keeps being a broken picture link.
[Code]...
I've been working on photo gallery that can be seen here: [URL] I would like the title to change according to the picture selected. This works when you click on the thumbnail images. However, it current does not work with the drop-down menu, "back" and "next" buttons, or the automatic slide-show.
[Code]...
i looking for a way to stretch picture in background and put some divs over that picture with links and text. what i find so far don't work in all browsers any one know something like this?
View 5 Replies View RelatedI have problems updating from version 1.7.2. to version 1.8. I'm using a custom theme - can anybody give me a step-by-step guide how to update without destroying the whole site ? :) I would like to have the button featueres in the new version
View 1 Replies View RelatedI'd like to know please if there is a Javascript solution for enlarging pictures.
The outcome I am seeking is for the user to click on a thumbnail picture which then links to a bigger picture I dont want to use a HTML hyperlink.
I am trying to get started using JQuery, but I find I can't even get to lesson #1. When I go to jquery.com and click to download the latest version (or any version) it doesn't "download" anything. It opens the file as a webpage in my browser and I see all the JQuery in one big string. Why won't the file just download? Is it the browser I am using? Is it my Mac?
View 2 Replies View RelatedWhen I use Window.open ("mywindow.htm") the size of the window is the same as
the size of the original. How can I open the new window in a smaller size, so
people can still see my main window, and the smaller one.
I would like to split jquery into smaller files to enhance loading timefor mobile devices. Smarphones can't cache files larger than 20kb. Is it possible spilt jquery into smaller files?
View 2 Replies View RelatedDon't know if am in the right section to post this, but I want to create something in html as defined in the attached image.
What I want is if I click on the small 'Contact Us' div, it should open the contents in the bigger one at the bottom of the page, same applies for the other small divs, and by default I want the Contact Us content to appear in the bigger div when the page is loaded, and then replaced as and when clicked on other divs.
auto grab the webpage url yor on and put it into a smaller url. Could redirect towith url in the input box or does it`s own shortening.... I need it to be a extension form (ex: javascript:alert) xD.I'm needing this code for DSi user`s on DSiHub (DSi can't copy'n past) to make it easy for them to get avatars or post long links
View 1 Replies View Relatedi want to hide a floating div if the user screen is < 1024 as it will overlay with my blog content area. i found this jquery on the net i am not sure how to use it.
$
(
document
).
[Code].....
my relative wanted this star trail effect on the site: URL...I did similar effect below but I couldn't make smaller stars on trail, how can I achieve this?
View 2 Replies View Relatedi'm sure this is an easy fix, [URL] trying to get rid of the black background around the smaller pictures in the slideshow.
View 3 Replies View RelatedI would like to make to horizontal items smaller in height. Is there an easy way of going this?
View 1 Replies View RelatedIs there a way to use javascript to increase the overall document text
size, just like if you click View->Text Size->Largest, Larger, Medium,
Smaller, Smallest? This is on IE browser.
I have successfully installed the datepicker jQuery plugin...works great. Here is what I am trying to do, and have not been able to figure it out. I would like our clients to be able to select any date that is past the current date, BUT, if the selected date is within 72 hours, I would like a popup javascript alert with a custom message.
i.e. Today is 7/30/2010...Bob selects 8/1/2010 from the calendar. It returns the date in a MM/DD/YYYY format to the form...and an alert pops up letting Bob now that availability may not beguaranteed.
Update: I have been playing with the code a bit....One way I am attempting to create this is by setting the 'defaultDate' to +3d and trying to create an IF statement that will alert if the selectedDate is smaller than defaultDate.
[div id="WhateverHolder"]
[div class="item"][/div]
[div class="item"][/div]
[div class="item"][/div]
[code]....
I have looked for a plugin that can do this but to no avail what is the easiest way to do this in jQuery
A plug-in that shows only a part of the image and not the whole image.
To be clear, I don't need resizing, just sectional viewing.
I have large images of map/newspaper, but I only want to center to a position and show a part of the image, how can I do that.
I have looked at a couple of the pop-up plug-ins and they don't do that. Also, I don't need pop up functionality.
For e.g. only show a specific part of map, or a newspaper.
I've got a quick and little jQuery script set up so that when I hover over a div (#meatHome), a smaller div with a play button pops up (#playVideo). When you hit play, a div with a youtube embed comes up and plays (#promoVideo). Everything works, save for the fact that once the video comes up, I don't want the play button to come up anymore when I hover over it.
Here's the code:
When the play button is pressed, show the video player
Now, I have also tried using this for the function on lines 15 thru 18.
Which succesfully hides the #playVideo div permanently but fails to show the video div. If I swap out ($("#promoVideo")) with a simple string of text, it appears to work just fine. Can anybody shed some light on my plight?
If you need the html code, here it is as well.
make my script smaller by creating a function that controlls every textboxes instead of one textbox. See below my code that I want to make it smaller...
$(".searchField").focus(
function()
{
[code]....
In Javascript, how do I detect that the user has used the browser's menu
command to make the font smaller?
I just need some kind of event or callback, so I can adapt to the new
environment.
Does anyone have a quick script to find which version of IE a page is
being viewed with?
Specifically, I want to seperate version 4 from versions 5+, and post a
warning against using 4.
I expect I'll have to search out the (navigator.appAgent) string for
the MSIE substring, but since I don't need it until tomorrow, laziness
dictates I ask here before getting on with it. Is there another
variable? a less cumbersome way?