Posts by feliupe • 75 points
4 posts
-
1
votes0
answers104
viewsQ: How to Intercept jQuery Datatables using Chained Ajax
I’m writing a code that, among other things, needs to intercept ajax of a datatable and add some data. Thus: $("#table").DataTable{ ajax: { data: ... }).MyPlugin(); //In another file: plugin code…
asked feliupe 75 -
1
votes2
answers858
viewsA: Problem to run "Update-Database"
With the help of Gypsy the problem has been solved. I leave here what was modified in the project, based on the previous response and the changes he made. App.config (under Data) Preview tag with…
-
1
votes2
answers858
viewsQ: Problem to run "Update-Database"
I’m following the tutorial of this video to set up an ASP.NET MVC project using Entityframework6. The database used in the tutorial is Sqlserver and what I’m trying to use is Mysql. I already have…
-
4
votes1
answer133
viewsQ: How to livereload using Grunt for . Less files?
A SOLUÇÃO ESTÁ NA TERCEIRA PARTE JUNTO COM OS ARQUIVOS. I can do it for . htlm and . css files but not . Less. Here the full Gruntfile. Below, a snippet of the part I think matters most: watch: {…