¡@

Home 

2014/10/16 ¤W¤È 12:04:44

jquery Programming Glossary: listid

jquery Ajax call - data parameters are not being passed to MVC Controller action

http://stackoverflow.com/questions/2002163/jquery-ajax-call-data-parameters-are-not-being-passed-to-mvc-controller-action

side are null. Here is the javascript .ajax type POST contentType application json charset utf 8 url List AddItem data ListID '1' ItemName 'test' dataType json success function response alert item added error function xhr ajaxOptions thrownError.. error function xhr ajaxOptions thrownError alert xhr.responseText Here is the controller method Function AddItem ByVal ListID As String ByVal ItemName As String As JsonResult 'code removed for brevity 'ListID is nothing and ItemName is nothing upon.. method Function AddItem ByVal ListID As String ByVal ItemName As String As JsonResult 'code removed for brevity 'ListID is nothing and ItemName is nothing upon arrival. return nothing End Function What am I doing wrong javascript jquery asp.net..

jquery validate add rules for an array input

http://stackoverflow.com/questions/9996589/jquery-validate-add-rules-for-an-array-input

but it seems the rule only bind to the name. html input id 'sendList' type 'checkbox' name 'selectList ' value ' set ListID ' js rule #selectList .validate rules selectList required true minlength 1 Thank you jquery jquery validate share..