如何在asp.net的所有文本字段中添加拼写检查器? [英] How to add Spell Checker on all text fields in asp.net?

查看:52
本文介绍了如何在asp.net的所有文本字段中添加拼写检查器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的项目的所有文本字段中添加拼写检查功能...我该怎么做.. plz建议

I want to add spell checker functionality in all my text fields of my project ... How can i do that .. plz suggest

推荐答案

你可以使用下面提到的jQuery插件。检查。



You can use below mentioned jQuery plugin for that.Check that.

(function() {

  // This code will only work with Twitter Bootstrap

  var toggle = (function() {

    var fields =


' input:text,textarea');
var spellchecker = null ;

function showPopover(){
('input:text,textarea'); var spellchecker = null; function showPopover() {


' 。popover')。hide()。find(' 。popov er-content')。each(function(){
if
('.popover').hide().find('.popover-content').each(function(){ if (


这篇关于如何在asp.net的所有文本字段中添加拼写检查器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