Tagged Questions
1
vote
2answers
14 views
jqGrid - date & time format not being applied
I have a jqGrid that displays 3 columns, one of which is a date-time (SQL Datetime field that is being returned). The colModel settings follow:
colModel:[
...
2
votes
1answer
19 views
How to custom Eclipse's formatter about jQuery code
This topic is nice, but instead of placing special tag comments everywhere, I look for a solution about jQuery code, more specifically the $ character. Eclipse formatter does not seem to recognize
...
0
votes
0answers
26 views
Live international phone number recognition [closed]
I would like a form field which recognizes a number by country code as the number is typed, preferable using jQuery. I have tried different techniques but with very little luck.
This is EXACTLY what ...
0
votes
1answer
35 views
Remove Formatting on Chrome Extension Generated Content
What is a short, quick, and efficient way to remove any formatting from a website's stylesheet on any dynamically generated content from my Chrome Extension?
For example, if I use the code below in ...
0
votes
0answers
15 views
How can I tell if my yql rest query is formatted correctly?
My rest query provides accurate data when formatted like this:
<script ...
0
votes
1answer
40 views
Remove extra br tags with JS
I have a post which contains extra line breaks and want to limit the post to only show one linebreak. I thought this css might work..
br+br{display:none}
but since the text is not wrapped in its ...
0
votes
2answers
101 views
How to Change the Date formatting with jQuery UI Datepicker and Rails?
I can't believe how complicated the date picker can be. I have looked at various questions on Stackoverflow, but can't get the formatting to work. I used the Railscasts #213 Calendars (revised) to set ...
0
votes
0answers
54 views
jQuery DataTables format numbers without knowing column indices ahead of time
I'm relatively new to DataTables and having trouble determining if it's possible to render all unformatted numbers to comma delimeted format (e.g. 1000000 -> 1,000,000) without knowing the table ...
-1
votes
3answers
44 views
Modifying Array Formatting [closed]
(sorry I posted a very similar question earlier, but it looks like my original question was a little bit off)
Here is my code:
$.ajax({
url: ...
0
votes
6answers
38 views
Changing Array Formatting
I have a two-dimensional array that is formatted as followed:
[["a",1], ["b",2]]
I want to change its formatting to this:
{"a":1,"b":2}
How can I do this? Sorry if it is an easy/stupid ...
0
votes
1answer
73 views
Format date from json with Jquery
I'm trying to write a autocomplete for TMDb, but I can't figure out how to format the date.
The TMDB API returns a date like 2001-12-19. I want to display the data like Title (Year).
I've tried to ...
0
votes
3answers
72 views
Conditionally hide cells in a table based on value in adjacent cell
I am using a third party grid to display some data and I dont have any control over the markup it produces
In the example below, I'd like to hide the submit buttons for the rows where the adjacent ...
0
votes
2answers
713 views
HTML and Javascript button to make text in a textarea bold and unbold, Possibly using JQuery?
I currently have a button that makes the text in a textarea bold it uses
<a href="#" class="stylingButtons" type="button" onclick="boldTextArea()" value="Bold Text"}>
<img alt='Bold ...
0
votes
1answer
53 views
JQuery Mobile, losing formatting when programaticaly changing button text
I am attempting to programaticaly change the text of a button in jQuery Mobile. When I do this the button loses some formatting. Below is code illustrating two attempts. Can any one suggest a way to ...
4
votes
1answer
560 views
Kendo UI Currency Formating
How do I format a grid cell to use £s instead of the default $s?
I have looked high and low but there is no answer.
I have:
{field: "price", title: "Price (£)", width: 95, format: "{0:c}"},
Which ...
1
vote
2answers
54 views
Is there a way to apply a bold weight to text before a set character, normal weight after it (or any type of css, really) without manual formatting?
I'm working with an e-commerce client in a CMS environment (mybigcommerce.com) and the titles could use a lot of cleaning up to make them more readable, e.g.:
5/16" x 12" ExcelMate DrIll Bit and ...
0
votes
1answer
556 views
DatePicker format does not work if set by input element
I have observable objects that update the input values in real time. The problem is that the Kendo DatePicker does not know when the input value has been updated so none of the formatting takes place. ...
0
votes
1answer
524 views
MVC4 jQuery Mobile DateTime Picker Format to MM/YYYY Only
I need to be able to enter dates, but need the jQuery Mobile datepicker to only be able to accept MM/YYYY data. Help with this issue would be great. Thanks.
Here's what I have...
VIEW:
...
0
votes
2answers
74 views
php/jquery: posting form data
i wrote a grid widget for editing data from a database and i'm looking for a more convenient way for sending the data to my saving-script.
the form contains textboxes and the following database ...
0
votes
2answers
287 views
jQuery Mobile number formatting?
I am pulling in a bunch of mobile numbers from a JSON file that are pulled in elsewhere so i cannot chance the document formatting unfortunately so i have to find a work-a-round!
It come in looking ...
3
votes
7answers
236 views
Format a number to time like hh:mm
I have an iput field:
<input type="text" name="time" class="time" value="3" />
I need that value to be like 03:00
More examples of what I need:
1 = 01:00
12 = 12:00
12:2 = 12:20
2:2 = 02:20
...
0
votes
1answer
969 views
kendo ui: how to do default sorting, phone number formatting and replace the word null to none
in my code, i want to do the gird table with default sorting by last name ascending, phone number formatting with (xxx)-xxx-xxxx and replace the word null to none,for example some mobiel number is ...
4
votes
2answers
136 views
Remove formatting except specific class
I'm trying to remove all html formatting inside a <div>, except for a specific class.
I tried
$('div#text :not(a.keep)').contents().each(function () {
$(this).html($(this).text());
});
...
1
vote
0answers
120 views
JQuery Mobile - Dynamically Populated Nested List Formatting Issue on Subsequent Access
I am running into an issue with formatting a dynamic list. I believe I am making the correct calls to JQM for it to re-stylize things as it appears correctly on the first access. If I then go back ...
2
votes
2answers
158 views
How can I can use jQuery to add line numbers to a code block? [closed]
If I have the following HTML markup:
<div class="code">
<pre>
int i = 1;
int j = 2;
</pre>
</div>
I'd like to use jQuery to make it into something like this:
...
0
votes
2answers
188 views
Conditional formatting on a table
I'm trying to add conditional formatting to the following;
<tr>
<td><h3>Company</h3></td>
<td><h3>Price</h3></td>
...
1
vote
1answer
537 views
Formating a bxSlider image slider
I am struggling with how to format a bxSlider image slider (http://www.bxslider.com/).
I am trying to replicate the image slider in this example:
...
0
votes
1answer
1k views
jqGrid searching on formatted date
I have a date column in my jqGrid that I am formatting. In addition, I have a toolbar search. The problem I am having is when I type in data to the search bar to search the formatted date data, it ...
0
votes
1answer
873 views
jqwidget grid cell formatting of json data
I'm trying jqwidget grid with json data inside a mvc project. Grid cell formatting for a date field is problem. The code below gets a cell like "/Date(1340204039263)/". How can I solve this?
...
1
vote
2answers
89 views
jQuery Source File runs together; what do I do?
So my supervisor goes to this convention related to our industry, and comes back with all this new and exciting material (she was the one excited). Part of that was a set of jQuery source files (I ...
0
votes
1answer
276 views
Simple script for formatting currency
I need a script that simply formats a value (eg 4567643) to (4,567,643). No currency symbol or decimals are required. I have found several scripts including this one:
...
1
vote
1answer
120 views
How to add text string to Date column and adjust sort order in Tablesorter
I recently had help getting the correct Date format on my jQuery / tablesorter table. The client is listing companies in a table and wants one of the columns sortable by date, several of which are ...
0
votes
1answer
160 views
periodically updating the time on posted comments with javascript
i'd like to periodically update the time on comments that get posted on my website. The format I'm interested in as Facebook and others have done where the time of the post is listed in relation to ...
0
votes
2answers
160 views
Javascript default text in textfield like tumblr
I want a default text in the input filed with grey color. But a user should not be able to select this text and also it is non deletable.
Example:
User types the name Susan. After they stop typing ...
1
vote
1answer
1k views
jqplot Pie Chart data label format precision without trailing zeros
I would like to know how to format the data labels on a Pie Chart so it shows max 2 decimal characters, and never shows trailing zeros, for example:
2 -> 2
2.0 -> 2
2.566 -> 2.57
In other ...
1
vote
2answers
794 views
Add <p> tags to plain text paragraph
I am trying to write a script to automate a rather long and painful process I am required to do at work.
Scenario:
In short, I am given a text document that has 4 lines of text and two line breaks, ...
0
votes
2answers
113 views
localtime.js not working on elements created after ajax
I am using localtime.js sucessfully on my app but now that ive started to use ajax
the elements created with ajax does not have the formatting that the plugin localtime does for me on my normal non ...
0
votes
1answer
2k views
jquery mouseover with fade and text
Firstly I have to say I have no coding experience whatsoever, but will try to explain what I am trying to acheive.
I have the following code with 2 images... blue.png is a color image
bluebw.png is ...
1
vote
3answers
122 views
Uniform formatting of a selection of cells in various tables with jQuery
I have a page which contains several tables, and I would like to format each table so that the second cell of each other row has a specific background color.
I have tried the following jQuery code as ...
0
votes
2answers
1k views
jQuery Mobile Not Loading Page
My page doesn't seem to load when I include jQuery Mobile. I only receive a loading message that continues endlessly. I separated my main PHP from my main HTML and I found that my editor can format ...
0
votes
4answers
3k views
Jquery Mobile - Using image as link - Blue line below image
I'm attempting to use thumbnail images as buttons in JQM. I'm aware that JQM adds some formatting and styles.
I have the image buttons looking and behaving exactly as I want them except for one ...
1
vote
3answers
130 views
Show xml in current/new window
I have a view displaying data from a model. My model contains a string property which is actually some xml. I would like to display this xml in my view in a simple div (or in a new page) but it's ...
1
vote
3answers
870 views
How to format a number as 2.5K if a thousand or more, otherwise 900 in javascript?
I need to show a currency value in the format of 1K of equal to one thousand, or 1.1K, 1.2K, 1.9K etc, if its not an even thousands, otherwise if under a thousand, display normal 500, 100, 250 etc, ...
-3
votes
1answer
543 views
Uncaught type error : Cannot read value 'name' of undefined
Actually I am having a global JSON, when I am trying to parse its value in loop, it is showing me error "uncaught type error : Cannot read value 'name' of undefined". I have tried a lot but I am still ...
1
vote
1answer
3k views
How can i get the cell value from jqGrid column to do conditional formatting for backcolor
i am using jqGrid treegrid and i want to format the back color of columns based on the value of the data in the cell (its an integer):
Here is an example where I setup the column:
{
...
0
votes
1answer
186 views
Inserting Commas into numbers for both objects and input text fields
Situation:
I have a calculator that I'm developing using these formulas:
// --- Math ---
function national(){
x = Number($('#budget').val());
y = Number($('#percentage').val());
...
0
votes
6answers
1k views
Simple way to format a number in jQuery
I'm trying to work with jQuery's slider plugin and it works great, only I need to format the output into a readable number, with commas such as 30,402,424 as opposed to 30402424.
I know it's possible ...
1
vote
1answer
710 views
jQuery: Auto-formatting a number in text-field to two decimal places on keystroke
How do I get an input field (text) to accept only numbers and to automatically format it to two decimal places, as the user is typing in each digit?
For example, the default value of the field is ...
2
votes
1answer
2k views
jQuery string replace matched regex
I am attempting to format an entire column of a table by replacing the data in each cell with a string. Simply, if I enter "nargles" in the input field and click a format button at the top of a table ...
1
vote
5answers
3k views
javascript code formatter and highlighter
I am looking for a jQuery plugin that can take a string of code as input and will apply formatting and Highlights to make the code easily understandable. Just like jsfiddle.net.
As of now I have found ...


