6
내가 멋진 편집 가능한 X-및 typeahead.js와 Bootstrap3을 통합하려고 작동하지 typeahead.js,하지만 난이 일을 만들 수 없습니다 : X-편집 + 부트 스트랩 3 + 트위터
내가 다음 시도- 데이터 유형과 요소를 표시 = $ (에 'typeaheadjs'
- 추가 유형 = 'typeaheadjs이'). 편집()
- 움직임은 데이터 - * 모든 매개 변수는
- 이동을 모든 매개 변수 속성 ~ $(). editable() ar guments
운이 없다.
HTML 코드 :
<div style="margin: 150px">
<a href="#" id="username">Rome</a>
</div>
JS 코드 : 여기
$('#username').editable({
mode: 'inline',
showbuttons: false,
type: 'text',
url: '/post',
pk: 1,
title: 'Enter an Italian city',
typeahead: {
local: ['Rome', 'Milan', 'Venice', 'Florence']
}
});
바이올린 : http://jsfiddle.net/Ggxbm/3/
도 http://vitalets.github.io/x-editable/docs.html#typeaheadjs에서 제공된 예를 내게
작동하지 않습니다 내가 무엇을 생각합니다 잘못하고있는거야?