What Does The % Symbol Do?
Jan 18, 2002does anyone know what the % percent symbol does in javascript? or how it is used?
i've searched all over the place online and looked a coupld of books that i have but i can't seem to find an answer.
does anyone know what the % percent symbol does in javascript? or how it is used?
i've searched all over the place online and looked a coupld of books that i have but i can't seem to find an answer.
So I have been toying with trying to Find and Replace any chars after the @ symbol in a little twitter like thing I wrote. I am having trouble getting the function to find the @username and change it to Red. Here is my function so far...
Code:
function replies(element)
{
if (!element)
{
[Code]....
how we can change text symbol in password field by using JavaScript. I mean by default there is filled circle , but I want "*" this symbol.
View 5 Replies View RelatedI am having a problem with internet explorer 7. I am working on a site that maps google maps to show .gpx files, and it is working fine in IE8, firefox (v2 and 3) and safari. However in IE 7 i am getting the following error when running the following line
Code JavaScript:
$(document).ready(function() { initialize(); $("#player_controls a img").tooltip(); });
Line: 45
Error: Expected Identifier, string or number;
The funny thing is that initialize is a clearly and previously defined function, I had some problems before with IE due to variables being out of scope, so I am afraid this may be something related, but I am not very familiar with IE inner workings so,
I am trying to prevent showing a symbol when a user clicks on an edit button.When negative numbers are entered and the edit button is clicked on then it removed the minus sign but keeps the symbol.
View 4 Replies View RelatedI have a javascript to expand and collapse content in 3 ways (all items, one item and nothing).
I have written a javascript myself but the iconcs that are used to switch between modes don't show correctly in IE7, not always then. Here's how it should work:
Default expand one, expand all, expand nothing is loaded from a cookie. If not available, expand all will be executed.
If you click on an icon an event goes which does 3 things: changes the event of the image in the browser (so open_all becomes open_one, this is how I make it switch).adds style="display: none;" to the other element and makes this one visible.saves the new state to a cookie. Code:
ich got a textarea and want to add a special symbol to it like average. would be awesome if there were a button next to the textfield where a dialog pops up. via click on the specific symbol it should be added at the promt in the textarea box. maybe something like that smiley input in this wysiwyg-editor. should be as easy for the user as possible.does anybody know a plugin for that problem? i googled a lot and didn't find anything suitabl
View 2 Replies View RelatedI have been looking for days for a way to do this but have made no progress.
The text looks fine in php but when displayed by javascript, some of the spaces are shown as an empty square symbol.
I have tried the following to change any unusual character to a space, but it doesn't help. code...
I believe that the character is created by a javascript-based editor when either the delete or backspace key is used to make an edit.
I have this strange symbol in many articles so I need a way to deal with this (the articles display fine when displayed by a php CMS).
I'm using javascript to show a preview of the article as a link tooltip.
When we use the alert(message) method to pup out a message.
The message window has always a yellow triangle symbol. Inside the triangle there is a punctuation mark "!".
I feel this triangle is ugly. Can I remove it?
I want to create a "radio" symbol on a website. When click on it, a cumulative number will be shown beside the symbol.
<form>
<input type="radio" value="Click me!" onclick="m=1; n=m+1; document.write(n);" />
</form>
I tried to move write function out of the form using Javascript but I couldn't get it.
<script type="text/javascript">
document.write(n);
</script>
I encountered a possible blockUI bug in IE7 and IE8: If you block theui and don't move your mouse after that, the cursor displays thehourglass symbol UNTIL you move your mouse again.Thus, the .unblock() method doesn't have the desired effect on themouse cursor.You can easily reproduce the effect with the blockUI demos: just clickon the "Run" Button without moving your mouse further.
View 9 Replies View RelatedI have here a jquery code that load one combobox to another with data from mysql. The point is, the combobox that receive the data from mysql, if I have a name with special character like "~" or "^" any other accent in the mysql, the combobox that receive this data appear a strange symbol like as in the file attached in the place of the letter that is with accent. The code that I have here is
$(document).ready(function(){ $("select[name=Empresas]").change(function(){
$("select[name=Unidades]").html('<option value="0">Carregando...</option>');
$.post("unidades.php",
{Empresas:$(this).val()},
function(valor){
$("select[name=Unidades]").html("<option>Selecione...</option>" + valor);
})})})
my javascript does not working after I retrieve a record that contains square symbol in the database. The square symbol should be a newline in a textarea. This is how the record "looks" in the table: [URL]
I am inserting the record using ASP and the value with square symbol is the value from a textarea with newline/enter. After that I retrieve the value using ASP and pass it to javascript and then the page is not working. If I retrieve other record which contain no square symbol then the script is working.
Okay I have some page titles that include the symbol and when it fills in the subject, it shows up as:Here's my code:
<script type="text/javascript">
function sendMessage () {
var subj = "LALALA-" + document.title;
[code]....
I'm making a calculator with javascript inside of my html, but I can't figure out the right way to produce a working ^ sign. I've searched online for 4 hours now. Does anyone happen to know what I should type? Here's my code
[Code]....
I have encountered an issue that has me totally confused. I have a
page where the user clicks on a hyper-text link and is then directed
towards another page (passing additional variables, etc.). If the
anchor text does not contain the "@" symbol, clicking on the link
works in a normal fashion. However, if the anchor text is something
like "foo@test", then clicking on the text displays the full URL
(still goes to the correct link, but I don't want the URL displayed).
I've also tried substituting the "@" symbol with its decimal
equivalent, but no luck.
Essentially, in my case I am trying to pass additional variables
that will allow the user to navigate more freely within my WebLogic
application (these variables are not initially available to the
original URL, but are appended once the user clicks on the link)...
If I pass any string containing the � symbol (GBP symbol), JSON returns a null value.
Is this a known issue, and is there a way around it?
Aside from the � issue, JSON is great and works wonders
I want know what is the mean of these symbol:
||
{}