Text-decoration

Jan 31, 2006

I am trying to access the text-decoration property for an element's
style.

I know that this works:

Object.style.color = 'blue'

but this doesn't:

Object.style.text-decoration='line-through'

The 2nd appears to choke on the hyphen in text-decoration?

Is this the problem? How else can I access text-decoration for the
style?

View 2 Replies


ADVERTISEMENT

Text Style Decoration In Js

Nov 1, 2005

I am looking for the javascript equivalent of:

style="text-decoration:underline;" in a span tag created dynamically.

I was thinking it was:

mySPAN.style.text-decoration="underline";

but that should fail because "text-decoration" is not going to be
recognized.

View 2 Replies View Related

Create A Chrome Extension That Can Pass Text From A Text Box To A Webpage Text Box

Feb 19, 2010

I am trying to create a chrome extension that can pass text from a text box to a webpage text box. Basically my company has an intranet site where you can search for an employee. The url does not display the search terms so i cant just append to it. Since I cant really work on this outside of work (its an intranet site) i have tried replicating it from home using the let me google that for you (www.lmgtfy.com) site.

View 2 Replies View Related

Import A Text File - Give The Variable ContentString Its Text From A Hosted Text File In A Similar Manner

Sep 30, 2010

I have some Javascript which says this:

Now that is fine when the text is only one line long. Suppose it's longer? What I want to do is have Javascript give the variable contentString its text from a hosted text file in a similar manner to the way Javascript can insert more Javascript using a hosted .js file.

I illustrate what I need to do using some "dummy" javascript:

View 2 Replies View Related

Auto Fill Text Box When Text Entered Into Another Text Box?

Oct 12, 2010

I have a form with 9 text fields and a text area. What I want to do is replace the text in the text area depending on how many fields contain text. For example my text boxes are named 1 to 9, if the user enters text in the first five boxes I want the text area to auto fill with 'you have selected boxes 1 to 5' if the user selects all nine it will say 'you have selected 1 to 9', therefore, the user must complete the text boxes in order. I have it working with an onchange event but i have a button on the form to also auto fill the text boxes and it does not work if this is clicked

View 7 Replies View Related

Output Text When Text Is Entered To A Text Area?

Dec 16, 2010

As of right now I have a code that will work in IE but wont work in FireFox...go figure. Basically what I want to have happen is when you type in an area code it will provide an output in a predetermined area of the page.

For Example:
Input- 512
Output - Austin, TX

The code that I have doesn't work with firefox and I was just wondering if there was a code that would allow that to happen.

View 1 Replies View Related

Text Of A Text-box Or Text-area Restrict To Readonly?

Oct 18, 2011

Would u pls let me know whether the following is possible or not: User can be able to insert text on a text-box or text-area(form) as usually we use text-area to do so. But I want to put some readonly text using an open and close tag

for example: <ro>This is readonly text</ro>insert your text here Can I be able to make the text inside <ro>..</ro> tag readonly, it means user can't be able to modify or delete this readonly text. readonly text length not fixed. only way to recognize the readonly text is the <ro> tag.

View 1 Replies View Related

OnClick Adds Text Field To Page (Limit 3 - Each Text Field Displays Different Text)

Nov 22, 2010

I have a text field (field1) already displayed on the HTML page. However, there's a link where you can add additional text fields to the page as well. When the link is clicked, the second text field is added successfully (field2), and when the link is clicked again, the third text field (field3) is added successfully. However, the third field does not add itself to the page, and the text for anything greater than a third field also isn't displayed after. This obviously means that my "fields" variable is not working right

