Tag: JQuery
-
Salesforce REST API Playground
What is REST API ? In my words, Getting data from Other System or Same System using HTTP request is known as REST API. If you know, how website works, you know REST API. Before REST API, there was SOAP request which needed lots of configuration and very tightly coupled. If you make any modification…
-
Client side Templating using Underscore.js and JQuery
Recently, I ran into requirement where I was getting JSON response and needed to render it on my Mobile application. I had two Options, Server side processing and Client side Templating. I studied and checked both way ; came to conclusion on using Client side Templating. There are many plugins and libraries available however there…
-
JQuery Based Raffle in Salesforce
Recently i run into very interesting scenario where i had to randomly take name of few contacts. There are many ways to do it but I thought why not to implement this functionality in Salesforce with help of some Javascript? So i came up with this – JQuery based Raffle in Salesforce. I have created…
-
AutoComplete Component in Visualforce using JQueryUI
In this tutorial, I am going to explain very Simple AJAX and JSON based Auto Complete component with the help of JQuery UI. First I am assuming that you already have Static Resource of named “AutoCompleteWithModal“. This Static resource has all images, CSS and JQuery library needed to implement this component. In one of my…
-
Salesforce Helptext like Custom Tooltip using JQuery
Welcome back Readers. This is my first blog entry for year 2013, i know its too late. However i can ensure that i have lots of unique post which will come this year. I am starting this year with very light post , mimic the help-text style of Salesforce. Download Salesforce Helptext like Tooltip using…
-
Change year range in Datepicker – Salesforce
In Datepicker control of salesforce, most of the developers must have faced issue on year range for Datepicker control. We cannot configure the year range in standard date picker control. However, for a long time i am using a JQuery code to change the range of years in Datepicker and thought to share with you.…
-
Streaming API Using JQuery – Salesforce
Tutorial of Streaming API in Salesforce with Source code and Demo Video – Implementation of Bayeux protocol and CometD using JQuery and JSON
-
Gantt Chart in Salesforce using JQuery and JSON
Tutorial and Example of creating the Gantt Chart in Salesforce using JQuery and JSON
-
Handling Colon in Element ID in JQuery – Visualforce problem
Resolving the JQuery error when the Element ID contains colon with Live Demo
-
Create Simple Drag and Drop Widget like iGoogle using JQuery
Live Demo with source code on creating Simple Drag and Drop Widget using JQuery plugin like iGoogle