All Questions
Tagged with asp.net-mvc jquery
8 questions
2
votes
1
answer
104
views
Add colour tags on click
I have implemented some extra functionality for the tag-it JavaScript plugin, where I need an option where availableTags are displayed in one box, and the user can ...
6
votes
1
answer
1k
views
Embedding an RSS feed into a page after it's already loaded
I'm working on reworking our website from a WYSIWYG editor to MVC. I'm all right with server side code, but complete rubbish when it comes to client side Javascript, so I'd appreciate any/all feedback....
2
votes
1
answer
227
views
AngularJS: Http API Service - any improvements / remarks?
Could you please review the below AngularJS service. What it does is centralize all (relevant) HTTP action calls.
Do you see any chances for improvement?:
...
2
votes
2
answers
1k
views
ASP.NET MVC website that display blogs from the database by AJAX
The problem is, I have to limit the results to only 10 by default and add a "Load More" button to display 10 more results each time when user click the button. But I'm worried about users having their ...
3
votes
0
answers
1k
views
Wrapper for jQuery Ajax to ensure redirects occur on clientside - Round 2
A while back I posted Wrapper for jquery ajax to ensure redirects occur on clientside on handling ajax and redirects when a server side error occurs.
Since that post I've been using this module ...
2
votes
1
answer
110
views
Client-side API design
I'm working on a client-side API for my ASP.net MVC application and I'm not quite sure I've got the code right. This API allows me to call server-side action methods via Ajax and I've designed it to ...
3
votes
1
answer
5k
views
Send parameter to server and reload page
My first ASP.NET MVC 6 / jQuery web site - the site header has a "Change Language" selector (named LanguagePicker) - this is actually placed in a _Layout view, a ...
3
votes
1
answer
35k
views
JQGrid with dynamic columns and server-side functionality
I have a requirement where I need to build a grid with dynamic columns. I am dealing with a large dataset so I would like to use server-side paging, sorting, filtering logic so that I render only a ...