Forum: JavaScript frameworks
09-13-2012, 12:28 AM
|
|
Replies: 2
Views: 554
|
Forum: JavaScript frameworks
09-12-2012, 05:20 PM
|
|
Replies: 2
Views: 554
Spaces in variables
I can't seem to get by this simple problem.
If selected_city is Gila Bend -- it only shows Gila.
I am missing something basic.
function requestCustomerInfo() {
var Id =...
|
Forum: HTML & CSS
03-07-2012, 04:59 PM
|
|
Replies: 2
Views: 758
What is the selector for the first option
I want the selector for the option that appears in the select box when size = 1.
The $option:first-child seems to work in IE, but not FF, Opera or Chrome.
<script>
jQuery(function() {
...
|
Forum: HTML & CSS
02-21-2011, 10:29 PM
|
|
Replies: 3
Views: 368
Kor
Please substitute "code" for "object" and...
Kor
Please substitute "code" for "object" and "height" for "length".
I guess it isn't AJAX when:
<li><a href="Tribune/WhyTexas.php" target="iframe" title="Why Texas">Why Texas</a></li>: is...
|
Forum: HTML & CSS
02-21-2011, 03:07 PM
|
|
Replies: 3
Views: 368
Do I need CSS in AJAX?
I have a simple header, footer, CSS3 menu and an iframe main page.
The menu uses the iframe target for all subsequent pages.
1. Do I need a CSS object for each iframe page or will it use the CSS...
|