반응형
반응형

[jQuery] Deleting duplicated values -> drop-down option list

 

select > option 에서 중복값 삭제하기. 

 

<select name="det_pas_object_gatve" class="det_pas_object_select_css">
<option selected="selected" value="">--- Choose street ---</option>
    <option value="Barrow">Barrow</option>
    <option value="Hornets">Hornets</option>
    <option value="Barrow">Barrow</option>
    <option value="Stanley">Stanley</option>
    <option value="Simon">Simon</option>
    <option value="Barrow">Barrow</option>
</select>
       var foundedinputs = [];
       $("select[name=det_pas_object_gatve] option").each(function() {
         if($.inArray(this.value, foundedinputs) != -1) $(this).remove();
         foundedinputs.push(this.value);
       });
반응형
반응형

암호화 해야 하는 정보와 저장하면 안 되는 정보
http://library.gabia.com/contents/infrahosting/2665

가비아 라이브러리

IT 콘텐츠 허브

library.gabia.com



반응형
반응형

구글, 유튜브 레드와 구글 플레이 뮤직 통합

http://naver.me/5pGk8Fps

"구글, 유튜브 레드와 구글 플레이 뮤직 통합"

"새로운 스트리밍 서비스 사업 계획" (샌프란시스코=연합뉴스) 김현재 특파원 = 구글이 광고없는 유튜브 유료 서비스 유튜브 레드와 구글 플레이 뮤직을 통합해 새 스트리밍 서비스를 제공할 계�

n.news.naver.com

반응형
반응형

날짜시간 입력하는 단축키 : Ctrl + Shift + I 

 

https://marketplace.visualstudio.com/items?itemName=jsynowiec.vscode-insertdatestring

 

Insert Date String - Visual Studio Marketplace

Extension for Visual Studio Code - Insert the current date and time according to configured format.

marketplace.visualstudio.com

반응형
반응형

ASP.NET Core Developer Roadmap

https://github.com/MoienTajik/AspNetCore-Developer-Roadmap

 

MoienTajik/AspNetCore-Developer-Roadmap

Roadmap to becoming an ASP.NET Core developer in 2019 - MoienTajik/AspNetCore-Developer-Roadmap

github.com

반응형
반응형

Main features
- Support Windows and macOS
- Search by context menu
- Auto detect file's encoding(UTF8, UNICODE, EUC-KR, EUC-JP, ISO-2022-JP, Shift_JIS, Big5)
- Found string highlighting
- Open by external editor
   UltraEdit
   Sublime text
   EditPlus
   EmEditor
   Vim
   Notepad++
   AcroEdit
   DesyEdit
   Crimson Editor
   SciTE
   Programmer's Notepad
   EditPad

 

***** Download : https://github.com/toolscode/findinfiles/releases/tag/v3.6.17

 

https://toolscode.com/findinfiles/

 

FindInFiles

(2020/4/7) 3.5.17 Release Main features - Support Windows and macOS - Search by context menu - Auto detect file's encoding(UTF8, UNICODE, EUC-KR, EUC-JP, ISO-2022-JP, Shift_JIS, Big5) - Found string highlighting - Open by external editor    UltraEdit  

toolscode.com

반응형

+ Recent posts