Tagged Questions
0
votes
1answer
18 views
How to create a html drop down list control with custom styling?
Looking for a solution to create a drop down list control from select tags with custom styling(drop down arrow image and colors). Tried lot of JQuery plugins and CSS manipulations. But nothing is ...
0
votes
0answers
13 views
“Current” tab in tabbed content will not show when “all tabs” are toggled
Fiddle
I'm trying to create a jQuery script that allows for two events to occur:
Create tabbed content, where only the first tab's content (.current) is shown when the page is loaded
Create a ...
0
votes
2answers
35 views
Jquery , how append field value to id
Using
$("#input_text").appendTo("#somediv")
Appends the text field itself, I want to append it's value entered by user not itself.
Or if there a way to just use something like
...
0
votes
3answers
17 views
How to get the class name on the img of this td's siblings?
http://codepen.io/leongaban/pen/quzyx
Hi, basically the selector request-row on specific td's which hit a click event in jQuery.
I'm able to get the number associated to the data-message-id on the ...
0
votes
0answers
14 views
Jquery click event not working on Android OS
an example of my code:
<div id="ClickMe">Click here</div>
<script type="text/javascript">
$('#ClickMe').click(function(){
alert('CLICK');
});
...
3
votes
0answers
26 views
Getting url of @font_face tag in CSS using javascript
Currently I have a lot of @font_face tags in my CSS
@font-face{
font-family: Garamond;
src: url('ePrintFonts/pcl_91545.ttf');
}
@font-face{
font-family: CG Times;
...
0
votes
2answers
18 views
How do I get jquery to select classes in html which has been loaded using client.open
In my html document I have this code
var client = new XMLHttpRequest();
client.open('GET', '(URL)example.txt');
client.onreadystatechange = function() {
var theblog = client.responseText;
...
0
votes
1answer
24 views
Setting countdown to specific date
I've created a jquery counter but I can't get it to set to my specific date. I want it set to 16/12/2013. What on earth am I doing wrong here? When I run this code it gives me the wrong amount of ...
0
votes
2answers
27 views
How to add the align attribute to this line of code (inline) - HTML, JavaScript, and jQuery
I am looking to insert the align attribute for centering column data. I have several lines that are similar in composition to this:
tdHtml = tdHtml + "<td style=\"width:42px;\">" + ...
-1
votes
3answers
38 views
How make a change focus menu in css/html/jquery
My problem is simple: I want to make a menu like http://edition.cnn.com/
When I click in one of the buttons in menu, I want it get focus and the rest of them lose it.
This problem seems to be very ...
0
votes
0answers
17 views
Using JQuery dragdrop to switch the values of two text fields?
I have two tables. One table has a row of text fields (inputs with type="text") that are filled by being randomly generated and another table that has a row of empty text fields that I would like to ...
-1
votes
2answers
27 views
jQuery serialize() leaves out textarea
When I submit a form using jQuery's serialize() method, everything gets submitted except the textarea in the form. Is this a common issue? I can't figure it out. The form works except for just the ...
0
votes
0answers
7 views
Add Multiple Select to Searchable Listview created from Ajax pulling from Database
I am new to javascript and have limited experience with HTML. I am working on a small directory app for the company I am working for, and the app is written in HTML and JS and pulls from a database. ...
0
votes
0answers
13 views
It is possible to use DataTables Column Filter Add-on with a Gridview
I am trying to use the DataTables Column Filter Add-on on a gridview table using an sql datasource but i am not coming up with any luck. I have the gridview render a header and footer but i can not ...
1
vote
0answers
14 views
How to implement Custom function in CKeditor.?
i am try to implement custom function in CKeditor but i cant do that any one have idea. I am using jquery function.
HTML
First Name
</br>
<input type="text" id="name" />
<br/>
...