My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 15, 2009
    r117 ([No log message]) committed by ch...@chrisvandesteeg.nl   -   [No log message]
    [No log message]
  • Jun 02, 2009
    issue 3 (link.attr(..) is null IE8 problem) reported by skorunka   -   What steps will reproduce the problem? 1. Open page with <a> element without "onclick" attribute in IE8 What is the expected output? What do you see instead? Script error : "... link.attr(..) is null ..." What version of the product are you using? On what operating system? version 0.4 - 21 juli 2008, Vista, IE8 FF works well Solution: change on line 204 : FROM: if (typeof link.attr('onclick') != 'undefined' && link.attr('href').substr(0, 1) != '#' && TO: if (link.attr('onclick') != null && typeof link.attr('onclick') != 'undefined' && link.attr('href').substr(0, 1) != '#' &&
    What steps will reproduce the problem? 1. Open page with <a> element without "onclick" attribute in IE8 What is the expected output? What do you see instead? Script error : "... link.attr(..) is null ..." What version of the product are you using? On what operating system? version 0.4 - 21 juli 2008, Vista, IE8 FF works well Solution: change on line 204 : FROM: if (typeof link.attr('onclick') != 'undefined' && link.attr('href').substr(0, 1) != '#' && TO: if (link.attr('onclick') != null && typeof link.attr('onclick') != 'undefined' && link.attr('href').substr(0, 1) != '#' &&
  • May 07, 2009
    r116 ([No log message]) committed by ch...@chrisvandesteeg.nl   -   [No log message]
    [No log message]
  • May 07, 2009
    r115 ( ) committed by ch...@chrisvandesteeg.nl   -  
  • May 07, 2009
    r114 (Removing dependencies) committed by ch...@chrisvandesteeg.nl   -   Removing dependencies
    Removing dependencies
  • Apr 14, 2009
    r113 (Back to basic: removed all dependencies and this project is ...) committed by ch...@chrisvandesteeg.nl   -   Back to basic: removed all dependencies and this project is only to help you use jQuery in asp.net mvc
    Back to basic: removed all dependencies and this project is only to help you use jQuery in asp.net mvc
  • Mar 27, 2009
    r112 (Added auto xml-result, haven't decided whether to use dataco...) committed by ch...@chrisvandesteeg.nl   -   Added auto xml-result, haven't decided whether to use datacontractserializer or xmlserializer yet.
    Added auto xml-result, haven't decided whether to use datacontractserializer or xmlserializer yet.
  • Mar 27, 2009
    r111 (Updated to unity 1.2) committed by ch...@chrisvandesteeg.nl   -   Updated to unity 1.2
    Updated to unity 1.2
  • Mar 27, 2009
    r110 (Updated to mvccontrib 1.0) committed by ch...@chrisvandesteeg.nl   -   Updated to mvccontrib 1.0
    Updated to mvccontrib 1.0
  • Mar 20, 2009
    r109 (MVC final compatible ) committed by ch...@chrisvandesteeg.nl   -   MVC final compatible
    MVC final compatible
  • Feb 12, 2009
    r108 (RC1 compatible) committed by ch...@chrisvandesteeg.nl   -   RC1 compatible
    RC1 compatible
  • Jan 28, 2009
    r107 ([No log message]) committed by ch...@chrisvandesteeg.nl   -   [No log message]
    [No log message]
  • Jan 28, 2009
    r106 ([No log message]) committed by ch...@chrisvandesteeg.nl   -   [No log message]
    [No log message]
  • Jan 19, 2009
    r105 (Several fixes) committed by ch...@chrisvandesteeg.nl   -   Several fixes
    Several fixes
  • Jan 16, 2009
    r104 (option to call controller.json for json output) committed by ch...@chrisvandesteeg.nl   -   option to call controller.json for json output
    option to call controller.json for json output

Older

 
Hosted by Google Code