Tagged Questions
0
votes
0answers
9 views
Asset combining and compressing
Currently our web application has a number of js and css files which are continuously growing.
We have no compression or combining of these assets in place at the moment, either manually or as part of ...
0
votes
0answers
17 views
JQuery Function not firing on page load it works only after i refresh page or re-visit the same page again
I need to give two div's pg-left-bar and pg-right-bar equal height based on which div is larger.
I have following jQuery code block and you can find following code log which i use to check div ...
0
votes
2answers
32 views
I want to change default text on “no file choosen” when we use input=“file”
.
how to change the "no file chosen" text in this image
Please help to me.
thanks & regards
chakri
0
votes
0answers
6 views
How can I have two different Modals in Twitter Bootstrap
So if I have two different Models the content within the second model doesn;t show up instead it's the content of the first model. How can i get two individual Models with different contents
EXAMPLE ...
0
votes
4answers
42 views
how to translate a div to particular position via jquery
i want to translate div x and y position through Jquery. it will work in all browsers like IE 7,IE8, IE9 and IE10
i tried like below
<div id="s1" style="-ms-transform:translate(159,430)">
...
0
votes
0answers
68 views
How to wrap text in image?
Hello! Can anybody explain, how to reach that effect in HTML/CSS or HTML5/CSS3/JS?
I have result just when text in image, or text on background, together don't work.
Using the image, as clipping ...
0
votes
2answers
34 views
Advanced Compiler for JS, PHP, HTML and CSS with Multiple Files
I've not been able to find one, but does anyone know of a compiler for javascript that compresses all variable names, white spaces etc and validates the script for any errors?
Closure compiler has an ...
0
votes
2answers
20 views
Twitter Bootstrap 2.3.2 Model not staying on screen
These are all my linked Javascript files:
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script ...
0
votes
0answers
25 views
The button on header in jquerymobile is out of there
I'm not familiar with css.When I insert images above the header in jquerymobile, the button in header at first goes into the images I insert.
Like this
Here is the html
<div data-role="page" ...
0
votes
3answers
37 views
Jquery focus out after pressing enter key
My code is below:
$('.summaryT').keypress(function(e){
if(e.which == 13){
callajax();
$(this).focusout();
}
});
As you can see on the code above, When a user presses the ...
0
votes
3answers
36 views
JS: Show/hide text field depending on radio button issue
I have a JS that shows a test field if "1" is selected from a radio button. And hides if "0" is selected. It's working while the text field is hidden from the beginning but not if I want the text ...
0
votes
1answer
32 views
Open a new javascript window(.open) along with its CSS styling
I'm trying to get this function to work on the website of a project I'm working on. The purpose of this function is to only (physically) print the contents of a child div which is coincidentally ...
0
votes
2answers
52 views
CSS not working in IE8
I am writing signature on a canvas. (Flash canvas) - Using jquery jsSignature plugin.
http://willowsystems.github.io/jSignature/#/about/
Signature color is black. But the signature is not visible. ...
1
vote
0answers
10 views
Is it possible to show only the max / min values on a Kendo UI linear gauge?
I currently have a linear gauge looking like this:
$("#depthBar-" + conveyanceId).kendoLinearGauge({
pointer: {
value: 0,
shape: "arrow",
color: "transparent",
...
1
vote
1answer
29 views
Wrapping multiple superimposed divs
TLDR: How do get a container to wrap multiple superimposed fluid-height divs?
I have a div with some objects:
<div class="container">
<div class="a" style="height: 300px;">Tab page ...