Search Results
There are 22 item(s) tagged with the keyword "jQuery".
- Displaying: 1 - 10 of 22
- 1. jQuery Plugin to convert HTML select box to DIV based dropdown
Since long time I was planning to build jQuery plugin to convert HTML select box to DIV based dropdown but still do not want to loose flexibility of HTML control. Drawback with HTML select box is you can not apply css or beautify it, if you need multiselect option it occupy good space and your page look ugly in certain cases. This plugin will convert your HTML selectbox to DIV based dropdown list yet it will have simplicity of HTML control.
- By Pritesh
- 2. Show tooltip when input element get focus
Hello Friends,
Recently I am working on one of the project, and inside it we want functionality to show a hint tooltip box (show information related to that field) when that input element get focus.
I use clueTip (a jQuery tooltip plugin) to show hint tooltip box.
- By Mahavir Dhruv
- 3. Decode HTML code with jQuery
In one of the project, we are storing all form fields in json string format (i.e. {"name":"myname", "email":"may@xyz.com", "address":"myaddressdetail"}) in the database table. To avoid the JSON parsing error due to any special characters while retrieving data from database and deserialize the json string, I convert all special characters in the fields value with their HTML-escaped equivalents (by using coldfusion HTMLEditFormat() function). Till this it's works fine but I found the issue with the HTML-escaped equivalents code when I am going to retrieve data with AJAX and placed value to appropriate input field. At here I want to convert the HTML-escaped equivalents code to appropriate special character (i.e. & needs to be converted into & sign).
- By Nirav
- 4. Passing additional data to CALLBACK function of jQuery.ajax
Now a days we can not imagine web application with AJAX and jQuery make stuff lot easier to us. We normally need to use ajax call to update web content asyncronously. $.ajax is really simple to use, well I haven't write this post to advertise $.ajax but to explain how we can pass our custom arguments to its callback function.
$.ajax callback function have three default parameter 1. Content 2.Status 3. HTTPResponse object and in most of the case this are enough information in case you want to alert user or display message on particular dom object.
- 5. Enable/disable link button in jquery Mobile
Hi,
I am developing mobile application, where I use jquery Mobile.
Buttons can be created by input tag, button tag and even link tag. See examples:- By Vikas
- 6. Scroll to UI element in jquery mobile framework
Hi,
I am using jquery mobile framework for last couple of weeks.
Recently it was required to scroll a page to my listview item.
Jquery mobile has a method called $.mobile.silentScroll().
- By Vikas
- 7. jQuery multiple selection
Hello Friends, Today, I am very glad to announce finally I have made jQuery multi selection plug-in. I am really thankful to my one of friend who gives me such a nice idea and also thanks to Mr. Pritesh Patel who provides guideline to do better. Now, in your mind one question arise. What is jQuery multi selection plug-in? jQuery multi selection plug-in is such a very useful plug-in and simple to use. Features of jQuery Multi Selection Plug-in: It's fully ajax base. ...
- By Bharat Patel
- 8. Mobile theme and theme switcher for Mango Blog.
Since couple of days I was reviewing jQuery Mobile and really impress with work it make it easy for us. Now it was time to create practical implementation of it. Since long time I was looking for mobile theme for our blog but didn't find any and I believe it is because of Mango Blog doesn't allow us to switch theme (skin) on request also looking into code I realise that all skin related information stored at Application level and changing for any visitor will affect everyone who visit blog.
To make Mango blog for mobile device compatible I created one theme using jQuery Mobile and plugin to change theme whenever request come from mobile device.
- 9. jQuery Enable/Disable Specific date
Hello Friends,
In web application most of people use jQuery, jQuery UI and jQuery Plug-ins. Why not? First of all it's free and it reduces no. of code. Any way what i want to say is today one of my client wanted to download data according to date. i.e. Data generated on specific date. Date will be increase day by day so I thought what I need to do? Suddenly, there is a click in mind jQuery UI Datepicker has ability to enable/disable date so I just googled for that and got the code. I really thank TutorBoy.com as they have done this beauty of a code. Let's see below code how to enable/disable date using jQuery UI datepicker. I hope it may be helpful for you.- By Bharat Patel
- 10. jQuery code and syntax guidelines for improved code performance
f you want to publish your jQuery plugins following jQuery core code writing guidelines is a good idea. Here are some of the guidelines ...
- Displaying: 1 - 10 of 22