English 中文(简体)
jquery Airport plugin: 我如何能够以特殊性质开展工作?
原标题:jquery airport plugin : How can I make it work with special characters?

http://www.unwrongest.com/projects/airport/“rel=“nofollow noreferer”>jquery Airport plugin,并试图使其接受特殊性质(如accents,“&”)。 否则,它只能与z合作。

是否有任何人发现这样做?

问题回答

有一个<代码>chars阵列,可以添加特性。

var chars = [ a ,  b ,  c ,  d ,  e ,  f ,  g ,    ,  h ,  i ,  j ,  k ,  l ,  m ,  n ,  o ,  p ,  q ,  r ,  s ,  t ,  u ,  v ,  w ,  x ,  y ,  z ,  - ];

这样做应当足够。

PS:有时看方案的来源代码,可以真正开明。 ;-

你们必须正确建立果园阵列。

var chars = [ a , ...,  z ,    ,  - ,  & ,  ä ,  ö ,  ü ];

请查看这一缺陷

这些例子使用一些高望重(äöü),但你可能包括任何其他char。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签