jQuery webPrejudice Plugin

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-10 06:12:15

软件介绍

Description

I believe most developers have been experiencing compatiblity issues with so-called brwosers. I know you have spent lots of time fixing pages to grace all browsers. So have I. I feel distressed, exhausted when finishing tweaking. The last words I want to voice out ---- I hate this!
Why not ask visitors to change another browser?! This plugin is set to list pros and cons of various browsers and recommend visitors to alter their browser!

Requirements

  • jQuery Libary, just download from jQuery Official Site
  • webPrejudice script file. You can download it from below
  • a little knowledge on xhtml and js

Features

This plugin will check the type and version of the browser the visitor is using, and show a UI box to recommend visitors to change his browser, etc.
You can also manually choose the browser you want to prejudice on, and the plugin will help you tell the visitor how bad is the browser he's using and the benifits of other browsers!
Currently only 3 parameters are avaiblable, all of which are optional.

  • disable if the plugin is disabled. Don't assign any vallue and the plugin will work. Set to "true" if you want to disable the plugin.
  • loc the path of XML file where stores the language settings of this plugin.
  • target the browser you want to condem. You can choose from "ie6","ie7,"ie8","safari","mozilla","opera", or leave it blank. Default is "ie6". (Most people will agree with my prejudice on IE6)

Usage

Load jQuery Libary
You can directly add the following code in <head> tag:
<script type="text/javascript" src="jquery..js"></script>
Load webPrejudice Plugin
<script type="text/javascript" src="jquery.webPrejudice.js"></script>
Assing the target object
Use it inside jQuery(document).ready() block:
jQuery.webPrejudice();
You can, of course , apply some change, customizing the xml path and target browser:
jQuery.webPrejudice({
loc: "pathtoxml/set.xml",
target: "opera"
})
Codes above will using the language settings in set.xml and the plugin will help you persuade visitors to drop out Opera and use another browser.
XML Preferrence File
By default, all lines are English, you can localize this plugin by creating XML Preferrence File in your own language. Open default.xml and edit it following the structure of this sample xml. The links of browsers downloading page are also in this xml file.

本文地址:https://codercto.com/soft/d/23045.html

让创意更有黏性

让创意更有黏性

[美] 奇普·希思、[美] 丹·希思 / 姜奕晖 / 中信出版社 / 2014-1-8 / 49.00元

你或许相信在太空中唯一能看到的人工建筑就是万里长城,可乐能腐蚀人体骨骼,我们的大脑使用了10%;与此同时,你却记不得上周例会上领导的安排,昨天看过的那本书里写了什么,上次参加培训的主要内容…… 为什么? 这就引发出《让创意更有黏性》的核心问题:什么样的观点或创意具有强有力的黏性,能被他人牢牢记住? 国际知名行为心理学家希思兄弟根据大量的社会心理学研究案例,揭示了让创意或观点具有黏......一起来看看 《让创意更有黏性》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试