Client Web Programming Project summary

Source: Internet
Author: User

1, the bootstrap framework is not familiar with the layout is very convenient, but the control is not good elements, so with others is not necessarily the best, to suit their own is good;

2, the overall situation of the control capacity is not enough, the original design, the head of many ideas in the back and did not achieve, instead of the entire template redundancy;

3, the Division of labor has not been divided well, I would like to let go of believing teammates a wave, the results are not ideal;

4, found themselves in the design is really too weak, can only copy, can not create, silent ╮(╯▽╰)╭.

Also attached is the jquery code of the two drop-down boxes for each of the research options:

$ ("#btn1"). On ("click", Function () {
$ ("#sel2"). Append ($ ("#sel1 option:selected")); Sel2 Add sel1 selected option after
$ ("#sel2 option"). attr ("selected", false); Set the option to move to Sel2 to not be selected
});
$ ("#btn2"). On ("click", Function () {
$ ("#sel2"). Append ($ ("#sel1 option")); Sel2 Add all sel1 options after
$ ("#sel2 option"). attr ("selected", false);
});

Client Web Programming Project summary

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.