<script language="javascript">
fields = 1;
function addMore() {
if (fields = 1) {
document.getElementById('addedMore').innerHTML = "<input type='text' name='field2' size='25' /> <span>Field 2.</span>";
[Code]....

View 2 Replies View Related

Show Drop Down Inside The Text Area - Text Area That User Can Enter Text

Mar 12, 2010

I need to a code to do the following.

There is a Text Area that user can enter text. assume that user enter something and put a dot Following values should be populate in a drop down at the place where dot locate .

like when we get the string object using Net Beans IDE and when we put "Object." , drop down will be displayed with available methods for that particular object. idea is to build a editor using java script.

View 1 Replies View Related

Make Expandable Text Toggle Text Icons Onclick In Place Of Images?

Nov 17, 2009

I am new to javascript, and am having an issue, which I'm sure is elementary.. I found a script for expandable content, it suffices fine. As it stands, the script toggles images onclick. For example, whence the menu is collapsed, it displays "plus.gif" next to it, and when the menu is expanded, it displays "minus.gif" next to it.

Basically, what I would like to know is, thus: how would I change it to display text icons next to it? For example, in place of "plus.gif" I should like it to display "+" as actual text. I've dredged a number of places, however, I've found nothing. Furthermore, I cannot figure out how to do it.

View 1 Replies View Related

Window.print() Function - Text Data Of Around 6 Page Length In A Text Editor

Oct 26, 2009

I m having a text data of around 6 page length in a text editor...I want to print dat data using window.print. For that i displayed dat data in a html page and used window.print(). Bt my client wants dat some line spaces shud be inserted first in the starting of the page and on the second page also...After that the printing shud be normal... How can i set the page in such a format...?

View 1 Replies View Related

Get The Cursor Start And End Position Of A Selected Range In A Text-field Or Text-area

Jun 17, 2010

I want to get the cursor start and end position of a selected range in a text-field or text-area. i tried lot of functions in various forums. but when the last character of the selection is a new line character JavaScript ignore it in IE6. any one having idea ?

View 1 Replies View Related

Text Box Input Searching For The Entered Text On Another Webpage In The Same Way Find In Page Would Do?

Apr 2, 2011

Is it possible to have a text box input searching for the entered text on another webpage in the same way Find In Page would do? I have a webpage that I want users to input an item, and that this will open the targeted webpage and bring you to (and highlight) the matched item(s) like find in page does. Is this possible or is the easiest way to just make users open the link to the target page and just complete the find in page search there?

View 1 Replies View Related

Force Insert Text Into Form Text Input Field Onload

Apr 13, 2010

Have a small problem with a cms whereby when i try to insert default text into an input text field using the "value" attribute it gets deleted. I was thinking to force insert the text in there when the page load with javascript but not sure exactly how...

<p><input name="vericode" id="vericode" value="This text doesn't display!!" type="text" onclick="value=''"/></p>

View 7 Replies View Related

The Check Box As Default Is Unchecked And When Checked Validates A Text Area For Text

Apr 4, 2011

Im trying to nut out a check box validation

The goal- the check box as default is unchecked and when checked validates a text area for text

CODE:

View 2 Replies View Related

JQuery :: Find Node Text - Making A Variable Equal The H1 Html() Without The Span Text

Nov 16, 2009

<h1>November<span>2009</span></h1>

making a variable equal the h1 html() without the span text.

// equals 'November2009'
var monthDelete = $('h1').html();
// I need just 'November'

View 1 Replies View Related

Adding Text To Textarea - Create An Additional Button That Will Insert Some Text - Certain Html Tags

Mar 10, 2010

I am creating a small CMS module for a client. I created a little form and when they click Submit, it goes straight out into an include (.inc) file, which is connected to the web page to be displayed.

The trouble I am having is that I'd like to create an additional button that will insert some text (certain html tags to make their life easier, etc) - I got it to work, actually. The script executes and the text is inserted - but once the script runs and the page refreshes (or whatever it does), the text then disappears. The only way I can seem to get it to stay put is when I use "onmouseup" instead of "onclick" - which means that every time the user accidentally mouses over the thing, it inserts the text.

View 6 Replies View Related

JQuery :: Auto-resize All Div Height To Fit Text The The Largest Text?

Mar 26, 2010

I currently have multiple combos ofimage with a description text below it.I want to lay them out inrowsand inline. So if the width of page is not enough the next one should startbeginning of next row. Each image and text is currently house by a div with float left and a set width, but if you look at the attached screenshot (1.jpg), The Oracle - eBusiness Suite gets stuck because of the differentsheight due to text size and if I set a height too, then some of the text gets covered up (2.jpg). I was thinking if I can maybe use J Query to automatically adjust height to divs on the same rowto fit the biggest text size on that row?Evenjust changing all divs to that heightbe would be ok if it'seasier.

Attachments

2.JPG
Size : 29.87 KB
Download : 544

1.JPG
Size : 26.5 KB
Download : 503

View 4 Replies View Related

JQuery :: Grab Text Nodes From Node Only, Not It's Children's Text

Jun 24, 2010

So I have the following xml:<ingredient name="rice"><us>1 cup</us><metric>250 mL</metric> of uncooked Korean rice</ingredient>

I want grab only the "of uncooked Korean rice" part. I tried to use text() but it would grab the text from inside the "us" and "metric" element.

View 9 Replies View Related

JQuery :: Using Datepicker But It Prevent's Text-changed Event In IE Of Text?

Aug 6, 2011

i m using jquery datepicker .it's works fine in all other browser except IE the only problem with IE is that the when i m using datepicker it wont fire my text change events IE.works fine in all other browse . if i remove plugin then IE fires text change .so the only problem with datepicker + IE my page is .aspx and i m using .net

View 2 Replies View Related

JQuery :: Manipulating Text In A Text Field When User Types?

Sep 30, 2010

I have a text box.I need to

1) search the database for the words user is typing in the text box. This will happen with each key press.

2) if there is a match - I need to change the text color.

