Tag: ajax
-
Hack your open cart pagination library to enable AJAX calls
Okay, I just faced and solved an very interesting problem and can’t wait to share with you all. PROBLEM: I was trying to do pagination calls by ajax as my whole project architecture is like that. But open cart’s pagination do not by default support ajax call. I’ll go step by step through the solution. Pagination class…
-
Using colorbox(a jquery plugin) ajax in a complex situation
Colorbox is a lightweight customizable lightbox plugin for jQuery. I am using colorbox for another perpose: to show a (semi!) modal window to show information on ajax call. You can get the plugin here . Here I’ll give a simple example how to load ajax data and show through colorbox plugin. In second phase i’ll…
-
jQuery Ajax Tooltip
This is very much based on the Coda Popup Bubble example for jQuery that’s been going around with a few important differences: The information is requested via AJAX, so you don’t have to include all of this extra information in a hidden div. This keeps your markup smaller for grids with tons of names in…