JQuery :: Setting Default Value For Caption

Nov 25, 2010

I cannot work out why this doesn't work.
$(document).ready(
function(){
// Actual jQuery goodness that moves the captions
// Set the default value for the caption
$('.boxcaption').live('click',
function(){
console.log(this);
});
});
When I run the following and click on a .boxcaption element. It returns the this value 15 times, once for each .boxcaption that is on the page. I only want to return one value, which is the one I have clicked on.

View 1 Replies


ADVERTISEMENT

JQuery :: Modifying From Default Setting?

Apr 17, 2010

I'm trying to make a blog and I am facing a problem with the plugin using jQuery 'sidebarTabs'.

The blog is here Paris sportifs My question is: Is it possible to display no one sub-category(none) instead of all sub-categories related to the first title ('Paris Sportifs') The creator of the plugin was very friendly and made me good service, but he said that it is not possible because the jQuery library by default is set to display the first sub-section ('Les bases pour débuter etc

[Code]...

View 2 Replies View Related

JQuery :: IE - Setting Default Value Of A Hidden Single Select Dropdown

Mar 3, 2011

I have a single select dropdown in my application which is hidden for one type of user group. Before a user from this group can save any data, I have to explicitly select the default value of this dropdown for him as this dropdown is not visible to him.

Issue: In IE, this default value doesn't get selected as it is not populated but works fine in Firefox. Is this a jQuery bug?

View 1 Replies View Related

Setting Default Mouse Position

Jun 13, 2007

Is there a way to set the default mouse position on a page when the
page loads?

View 3 Replies View Related

Setting Pull Downs To A Default?

Apr 28, 2010

I'm using pull downs for date but it always starts up "Dec" "31" "Year". How can I set it to start as "Month" "Date" "Year"?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Main</title>

[Code]....

View 1 Replies View Related

Setting Visible Default Value For Password Form Field

Aug 17, 2004

I have a password field like this:

<input name="site_assword" type="password" class=loginform value="password" size="10" onfocus="this.value=''" onblur="if (this.value=='') {this.value='password'}">

It shows a default value which dissapears when the user clicks on the password field. However, because the input field type is set to 'password', whatever I set as the default value is masked by *

Is there any way around this to make normal text appear but still have the input box masked when they start to type the password?

View 5 Replies View Related

Setting A Cookie When User Clicks A Link And Prevent Default?

May 29, 2011

I'm trying to set a cookie when a user clicks a hyper link.

Do you think I should prevent the default behavior of pressing a link first, and then set the cookie?

Or could I just set the cookie on a hyper link click event, and hope the client sets the cookie, before they are directed to another page.

View 3 Replies View Related

JQuery :: Default CSS To Element - Put All CSS Values On My Selected Elements Back To Its Default

Sep 14, 2010

I am looking for a way to put all CSS values on my selected elements back to its default. I was wondering if anyone has maybe done this before and if not has any idea's to get me started.

The idea is that when I use for example:

The elements within .setDefault will return to its default font/color/height/width etc... so basically all posible values.

View 6 Replies View Related

JQuery :: Add A Caption To Images - FancyBox

Oct 17, 2011

I have a gallery on my site here:

[URL]

add a caption to the bottom of the images when they are clicked on and perhaps even a link?

View 2 Replies View Related

JQuery :: Image Caption With Opacity Fade?

Sep 8, 2010

Ive used this tutorial code...

But when I hover over the Wrapper DIV the Description DIV also fades.

I want the Description DIV to remain at 100 opacity even when I hover over the wrapper.

Is that possible?

View 3 Replies View Related

JQuery :: Is The <caption> Tag Inside A Table Supported

Nov 29, 2009

is the <caption> Tag inside a Table supported? An if yes, how can i read the text inside this tag?

View 1 Replies View Related

JQuery :: Unordered List - Place A Picture Into A Div - Caption Into Another Div

Sep 26, 2011

I'm setting up a web page and think jQuery will be able to sort this out for me.

I have an unordered list (5 items so far, but a few more may need to be added). On clicking on any of the items I need three things to happen on the page:

1. place a picture into a div
2. place a caption into another div
3. place a title into a third div

Clicking on a second item needs to hide these and show that item's related three bits.

So, is jQuery/javascript my best tool, how I can achieve it?

View 3 Replies View Related

JQuery :: Cycle For Rotation Banner With Different Color Caption?

Dec 1, 2010

I am using the jquerry cycle to create a rotation banner with a caption/title within a CMS everything is working properly. the problem is that on the next step i need to make the caption color change according to the captionis there a way to control that? this is my code so far

[Code]...

View 1 Replies View Related

JQuery :: Create A Rotator Which Displays A Large Image With Caption And Uses Next/previous Button And Thumbnails For Control?

Feb 17, 2010

New to javascript/jquery, been trying to create a rotator which displays a large image with caption and uses next/previous button and thumbnails for control. Everything works fine but when the rotator gets to the last item i'd like it to go back to the first, and when the previous button is clicked at the first item I'd like it to go to the last.

$(document).ready(function() {
//set to zero
var x = 0;

[code]....

View 1 Replies View Related

The Caption Game

Feb 14, 2003

I am trying to get a line of text that a user types into a textfield to appear somewhere else on the screen. AT teh moment when the user presses submit it refreshes the page and does write the text line to the screen but it is a brand new page and I lose all my content.

View 11 Replies View Related

Put A Caption Under A Picture?

Jun 9, 2010

I have been trying for several days now to append a text caption to a displayed image using Javascript, but with no real success. Perhaps JS is not the best way. Has anyone a suggestion as to the best way to tackle this.

I want to replace the image captions with text ones to help speed up the site. It is my home site here [URL].

A modification of the existing code seems obvious, but I have been unable to do this.

View 6 Replies View Related

Add A Title And Or A Caption To Each Image?

Jan 27, 2009

Here is the code im using for a slideshow, i would like to add a title and or a caption to each image

<td width="33%"><h4><u><center>Slideshow</center></u><br/><img src="Images/img1.jpg" name="photoslider">
<div align="center">
<script type= "text/javascript">

[Code]....

View 2 Replies View Related

Change A Photo Caption?

Feb 10, 2009

I have a database that contains a filename and an associated caption. Switching the photos works OK, but I want the caption above the photo to change as well. I'm getting the correct data back so that's not the issue.[code]...

View 6 Replies View Related

Resolved Need Lightbox With 3 Lines In Caption

Jun 5, 2009

I'm looking for a lightbox that allows me to have 3 lines of captions. Line one would be the art title, line two would be art dimensions, and line three would be media used. Would someone point me in the right direction? I have a lightbox that supports multiple lines, but doesn't allow for line breaks in the caption.

View 6 Replies View Related

Photo Gallery Caption Won't Change?

Oct 2, 2009

Im not sure if this is a php problem or javascript, but since the actual photo gallery is run by javascript I'll post it here, sorry if its not though.

Everything works fine but when I click on another image to change the main image the caption wont change with it.

<script type="text/javascript">
// Gallery script.
// With image cross fade effect for those browsers that support it.
// Script copyright (C) 2004-08 [url]www.cryer.co.uk[/url].

[Code].....

View 2 Replies View Related

Modal Window With Html In Caption?

Jan 25, 2011

point me in the right direction as to where I can find a javascript modal window image viewer that allows html in the caption area? It seems like I've been searching forever and can't find anything that natively supports it.If one doesn't exist, then maybe point me in the direction of adapting one? My js knowledge is a little limited.

View 3 Replies View Related

Line Break In Button Caption ?

Apr 5, 2011

I have a button in a form and I want to change the text displayed when button is clicked.Here is how button is declared-

<button type="button" name="sel1" id="sel1" class="chooseNo" onClick="selectNum(this,1);">Choose<br >Nos</button>

Text inside the button is displayed in two lines.However when I try to change text after click event, it shows <br /> tag instead of inserting line break- Here is java script that I am using-

function resetBtnText(idx,txt){
//txt has a vale of - "Clear <br/>Nos"
document.getElementById("sel"+idx).innnerHTML =txt;[code]........

View 9 Replies View Related

Change The Caption Of Buttons Using Client Side Scripting?

Oct 14, 2011

I am having a query on javascript dialog box which gets thrown on "onbeforeunload" event. i.e "leave page .. " or "stay on current page" is it possible to change the caption of these buttons using client side scripting?

View 1 Replies View Related

Random Static Image+caption Script Needs Links?

Mar 3, 2010

Here is a script I found which works well for randomly selecting a static image when loading/refreshing a page, and allows captions for the images. I need this to also have the images link to other pages. I lack the javascript ability to do so.

Code:

<!DOCTYPE -don't forget to use one of these!
<head>
<title></title>

[code]....

View 2 Replies View Related

Can't Remove Mouseover Caption Numbers From Gallery Thumbnails / Fix It?

May 6, 2010

I can't find a way to remove the mouseover caption title numbers on my thumbnails without messing up something else. code...

View 4 Replies View Related

Adding Text Caption To Image (next-previous) Clickthrough Script

Feb 11, 2010

I have a script which I grabbed from here: [URL] It does partially what I want but I need more functionality, specifically,

1) add caption text below each image in the form of "1 of 5, 2 of 5, etc."
2) make the current image clickable to go to respective URL of my choice

I have a rough mockup here: [URL] My question is, does anyone know of a script that already does all this? It needs to play friendly with all major browsers. I'm not a JS programmer, but can dabble with small changes if shown what's needed to modify this script.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved