Query plugin providing a Twitter Bootstrap user interface for managing tags Code on Github Bootstrap 2.3.2 Download Examples Markup Just add data-role="tagsinput" to your input field to automatically change it to a tags input field. Amsterdam Washington Sydney Beijing Cairo Show code statement returns $("input").val() "Amsterdam,Washington,Sydney,Beijing,Cairo" $("input").tagsinput('items') [ "Amsterdam" ,"Washington","Sydney","Beijing","Cairo"] True multi value Use a <select multiple /> as your input element for a tags input, to gain true multivalue support. Instead of a comma separated string, the values will be set in an array. Existing <option /> elements will automatically be set as tags. This makes it also possible to create tags containing a comma. Amsterdam ...
Need? or Requirement? Well, this setup is my requirement because I don’t have 24 hours running Internet on my mobile device. Neither it is possible to repeatedly check for new mails with really slow Internet. So, it became my requirement to receive SMS alert on new mails and check mails when I feel that something important has arrived. Of course, most of tech-giants would not feel this useful for many and much more useful reasons. For every other fellow, I will try to make this setup look, lame . Theory? / Concept? / Procedure? Here comes the boring part. I request you not to read this theory part further because the setup is much more easy and you will understand the things as you go. Still, for the sake of headline, lets take this challenge too. This setup is basically described for Gmail users. We are going to setup something which will send a SMS notification on mobile device for every new email you receive on Gmail. We will now be using any third party here in o...
Comments
Post a Comment