0
votes
2answers
18 views

Appending new container on click

I'm trying to learn HTML and Javascript/jQuery. If I have a container which holds a title, an image, a description and a number, then I want to create a new container with the exact same format ...
0
votes
0answers
6 views

Javascript breaking inside Greasemonkey

I've made code to query a document for matching strings and make a URL from the strings obtained. It looks through the tag elements looking for matches, makes the URL string, then it appends the link ...
0
votes
0answers
20 views

Is it possible to add TIME to a jQuery Datepicker? [closed]

I need a jQuery Datepicker plug-in that also includes a TIME in the same control. I've searched and cannot find what I need. Does one exist?
0
votes
1answer
41 views

JQuery $(element).append() breaking script?

I'm trying to append an element to another on click, and it doesn't work. I'm checking to make sure the element both exists and that the child to be appended doesn't exist, and have used alerts to ...
-1
votes
0answers
7 views

Pop Up Menu onclick BottomBar Button Windows 8 Metro App

I want to have a popup menu once I click bottom bar button in windows 8 app, and pop up menu needs to be a multi-select, so that user can select multiple options and based on that I will need to ...
3
votes
5answers
40 views

Make a DIV acts as an INPUT field

I am currently using a bunch of input textfields and I want to change it to a DIV, but most of my JS functions use document.getElementById("inputField1").value whenever the value of the input field is ...
0
votes
3answers
63 views

Changing value of a HTML button using javascript

I've made a script with a function that changes the value of a button. The button is in the same document in the html code. The problem is that the value of the button wont change. Can you help me fix ...
0
votes
1answer
25 views

How to set width on this javascript button?

in the html i have this call to a java script function: <span class="lotusBtn lotusBtnAction"> <a dojoType="quickr.widgets.menu.placeActionsMenu" ...
0
votes
0answers
15 views

Adding jQuery Validation to Jetstrap via Javascript

As of right, now Jetstrap doesn't include jquery.validate as a plugin.I know they're already working on a feature for users add external JS/CSS, but in the mean time I'd like to find a temporary fix. ...
1
vote
2answers
30 views

Get values from table of text fields javascript

I have a form which actually is a table of text fields. The html looks like this: <form> <table id="table"> <tr> <th>Player</th> ...
0
votes
5answers
40 views

jQuery slideDown upon loading

I'm trying to make all of the divs on my website slide down when it loads but it just doesn't. I've made a separate document for my jQuery though. This is the HTML tag to link the 2 documents ...
0
votes
5answers
71 views

Make image fill div completely without stretching

I have large images of varying dimensions that need to completely fill 240x300px containers in both dimensions. Here is what I got right now, which only works for one dimension: ...
0
votes
1answer
36 views

Showing/Hide Tabs and Section Based On Checkbox Value

I am working on a form and want to show/hide tabs and their sections based on checkbox value. The code I have kind of works, but if you notice that when you check the three checkboxes, it unhides 3 ...
0
votes
1answer
16 views

How to run .hta file from within .html file w/o asking to download it

I want to run .hta file from within .html file w/o the browser asking to download it.It should run in an iframe in the html page in the browser. The code i am using is this- <!DOCTYPE html> ...
0
votes
0answers
19 views

Save data from google info window with php

I have tried searching this site as I am sure I am not the first to ask this. I have put a map on my site and want users to add markers and info. This is working fine but the info is not saving. When ...
0
votes
2answers
16 views

Dynamic Tables with Spreadsheet Capabilities in Websites

I'm looking for a way to do spreadsheet type actions with a table on a website that I'm creating. I looked quickly at KendoUI, but that seems to be a little too far out of my budget. Wondering if ...
0
votes
0answers
25 views

HTML or Javascript or ASP.net: Dynamically Formatting an HTML Table

Today I've encountered a situation in which I have to dynamically format an HTML table. Specifically what I mean by this, is that I have to add another row after the first 4 data entries are ...
0
votes
0answers
13 views

Storing images and text locally from a mysql database

I am in need of learning to pull down images and text from a mysql database and storing them locally on the machine. The project I'm working on is to account for spotty internet connections, so what ...
0
votes
1answer
41 views

(Phonegap app) How to pass value of input search in two pages in jQuery Mobile

I have a two page application, that I need to show some resluts. The fist page <div data-role="content"> <!-- content --> <form> <label ...
1
vote
4answers
47 views

prevent large image flickering on src change

ive a problem with image flickering with large images. in my body i have 5 images: <img id="img1" src="img1.png" width="250"> <img id="img2" src="img2.png" width="250"> <img id="img3" ...
8
votes
2answers
72 views

Appended div isn't part of the DOM

I have a <div>; it contains a <span>. When you click on the <div>, it removes the span, and replaces it with a <div> containing an <input> and a <button>. This is ...
-4
votes
1answer
41 views

placeholder does not work for password field

I have used placeholder for password field. input type for password field is "text" when I enter my password it does not work properly. When I enter my password then my first character of password is ...
-2
votes
0answers
52 views

add a line of code to the original code

I would like to know is there any way to add a line of code to the existing original code for example the following: Original code: <form action="demo.asp" method="get" target="_blank"> First ...
0
votes
2answers
38 views

How can I put a video into a canvas? [closed]

Since yesterday, I tried to find out a solution to put a video into canvas, but it's a canvas which has a specific shape like this one : http://letsdunkit.com/so/rectangle.html I saw a lot of ...
2
votes
5answers
58 views

.one() is not calling other same live components