How can I achieve this?

View 2 Replies View Related

Clear Text In Conditional Text Area When Radio Unchecked?

Sep 2, 2010

I have a form setup so that selecting a radio button opens a specific text field. The problem is if the user starts to enter information, then switches to a different radio button (perhaps they chose the wrong radio to start), the text they already started to enter on the previous textfield doesn't get cleared. This will be a problem later when inserting to sql.

[Code]...

View 19 Replies View Related

Inline Text Highlighting - User To Be Able To Select The Text They Want To Highlight

Sep 10, 2010

Alright, I'm using a Rooh.It WordPress plugin right now, but I don't like the way they do it, so I want to write my own code to do something similar.

I want the user to be able to select the text they want to highlight, and the background color of that text changes to whatever color they have selected.

How can I do this in JavaScript?

View 4 Replies View Related

Onfocus Text Disapears, On Blur Text Reappears If Nothing Is Typed In?

Jan 9, 2010

im trying to implement a login screen similar to Facebook. What i mean by this is i want the username and password fields to have text in them until the user selects the textfield. If the user does not type anything in the textfield the the onblur will automatically change it back, but if the user has typed something in then i want the text to be left alone.At the moment the onblur always changes the value of the textfield. Im not sure how to solve this.(code i am using is below)

Code:
<input name='username' type='text' size="10" value="username" onfocus="this.value=''" onblur="this.value='username'"/>

[code]....

View 2 Replies View Related

Search And Replace Body Text With Lower-case Text

Apr 19, 2010

The javascript below is looking for the word 'margaret thatcher' in the body and surrounding it with a link. It's lower-case but the script is ignoring the case so that won't matter. But, the problem is that because Margaret Thatcher is a proper noun, it will be capitalized in the body text yet replaced with lower-case text. How can I modify this script to look for the word while ignoring the case but use the same text it found as the replacement instead of using the text object?

[Code]...

View 2 Replies View Related

JQuery :: Splitting Text - Truncate Some Text Within A 'span' In Order To Create A 'more/less' Button To Show/hide The Additional

Mar 18, 2011

I am trying to truncate some text within a 'span' in order to create a 'more/less' button to show/hide the additional. I effectively want to turn this:

[Code]...

View 1 Replies View Related







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