parentDiv.innerHTML = '';
/
var header = document.createElement('h2');
header.innerHTML = 'Select Hold Baggage Carrier';
parentDiv.appendChild(header);
/
parentDiv.innerHTML = '';
/
var header = document.createElement('h2');
header.innerHTML = 'Select Hold Baggage Carrier';
parentDiv.appendChild(header);
/
Well, it's for sure code related and how you wired up these
events.
But without seeing the code, it's very difficult to help diagnose
On Mar 6, 1:15 pm, Hill wrote:
> This is probably a simple problem, but I can't seem to find the fix.
>
> I have three getJSON events that work inside of a t
3 matches
Mail list logo