rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

Appending new bar items with AJAX #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Im attempting to add dynamically new bar items to make some sort of chat bar.

Im currently just testing but it wont work with me, now I see that the 
javascript is adding the classes when you call the jixedbar function but is 
there an implemented function to add custom content?

Regards,
Jorin Vermeulen
www.jorinvermeulen.com

Original issue reported on code.google.com by jorin.ve...@gmail.com on 26 Feb 2011 at 10:27

GoogleCodeExporter commented 9 years ago
im also having similar problem.im trying to view dynamic content. but bar's 
<li> contents doesnt apend until i click hide/show. i need custom event to call 
REFRESH the bar elements.. any idea??

Original comment by sandun12...@gmail.com on 9 Mar 2011 at 4:36

GoogleCodeExporter commented 9 years ago
never mind, ive developed my own bar by now.

Regards,
Jorin Vermeulen

Original comment by jorin.ve...@gmail.com on 9 Mar 2011 at 11:49

GoogleCodeExporter commented 9 years ago
I need to load ajax stuff into bar too.

I changed line 551 to this, which help maintain a bit of control on how things 
will be shown:

$(this).parent().find("div").addClass(buttonIndicator); // change button 
indicator

Original comment by felipece...@gmail.com on 11 Mar 2011 at 9:19