CN105550194A - External different jq agency number crossing flow mechanism - Google Patents

External different jq agency number crossing flow mechanism Download PDF

Info

Publication number
CN105550194A
CN105550194A CN201510545957.9A CN201510545957A CN105550194A CN 105550194 A CN105550194 A CN 105550194A CN 201510545957 A CN201510545957 A CN 201510545957A CN 105550194 A CN105550194 A CN 105550194A
Authority
CN
China
Prior art keywords
jquery
agency number
dialogue
mechanism number
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510545957.9A
Other languages
Chinese (zh)
Inventor
叶君玉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Zanyue Software Service Center
Original Assignee
Shanghai Zanyue Software Service Center
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Zanyue Software Service Center filed Critical Shanghai Zanyue Software Service Center
Priority to CN201510545957.9A priority Critical patent/CN105550194A/en
Publication of CN105550194A publication Critical patent/CN105550194A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention provides an external different jq agency number crossing flow mechanism. Both sides often constitute a mode of jq agency number-jq agency number, specifically a client sends out JQ information to the agency number, and after the agency number receives the JQ information, corresponding services are provided. People with identities of external liaisons have conversations by transferring all kinds of jQuery messages. Therefore, on one hand, the complexity and difficulty of JQ agency number procedure security control can be reduced, and on the other hand, message passing can be performed for conversation by fully using the jQuery. According to the embodiment of the invention, through the permission of the jQuery agency number, interconnected liaisons have conversations and a whole form does not need to be submitted to a server and a whole page does not need to be refreshed, thus, fewer transmission contents are involved in a process of processing data interaction , and the speed is fast and the server processing is timely. Through the conversation of the jq agency number-jq agency number, conversation between interconnected personnel having authority with the identities of the external liaisons and with jq1-001 and jq2-00x behind can be achieved.

Description

Outside across different jq mechanisms flow process mechanism
Technical field
The present invention relates to the JavaScript storehouse programming development technical field across mechanism number, particularly relate to and possess outside coupling person's identity and have permission interconnected personnel across jq mechanism dialogue management.
Background technology
JQuery is the JavaScript storehouse of a set of browser-cross, simplifies the operation between HTML and JavaScript.It is the js storehouse of lightweight, compatible CSS3, also compatible various browser.JQuery makes user can process HTMLdocuments, events more easily, realize animation effect, and easily for website provides AJAX mutual.JQuery also has a larger advantage to be that its document description is very complete, and various application is also said very detailed, also has the plug-in unit of many maturations available simultaneously.JQuery can make the html page of user keep code to be separated with html content, that is, need not insert a pile js again and carry out call instruction inside html, only need define id.
In the JavaScript storehouse programming development technical field across jq mechanism number, there is following characteristic: lightweight, the code file only 14KB of transmission after GZip compression, the code file only 26KB that uncompressed transmits.Chain type grammer uses simple.Use CSS1-3 selector switch, easily can arrange, delete, read css attribute. browser-cross, support that InternetExplorer6+, Opera9+, Firefox1.5+, Safari2+.Dom select, easily can obtain the jquery object after any dom element or the encapsulation of dom element.Have Ajax to support, event registration can, to any one or more object registration event, allow picture be separated with event.
The outside benefit brought across different jq mechanisms flow process mechanism of System Implementation: on the one hand for the people possessing outside coupling person's identity provide flexibly, operation interface easily, make full use of again on the other hand the mechanism of jQuery, have security good, easy to operate, realize the advantages such as easy.
Summary of the invention
In order to overcome the deficiency of existing outside across different jq mechanisms flow process, the invention provides a kind of liaison man interconnected by the authority of jQuery mechanism number dialogue, both sides usually form the pattern of number-jq mechanism of jq mechanism number, namely client sends JQ information to mechanism number, after mechanism number receives JQ information, provide corresponding service.The people possessing outside coupling person's identity engages in the dialogue by transmitting various jQuery message.Such one side can reduce complexity and the difficulty of the program safety control of JQ mechanism, and can make full use of again jQuery carries out Message Transmission on the other hand, engages in the dialogue.
The technical solution adopted for the present invention to solve the technical problems is: service logic and performance logical separation, simplify development difficulty.When use JavaScript develops program, often a large amount of JavaScript program codes and HTML mark are placed in the same page.Had jQuery, jQuery code can be formed separately a .js file by us, only need comprise this file in html document, achieves service logic and shows being separated of logic, making our developing thought more clear, reduce development difficulty.Traditional dynamic web page is in client and server interaction process, after user end to server data delivery, full page often returns to client by server, the full page of client all needs again to refresh, this interactive mode has very large impact to network speed, and user is often in waiting status.Then can realize webpage local by jQuery to carry out alternately, making user browse webpage more smooth with server, experience sensation better.
The invention has the beneficial effects as follows, use jQuery technology, do not need whole list all to submit to server, also do not need to refresh full page, in process data exchange process, transferring content is few, speed fast for it, and server process is timely.Can realize being that the interconnected personnel that have permission that jq1-001 and jq2-00x possesses outside coupling person's identity talk with behind by the dialogue of number-jq mechanism of jq mechanism number.
Accompanying drawing explanation
Below in conjunction with drawings and Examples, the present invention is further described.
Fig. 1 is instance data of the present invention access realization figure.
Fig. 2 is instance system login process figure of the present invention.
Fig. 3 is that example Ajax of the present invention sends data code figure.
Fig. 4 is the selector switch syntax graph of example jQuery of the present invention.
Embodiment
In the diagram, the selector switch syntax graph of example jQuery of the present invention is illustrated.The selector switch grammer of jQuery is mainly based on CSS3's and XPath.CSS3 and XPath is known more, just all the more handy during use jQuery.About the complete list of jQuery selector switch, comprise CSS and XPath.We still can use CSS3 to select element, because jQuery possesses the self-defined selector switch engine of oneself in jQuery.For example, a whippletree to be added in each empty row in the table, the pseudo-selector switch (pseudo-selector) of empty can be used: $ (' td:empty ') .html ('-').
If need to find out all elements not containing certain kinds? CSS3 provides a grammer equally can complete this object, uses: pseudo-selector switch: the $ (' input:not (.required) ' of not) .hide (); How following code hides all input contents not containing required class if showing.
The same with in CSS, can use comma that multiple selector switch is connected into one.XPath is a kind of powerful grammer, for searching element in a document.It and CSS slightly distinguish, but the function that it can realize is slightly more than CSS.A frame to be added in father's element of all check boxes, can use XPath/.. grammer.
Also the selector switch do not had in some CSS and XPath is added in jQuery.For example, a table be made to have more readability, usually can add a different class name in the odd-numbered line of form or even number line---may also be referred to as a table segmenting (striping).Use jQuery just can accomplish this point with the slightest effort, this needs to give the credit to the pseudo-selector switch of odd.

