1
vote
1answer
48 views

Looking for alerts or notifications in MVC 4

Watch the next image. It's something like an alert or notification and some of them have a close button to the right of the border. I would like to implement that in my MVC 4 project where the ...
0
votes
2answers
114 views

Where is it best to add a confirmation dialog popup

I am using ASP.NET MVC 4 and the latest version of jQuery UI and Fluent Validation to handle my server side validation. I am trying to get a jQuery dialog to work as a confirmation popup before the ...
1
vote
2answers
68 views

Use jQuery to check and see if div element is empty

Below is the code I'm using to place a blur event on a text box in my ASP MVC 3 view. The code works fine if #MailingState is empty, however it cannot tell if #channelName is empty. For example, if ...
0
votes
2answers
65 views

jQuery blur not firing on radio button

Below is the syntax I'm using to try and attach a .blur event to a radio button (this code is inside document.ready) in my ASP MVC 3 view. I also don't see any errors in Chrome's debugging Console ...
0
votes
1answer
53 views

jQuery .blur method not working

I am trying to set up an Ajax call whenever the user enters information into a particular field on my ASP MVC web page. Below is the jQuery .blur method $('#MailingZip').blur(function () { ...
0
votes
2answers
46 views

jQuery Drop Down has no method 'val'

Below is a simple jQuery if statement I'm trying to use on my ASP MVC web page, but I continually get the error Object #drpProducerType has no method 'val' I also tried using the :selected syntax, ...
0
votes
2answers
57 views

i use jquery navigation bar but it gives error $(“#jqxnavigationbar”).jqxNavigationBar is not a function in mvc3

I am creating an application in mvc3 razor.i am using jqxnavigationbar to create navigationa panels. i added the required js and css files in the folders. below is my examle code in layout ...
1
vote
1answer
385 views

jQuery - Use key/value pair in autocomplete

In my ASP MVC view, I am passing a key/value pair back from the controller. After looking at fiddler and viewing in Chrome's debugger I can see that the information is being passed back correctly. I ...
0
votes
1answer
151 views

ASP MVC 3 - Using key/value pair to populate typeahead.js dropdown list

I am trying to create a drop down list that, for each item, lists an agent name and id on one line, and some ancillary information on the line below (exactly like you see in the typeahead.js demo ...
2
votes
1answer
95 views

JQueryUI slider instead of number input type

I have a simple View in MVC3, with three inputs of type number. What I need to do is display a JQueryUI slider instead of input. I tried like this, but it only changes the shape of input form and ...
0
votes
3answers
239 views

How to close a jQuery dialog after an AJAX JSON call

I am using ASP.NET MVC 4, jQuery, and jQuery UI. I have a dialog on my view. When I click a button the dialog pops up, takes the values on the dialog and send its through to a service. The service ...
0
votes
1answer
108 views

How to clone div with html controls without their content using jquery & refresh dropdown for IE?

I am using jquery .clone() function to clone a div which is having 6 controls (dropdowns, textboxes etc) .I have a functionality where there are 2 dropdowns DDL A & DDL B . Now changing the DDL A ...
1
vote
1answer
85 views

jQuery - render multiple div elements w/slideToggle feature

In the index page of my ASP MVC 3 view I have a collection object that may have as many as 50 or so elements. To keep the index clean for the user, I am trying to use the jQuery .slideToggle feature ...
2
votes
2answers
242 views

Change jQuery custom styles for validation so it shows up as tooltip

I'm new to jQuery and struggling a bit in terms of customising the style of validation elements (ASP.NET MVC3 project). I know that I can change the CSS for field-validation-error, ...
0
votes
1answer
132 views

ASP MVC3 - Make second call to controller once jQuery autocomplete value selected

Below are the jQuery versions that I am referencing in my ASP MVC view <script src="http://code.jquery.com/jquery-1.8.3.js" type="text/javascript"></script> <script ...

1 2 3 4 5 24
15 30 50 per page