Kayıtlar

2012 tarihine ait yayınlar gösteriliyor

Html Span Checkbox Kontrolü

Resim
Html Span Checkbox Kontrolü Html Kodu: class =' inactive chkboxhandler ' onclick =' checkClick("Accounting") '> type =' checkbox ' id =' checkAccounting ' class =' chkbox ' name =' checkBoxes ' /> for =' checkAccounting '> Accounting string nameSpaces = Request.QueryString[ "NameSpaces" ]; List < string > nameSpaceList = new List < string >(); nameSpaceList = new List < string >(nameSpaces.Split( ',' )); JS Kodu: /*customchk*/   $( ".chkboxhandler" ).bind( "click" ,  function  () {   var  _mychkBox = $( this ).find( ".chkbox" );   if  (_mychkBox.is( ':checked' )) {   $( this ).removeClass( 'active' ).addClass( 'inactive' );   $( this ).find( ".chkbox" ).attr( 'checked' ,  false );   } else  {   $( this ).removeClass( 'inactive' ).addClass( 'active' );   $( this )....

IE 9 Compatibility View Problemi

Resim
IE 9 Compatibility View Problemi Sanal bir sunucuda host ettiğimiz bir site IE browserında açıldığında dizayn problemi ile karşılaştık. Problemi aşağıdaki şekilde çözdük. Click Start, click Administrative Tools, and then click Internet Information Services (IIS) Manager. In the connections pane, expand the node for the server, and then expand . Click the Web site where you want to add the custom HTTP response header. In the Web site pane, double-click in the section. Under Actions, click Add. In the Name box, type X-UA-Compatible. In the Value box, type IE=EmulateIE9.