Thanks Peter for the workaround. It did work well.
I also did test with original HTML using ajax.
If you have in root file test.html and it has this content:
<div id="mytest">
<h5>Spiderbasic is nice</h5>
<script>
function myfunc(){
var mytext = 'Spiderbasic is very nice';
return mytext ...
Search found 3 matches
- Thu Jun 12, 2025 5:27 pm
- Forum: Coding Questions
- Topic: Incorrect div -HTMLMobile
- Replies: 6
- Views: 3305
- Tue Jun 10, 2025 6:04 pm
- Forum: Coding Questions
- Topic: Incorrect div -HTMLMobile
- Replies: 6
- Views: 3305
Incorrect div -HTMLMobile
If you use code:
If ContainerMobile(#PB_Any, #PB_Mobile_Page)
HtmlMobile("<div class=" + Chr(34) + "card" + Chr(34) + ">")
HtmlMobile("<h2 class=" + Chr(34) + "card__title" + Chr(34) + ">Card Title</h2>")
HtmlMobile("<div class=" + Chr(34) + "card__content" + Chr(34) + ">Lorem ipsum dolor sit ...
If ContainerMobile(#PB_Any, #PB_Mobile_Page)
HtmlMobile("<div class=" + Chr(34) + "card" + Chr(34) + ">")
HtmlMobile("<h2 class=" + Chr(34) + "card__title" + Chr(34) + ">Card Title</h2>")
HtmlMobile("<div class=" + Chr(34) + "card__content" + Chr(34) + ">Lorem ipsum dolor sit ...
- Fri Apr 05, 2024 5:48 pm
- Forum: Javascript
- Topic: Announcement: VanillaJS - The new era of JavaScript libraries
- Replies: 11
- Views: 54549
Re: Announcement: VanillaJS - The new era of JavaScript libraries
I have little problems with parameters in Vanilla JS alert function but I can tell already that it is fast, extremely fast. This is the boost I needed. Thank you!