I am looking for a way to append $.post()‘s data response to the height of the li that invoked it.
I know it has been done, but I can’t find anything to read about it. So, any ideas?
Scheme
-
List item1
-
List item2
-
List item3, on click here :
* sublist item1 * sublist item2 * sublist item3 -
List item4
UPDATE
The only code I have is the working $.post() and I do a console.log(data) just to see the response.
Ok, I would like to achieve something like this: http://www.alistapart.com/d/horizdropdowns/horizontal.htm with the $.post()‘s response
NOTE: You have to make some CSS to improve looks