Use zy_tmpl to generate the drop-down menu _ PHP Tutorial-php Tutorial after jQuery obtains json

Source: Internet
Author: User
After jQuery obtains json, it uses zy_tmpl to generate a drop-down menu. After jQuery obtains json, it uses zy_tmpl to generate the drop-down menu. This article describes how to use jQuery to obtain json and then use zy_tmpl to generate an instance of the drop-down menu, although this is the first time jQuery acquires json and uses zy_tmpl to generate a drop-down menu

This article mainly introduces how to use jQuery to obtain json and then use zy_tmpl to generate a drop-down menu instance. although it is the first time to write about AppCan development, if you need it, you can refer to it.

The first time I wrote an article about AppCan development, someone wrote about jQuery or native Ajax interaction with json, then I will write a little bit about the example of generating a drop-down menu using zy_tmpl after obtaining json using jQuery during the development process.

The json part generated by the PHP server is not written so much, that is, an array $ res is input, and then

The code is as follows:


Echo $ _ GET ['jsoncallback']. "(". json_encode ($ res ).")";

In the AppCan template, add a drop-down menu. my menu is:

?

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

Select a building group:

Building Name

Loading Data. please wait.

Then join in:

?

1

2

3

4

5

6

7

Function getscsi (){

$. GetJSON ('http: // localhost/json. php? Jsoncallback =? ', Function (data ){

Var tmpl ='$ {BuildingName}';

$ ("# Lc" ).html ("");

$ ("# Lc"). append (zy_tmpl (tmpl, data, zy_tmpl_count (data )));

})

}

In this way, when onload, onchange, and onclick are executed, the select update can be implemented.

The above is all the content of this article. I hope you will like it.

This article describes how to use jQuery to obtain json and then use zy_tmpl to generate a drop-down menu instance...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.