블로그
-
예제)스크립트,제이쿼리 만들어보기
. */ $(function(){ //변수 winH= 에 기억 var winH=$(window).innerHeight(); //윈도우(창)의 높이를 구하라. //선택자 스타일속성 중 height: 값을 구하라 $('#id').css({height:winH}); }); ---------------------------------------
blog.naver.com · 2018.07.24
-
MultiSync E223W-BK Black 22” Widescreen TN Panel, LED Backlight LCD Monitor 5ms 250cd/m2, Display Port, Height Adjust, Pivot, Tilt & Swivel, ECO Mode function – Carbon Footprint Meter, 3 Y
OverviewSpecificationsWarranty & ReturnsReviewsQ&AEnhance the value of your new MultiSync® P or PA Series monitor!Unlock the power of your new LCD with
blog.naver.com · 2017.11.26
-
jquery bootstrap contextmeu
(function ($, window) { $.fn.contextMenu = function (settings) { return this.each(function () { // Open context menu $(this).on("contextmenu", function (e) { // return native menu if pressing control if (
blog.naver.com · 2016.09.20
-
텍스트 문자 이미지 출력 함수
make_title_img_cg("width","height","title","str_font_tp_size", "font","format","font_color","img_bg_color ","","/text_img/"); function make_title_img_cg($font_width='',$font_height='', $text = '', $str_font_tp_size
blog.naver.com · 2016.07.15
-
image
true,listeners: {render: function(c) {c.getEl().on('click', function(e) { this.setSrc('imgname0'); /* ).on('mouseout', function(e) { this.setSrc('imgname2'); }, c);}}}
blog.naver.com · 2016.04.04
-
menubar
function fnMenuLoad(){ Ext.QuickTips.init(); menuBar = new Ext.menu.Menu({ id: 'mainMenu', style: { overflow items: { xtype: 'buttongroup', columns: 1, defaults: { xtype: 'button', iconAlign: 'left', width:100, height
blog.naver.com · 2016.05.02
-
css로 li 태그의 높이를 자동으로 가장 긴 li 높이값으로 맞추기
< script type="text/javascript"> $(document).ready(function(){ var max_h=0; $("#aaa li").each( function(){ var h = parseInt($(this).css("height")); if(max_h 1 2 3 <.......
blog.naver.com · 2015.10.15
-
원도우 7 iframe 외곽선 문제
만들고 나면 꼭 원도우 7이 문제이군요 원도우 7 iframe 외곽선 문제 해결 소스입니다 < iframe width="100%" height="0" onLoad="resizeIFrame frameborder="0" marginHeight=0 marginWidth=0 style="" > < script language='javascript'> function
blog.naver.com · 2014.08.25
-
window.open post 데이터 전달
function online(T_No) { var form = document.mon_form; form.T_NO.value = ""; form.T_NO.value = T_No; var window.open('', 'OnLine', 'scrollbars=no,status=no,toolbar=no,resizable=0,location=no,menu=no,width=500,height
blog.naver.com · 2013.11.29
-
자바스크립트 윈도우창 띄우기 및 클릭시 내용 삭제되게...
=""; } function pwover() { document.lfr.pw.value=""; } 위와 같이 해주면 폼의 해당 값을 공백으로 처리.. /Idfind.me","", "width=500, height=500, .......
blog.naver.com · 2013.08.02
블로그 결과 더보기 →