jobhelper
jobhelper copied to clipboard
Use standard DOM operations to insert #CompanyInfo.
Some events will not be visible in innerHTML (because it's bound dynamically), so when we replace innerHTML directly, they will be gone.
Using standard DOM operations to insert #CompanyInfo element can keep these events working.