Questions tagged as 'template'

2
answers

Jquery Template does not work on HTTPS page

I have an AJAX function that works on several pages, except for a page that uses HTTPS: $.ajax({ url : url, type : "get", async: false, success : function(result) { console.log("Status AJAX: " + result.resultStatus);...
asked by 22.09.2016 / 00:30
1
answer

Make operator overload by separating statement (.h) from definition (.cpp)

I'm trying to separate the class implementation definition into separate files, however I'm getting undefined reference in ; operator. What I've tried: Change the order of objects at link time: only generates an undefined reference i...
asked by 29.09.2016 / 18:41
0
answers

Grid Telerik Kendo UI - Delete row JS and call function

I'm adding lines normally and adding in a JavaScript array, I need to remove a selected row and remove it from the array and last save in the database. The following is not working correctly, it only calls a function but does not activate the te...
asked by 16.09.2016 / 16:21
2
answers

Header and Footer with ASP. Net C #

I'm having trouble separating my code, I made some tests to have separate header and footer but in visual studio I did that I can only have a
asked by 14.05.2018 / 16:22
1
answer

Generate file template with Maven

Good morning everyone. With Maven Archetype you can generate project templates. Is there any way to generate file templates for Netbeans with Maven?     
asked by 19.01.2016 / 14:51
1
answer

Software to create templates [closed]

I started programming in WEB languages a few years ago. I do over the full server-side and changes on the front-side like javascript, jquery, angular, html. More I have difficulties in creating templates for websites since what comes to me alrea...
asked by 22.08.2017 / 14:56
1
answer

LARAVEL 5.3 template Blade is not updating page

Good morning. I'm a beginner in the PHP Laravel framework and I have the following difficulty: I write my html inside my .blade.php file and call it in a view on Route but the information I've updated in the code is not appearing in the br...
asked by 14.09.2016 / 16:23