Sorry, I forgot about your request for the files. BUT, now it is working. Don't know why, but it is. Here is what I did.
I copied/pasted the one line with the ('Link') code from your demo into my...
Type: Posts; User: jdadwilson; Keyword(s):
Sorry, I forgot about your request for the files. BUT, now it is working. Don't know why, but it is. Here is what I did.
I copied/pasted the one line with the ('Link') code from your demo into my...
My Bad... I typed the xml rather than making a copy from the database (contains sensitive information). Here is the javascript code I use...
xmlDoc = $.parseXML( xmlDeathCert );
var...
I have an xml file formatted as follows...
<?xml version='1.0' encoding='utf-8'?>
<DeathCert>
<Item><Title>Name</Title><Data>Joe Fritz</Data><Link>12345</Link></Item>
<Item><Title>Death...
I am using the Google Maps API to display multiple markers on an individual map. In all instances but one everything works as desired.
The one instance is demonstrated here... TXFannin Maps. Yes...
Thanks once again... Your example exactly answered my question. Being a novice with JavaScript I was thinking that myElement would have to be appended before anImage.
jdadwilson
I have need to dynamically build via JavaScript multiple <a><img></a> type elements. This is simple for single elements given that the <a> tag can be given an ID for the href as can the <img> tag for...
In DataTables the table_paginate area always displays no matter the number of records. If the lengthMenu is [20, 40, 80] and there are only 10 records the table_paginate area displays 'First Prev 1...
I have a problem with the Javascript processing of an Ajax returned array.
This is the code for the Ajax call:
var request;
var aaData;
// Initialize jQuery
$(document).ready(function() {...
Is it possible to have the 'side toggle menu' display visible on page load?
jdadwilson
Does not this logic totally contradict most of the menus presented on this site. All of the horizontal drop-down type menus only display one sub-menu (drop-down) at a time. 'Manual contraction' is...
The first option does not work. The second option works but has a BAD side effect. A vertical scroll bar is added which allows the page to be scrolled to see the entire menu as desired, BUT when the...
Wow, I surely didn't expect such a simple (for me anyway) issue to cause such a discussion. You are way over my head.
But... forget for a minute the smaller viewports. Note the home page for my...
This does not work. I set the margin-top to the desired height and it works fine. Probably not the best solution, but it works.
Not sure I totally understand your reply. I probably was not...
That did the trick.
Thanks again for all your help.
jdadwilson
Link as follows: http://www.txfannin.org/new-site/index.php
When the page loads note on the left of the viewport you will see a flash of the menu. I suspect this is due to the menu loading at the...
1) Script Title:
Responsive Side Toggle Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/sidetogglemenu.htm
3) Describe problem:
I am using the Side Toggle Menu and like...
Anyone from DD have a response to my suggestions?
jdadwilson
1) Script Title:
Responsive Side Toggle Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/sidetogglemenu.htm
3) Describe problem:
One issue and two suggestions...
...
Somewhat, but not exactly...
My coding is generally to let PHP do its thing but then convert back to HTML for the output rather than using echos for the PHP. Example...
<div class="Letters"...
I assume this is a very basic question but I am not able to find a solution.
I have used PHP for the past several years and am mostly proficient in its use. My problem is that when I "view source"...
I am nearing the completion of the conversion to Bootstrap. All pages are converted with a sticky navbar and footer. Works great across all platform sizes. Only one small cosmetic/functional issue.
...
I am in the process of changing all of the site to Bootstrap. There are 100+ modules that I am working through. I converted some but not all of the tables you see. I have completed most of them but...
Thanks for the help. Removing the table class solved the problem but made the table collapse to a much narrower table than desired. I included the table class but set the margin-bottom to 0 which...
Yes, that is the standard Bootstrap definition for col-md-4. But that has nothing to do with the gap at the bottom of the table created by the col wrap.
Use the following steps to see an example...
1. Access the following website www.txfannin.org/new-site/sitesearch.php
2. Step 1 check the 'Books On-site' box and uncheck the 'Cemetery Records'...