douyonglang4845 2011-06-14 17:43
浏览 58

codeigniter中的多选框

I am using CodeIgniter for my development. I have a view which consists of 5 multiple select box, in which initially the default data will be populated while the page is loading. It should be chained selected i.e based on the first multi box changes the data should change for the remaining 4 select boxes, second box's changes will be reflected in the remaining three and so on.

please can you help me to obtain the chained selections for all the five boxes in which the data will be populated from model via controller.

  • 写回答

1条回答 默认 最新

  • doushi5752 2011-06-14 17:53
    关注

    The bad news is that you can't do that with CodeIgniter alone. The good news is that there are plenty of tutorials which can help you with that.

    The problem is that CodeIgniter is a back-end framework. Its job: return values to HTTP request. It can't modify or update anything once it's sent. It is very good at that, but it can't actually modify anything once it's in the browser. To do that you need a front-end tool like JavaScript which will interpret the data sent by CodeIgniter and display the data based on what was already sent.

    评论

报告相同问题?

悬赏问题

  • ¥15 python变量和列表之间的相互影响
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)