Claims (3)

1. outside is across different jq mechanisms flow process mechanism, it is characterized in that: the invention provides a kind of based on the dialogue by jQuery mechanism number, a kind of JavaScript storehouse programming development technology related to across mechanism number, both sides usually form the pattern of number-jq mechanism of jq mechanism number, namely client sends JQ information to mechanism number, after mechanism number receives JQ information, provide corresponding service.
2. according to claim 1 based on the dialogue by jQuery mechanism number, it is characterized in that: the people possessing outside coupling person's identity engages in the dialogue by transmitting various jQuery message.In process data exchange process, transferring content is few, speed fast for it, and server process is timely.Can realize being that the interconnected personnel that have permission that jq1-001 and jq2-00x possesses outside coupling person's identity talk with behind by the dialogue of number-jq mechanism of jq mechanism number.
3. according to claim 1 based on the JavaScript storehouse programming development technology across mechanism number, it is characterized in that: jQuery code is formed separately a .js file, only need comprise this file in html document, achieve service logic with performance logic be separated by jQuery then can realize webpage local carry out alternately with server, make user browse webpage more smooth, experience sensation better.
CN201510545957.9A 2015-08-31 2015-08-31 External different jq agency number crossing flow mechanism Pending CN105550194A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510545957.9A CN105550194A (en) 2015-08-31 2015-08-31 External different jq agency number crossing flow mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510545957.9A CN105550194A (en) 2015-08-31 2015-08-31 External different jq agency number crossing flow mechanism

Publications (1)

Publication Number Publication Date
CN105550194A true CN105550194A (en) 2016-05-04

Family

ID=55829383

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510545957.9A Pending CN105550194A (en) 2015-08-31 2015-08-31 External different jq agency number crossing flow mechanism

Country Status (1)

Country Link
CN (1) CN105550194A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1987850A (en) * 2005-12-20 2007-06-27 腾讯科技(深圳)有限公司 Method for realizing AJAX webpage
US20080098291A1 (en) * 2001-04-17 2008-04-24 Adobe Systems Incorporated Method and System for Cross-Platform Form Creation and Deployment
CN105718294A (en) * 2015-03-23 2016-06-29 上海赞越软件服务中心 Permission interconnected contact person dialogue through jQuery mechanism numbers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080098291A1 (en) * 2001-04-17 2008-04-24 Adobe Systems Incorporated Method and System for Cross-Platform Form Creation and Deployment
CN1987850A (en) * 2005-12-20 2007-06-27 腾讯科技(深圳)有限公司 Method for realizing AJAX webpage
CN105718294A (en) * 2015-03-23 2016-06-29 上海赞越软件服务中心 Permission interconnected contact person dialogue through jQuery mechanism numbers

Similar Documents

Publication Publication Date Title
CN105512326B (en) A kind of method and system that picture is recommended
CN105930467B (en) A kind of information processing method and electronic equipment
CN107992301A (en) User interface implementation method, client and storage medium
CN102929867A (en) Technology used for automatically translating a document
US10404638B2 (en) Content sharing scheme
CN104462534A (en) Network information sharing method and device
US9355137B2 (en) Displaying articles matching a user's interest based on key words and the number of comments
WO2014173115A1 (en) Method, device, and system for network communication
CN102365619A (en) Method and apparatus for processing user interface composed of component objects
CN103838576A (en) Website establishing method and device
CN104680277A (en) Method and system for negotiating and signing electronic contract online
CN106844471A (en) A kind of electronic operation and maintenance system form data processing method and server
US20140129638A1 (en) Information communication apparatus, information communication method, information communication system, and computer program
CN107566436A (en) Page messages center element and message real time propelling movement method and apparatus
KR102066802B1 (en) Business processing method and device
CN204790977U (en) APP automatic compilation system and management platform based on cloud calculates
EP2342874B1 (en) A message system for social networks
CN107659491A (en) A kind of Group file sharing method and system based on instant messaging
CN103037336A (en) Short message transmission method of two-dimensional code
KR101196657B1 (en) Messaging Systems Having Function of Compatible and Parameters between the Social-Network Service
CN105550194A (en) External different jq agency number crossing flow mechanism
US9185454B2 (en) System and method for presenting during a programming event an invitation to follow content on a social media site
US20170169260A1 (en) Ptp interaction association system supporting connection between print books and periodicals product and internet
CN105718294A (en) Permission interconnected contact person dialogue through jQuery mechanism numbers
CN105407076A (en) Method and system for achieving media bridge

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160504

WD01 Invention patent application deemed withdrawn after publication