Page preview is not loading complete Javascript and CSS of its page
Hello,
One of the pages has Javascript function on button click which is not working properly in Umbraco preview. No errors in console also. After publish it is showing as expected but only problem in Umbraco preview.
How to overcome it? And what is the cause?
Page preview is not loading complete Javascript and CSS of its page
Hello,
One of the pages has Javascript function on button click which is not working properly in Umbraco preview. No errors in console also. After publish it is showing as expected but only problem in Umbraco preview. How to overcome it? And what is the cause?
Please help me to find it.
Appreciate your help. Thanks in advance.
Regards, P.Kalpana
Hi Kalpana,
Can you show of some code of the javascript ? How is it rendered ?
Dave
Hi,
Here is my scenario:
I have a table which loads only 5 rows for the first time and click show more will load next 5 rows.
After clicking show more next five (by removing display:none) are loading but not aligned properly across columns.
This table is for Desktop view- to make it responsive, cloned this table and showing that in responsive modes.
Here is the JS: // ================= GENERATE DUMMY TABLE var n = 0; var TOTALROWS = 30; for (var i = 0; i < TOTALROWS; ++i) { appendItem(); }
Hope I have given useful info to understand my issue. Please let me know if you require further info.
Thank you so much.
Regards, P.Kalpana
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion