TAG | jQuery UI
For a recent project I was asked to build a wizard style interface (among other things) for entering form data. The only requirement the client was adamant about was that there should be some WYSIWYG editor integration. Although the project was primarily a PHP based solution, I couldn’t resist the urge to give the end-users a nice experience with some AJAX. So began my experience with the wonderful world of WYSIWYG editor integration. This is a short post on some of the things I encountered.
(more…)
AJAX · css · development · Javascript · jQuery · jQuery UI · PHP
30
Using jQuery Accordion to Alter Content Outside of the Accordion
3 Comments · Posted by johng in jQuery
Today I was working on some of my content over at TC Web Development and needed to add some functionality to one of my pages that would update page content based on what content was visible in a jQuery accordion. After some tinkering I was able to figure out a way to do this and figured I would share as I did not find any other information on the web that achieved the desired effect.
AJAX · css · development · Javascript · jQuery · jQuery UI · PHP · tutorial
