Coderguy’s Blog

Thoughts on code

About

Hello, my name is Daniel Ice. I am a software developer in the Dallas, TX area. I enjoy learning about new technology. I mostly focus on PHP and Ruby on Rails.

Archive for the 'jQuery' Category

jQuery Ajax Call Return Value

Wednesday, June 23rd, 2010

I found myself needing a really quick way to do an ajax call and get the value returned to a single var. I did a lot of searching and found a lot of convoluted responses that involved callbacks.  Using callbacks would be overkill for what I was doing. After much searching I finally found this [...]

Read the rest of this entry »