Ionic 3.1.2 with html5 and javascript/jquery

Hello All,

I am new to ionic framework and created new app with ionic 3.1.2 with sample default template. While understanding the app structure i found that i can’t work with html5 and javascript/jquery. Can anyone help me on this how to create app in ionic 3.1.2 with html5 and javascript/jquery only.

Thanks

What do you mean you can’t work with HTML5?

means i am unable to add my javascript/jquery code in html templates. For example <script> console.log('hello');</script> is producing nothing on the console.

That doesn’t seem like a good idea. You should really keep code in the TypeScript file – the controller.

1 Like