自动隐藏表单字段帮助块作为可插入django应用程序的jquery插件

django-autohide-help的Python项目详细描述


========
django autohide help
=======




`` autohide help.js``将在`{{static{url}js/autohide help.js``上可用。

script src=“{static\u url}js/autohide help.js``”>;<;/script>;


此插件显然需要jquery。


基本用法
==


选择一个或多个表单,并在其上调用“autohidehelp”:

$(“form”).autohidehelp()

然后在用户离开字段时滑入。


使用它们很方便,因为它们会自动生成帮助块。

对于
示例,如果字段的id为“id\u name”,则帮助块的id必须为“help\u id\u name”。“django authide help”的未来版本可能会使
可配置此功能。


_ jquery:http://jquery.com/
。_ django:http://www.djangoproject.com/
。_脆的形式:http://django crispy forms.readthedocs.org/en/d-0/
。_问题跟踪器:https://bitbucket.org/brankovukelic/django-autohide-help/issues

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java3D图表JavaGnuplotHybrid   java httpclient异常“org.apache.http.conn.ConnectionPoolTimeoutException:等待连接超时”   java如何使用Drive API连接到Google Drive文件夹   java如何正确组合@PathParams和@RequestBody?   使用JsonParser的java Jackson反序列化正在跳过@context的第一个键值对   java Twitter4j为getCreatedAt和getCountry获取空白或null   java doOnNext()不会被称为Spring Webflux   java Liberty批处理在使用与spring批处理相同的输入参数启动作业时未引发异常(JobInstanceAlreadyExistsException)   api使用WordNet有没有简单的基于Java的词义消歧?   Java和YAML:如何解析多个YAML文档并将它们合并到单个YAML表示?   swing Java:mouseClicked事件不总是触发   从firebase获取Json作为字符串在java中不起作用   java将带有extrastring的意图从活动发送到选项卡片段   Java中的调用方法问题   java是否可以在TestNG dataprovider类中注入变量   java如何在安卓 studio中使列表中的项目可单击并引导到具有特定格式的新页面   java程序在eclipse中运行,但不在终端中运行   java无法让mockito模拟公共类的公共方法