I have the following jquery .one() code: $("<div class='one'>One</div>").appendTo("#mane"); $("<div class='one'>One</div>").appendTo("#mane"); $("<div ...
1
vote
1answer
37 views

Debugging of IE9-10 crash

I'm a new developer of one site. Previous developer left a lot of trash and unstable code. But the main problem is that when I open this website and try to navigate throught the pages (just try 1-2 ...
0
votes
2answers
38 views

Exclude hash value and match ID

Sorry not sure how to ask this question but I'm trying to match a ID with a image file, however the file names are formatted as: 6993b22905d7a4dae0f6e5ff1212a47c-5.jpeg 5 been the ID, so how would ...
0
votes
1answer
12 views

Get caret position in contenteditable div including tags

I have a contenteditable div in which I have multiple tags (br, b, u, i) and text and I need to get the caret position relative to the div, including all the tags. For example: <div id="h" ...
2
votes
4answers
52 views

Chrome crashes with this JS

Chrome crashes with this JS. There is a form with multiply inputs. The JS code has to check before submit were they filled or not. But after success submit Chrome crashes. <script> ...
-2
votes
2answers
39 views

how to select a class using jquery a better way?

I have a Bootstrap button: templatetag/q_extras.py @register.filter(name='topic_following') def is_user_following_topic(value,arg): try: tp=Topic.objects.get(id=int(value)) ...
0
votes
8answers
47 views

Having multiple css and javascript files

I have multiple jquery, javascript and css files loading in my head. I want a way to simplify and fasten up the process of loading these files. I also have different javascripts in the head and above ...
0
votes
1answer
90 views

setting a style attribute

I am writing a simple little dropdown bar that gets triggered on a button click. I have it in working jsfiddle: http://jsfiddle.net/sir_charles804/bC4WD/13/ , but it will not run on the site. Any ...
1
vote
1answer
32 views

display ko.observable with html binding

Check out this fiddle: http://jsfiddle.net/XuMzS/4/ html: <input data-bind="value: Total" type="text" /> <textarea cols="50" rows="10" data-bind="value: testHtml, valueUpdate: ...
-2
votes
0answers
39 views

How can I make options of once <select> list depended on another? [closed]

Let's say, one list defines the brand of the car, and another defines the model. Hence, list of models has to be changed dynamically according to list of cars. For example, if there is Nissan selected ...
0
votes
4answers
84 views

Jquery/Javascript adding unique classes to a div

I am having an issue with a javascript generated table, which displays fine on the page, The div at the end (bottom_box) needs to have a custom class based on its html content. The code is below: ...
0
votes
3answers
40 views

JQuery table filter is working too slow

I am trying to make a list filter, it works fine on small list but problem occurs on big list, it becomes very slow on that. if clicked on reset button or if some character is deleted the new list ...
0
votes
0answers
12 views

Use X-editable on input tag

Is there any way to use x-editable with bootstrap markup to do the magic on the <input> tag? What I am trying to do is pretty simple, I want to have a form, with date and use x-editable I dont ...
0
votes
0answers
29 views

upload a file to server without using php script

I need to upload a file to server. I normally uploading files using php script like cannot upload a file in javascript using php and it is quite easy. But now i need to upload a file without using ...
0
votes
1answer
51 views

Cant load 2 jquery scripts

I have javascript, that loads new posts on website from database before : <script type="text/javascript"> function LoadContent() { patch = window.location.toString(); if ...
0
votes
3answers
32 views

Javascript Create and Add div vs Clone, Modify and Add div

I want to dynamically add divs to my html page. The server sends a list containing the name, description, dates etc. for a task. For each task, a div looking like this, has to be added to the body. ...
0
votes
3answers
48 views

How can I read the selected item?

I have two select tags in my view. <%= select("cod_resource", "description_resource", Resource.all.collect {|p| [ p.description_resource, p.cod_resource] }) %> <%= select("cod_damage", ...
0
votes
0answers
18 views

Multiple controllers with superscrollorama

I'm using the jquery superscrollorama plugin and want these things: At the top of my page, I have a container with a background image. If I scroll, the background-position should change parallax. In ...
0
votes
2answers
20 views

AngularJS module doesn't load

My module isn't loading, and I can't figure out why. Could someone help me to find out what I am doing wrong? The following is my HTML in a file named index.html: <html ng-app="demoApp"> ...
0
votes
1answer
13 views

Replace number with barcode in HTML document automatically

Right, this may be an odd one. When I print invoices from a website it gives me a html document to print, save, etc. Within that is a 'sales record number' (6 digits) in the same place each time: ...
1
vote
4answers
50 views

regular expression to unlink html code with javascript

I'm sorry,I can't believe this question is not solved in stackoverflow but I've been searching a lot and I don't find any solution. I want to change HTML code with regular expressions in this way: ...
3
votes
6answers
68 views

how to disable one hyperlink by clicking on second hyperlink

I have 2 hyperlinks. when i click on one hyperlink the another hyperlink should be disabled means it should be seen but not clicked by any user Please help me <a href="">hiii </a> ...
0
votes
5answers
52 views

HTML Screen resolution

I'm having problem with pixels on web page. I have cover image on body and button on it. When page does resize, button is moving too. I want to stay button there where I put it even when screen ...
1
vote
4answers
61 views

How to Detect Dynamically generated ROWS in TABLE

I have a Table and its rows are created dynamically. I want to prompt a message [alert] when the tr or td is generated. At first it will be like <table class="tab"></table> After that ...
0
votes
0answers
8 views

Wysihtml5 custom parse rules for image links

I found wysihtml5 is a great editor that makes you able to custom the parse rules. Is there a way to parse image links and ocnvert them directly to images ? So an user just copy & paste and ...
1
vote
2answers
42 views

JQuery change color based of class based on HTML content

I am trying to use JQuery to get the inner html of a div (class box_bottom). These div's are javascript generated, pulling from XML, therefore (dependant on the XML) there could be (and so I need to ...

1 2 3 4 5 1107