Pages 1
You must login or register to post a reply
- Registered: 2007-01-06
- Posts: 349
Topic: Automatiskai sukuriamas naujas DIV blokas
Sveiki,
taigi, turiu duomenu baze, kurioje yra irasomi tam tikri duomenys.
Puslapyje jie yra atvaizduojami ir kas keleta sekundziu ajax pagalba yra atnaujinami.
Kaip butu galima padaryti, kad nauji duomenys butu atvaizduojami naujame DIVE? Kaip naujus duomenis istraukti tai problemu neturiu, bet kad seni liktu buvusiame dive, o nauji jau butu atvaizduoti naujame nemoku padaryti.
- From: Vilnius
- Registered: 2008-06-11
- Posts: 1,254
Re: Automatiskai sukuriamas naujas DIV blokas
$("#parent").append('<div>'+html+'</div>') ?
MongoDB Certified Developer
MongoDB Certified DBA
Zend Certified Engineer
- Registered: 2007-01-06
- Posts: 349
Re: Automatiskai sukuriamas naujas DIV blokas
aisku, o imanoma tai padaryt be jquery?
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Warning: count(): Parameter must be an array or an object that implements Countable in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
814
- From: Klaipėda
- Registered: 2006-10-31
- Posts: 432
Re: Automatiskai sukuriamas naujas DIV blokas
įmanoma. Plain javaScript (bet čia jau greičiau savotiška saviždybė tai daryti) arba:
MooTools
Prototypes
scriptaculous
ir kiti JavaScript framework'ai. Jei klausi apie tai kaip padaryti ar išvis įmanoma padaryti be JavaScript, tuomet - ne.
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
756
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
816
- Registered: 2006-12-04
- Posts: 309
Re: Automatiskai sukuriamas naujas DIV blokas
Min2liz wrote:įmanoma. Plain javaScript (bet čia jau greičiau savotiška saviždybė tai daryti) arba:
MooTools
Prototypes
scriptaculous
ir kiti JavaScript framework'ai. Jei klausi apie tai kaip padaryti ar išvis įmanoma padaryti be JavaScript, tuomet - ne.
o kodėl ne? gi savo browserį pasirašykit :)
Kiek maigyklių sudėvėjai ?
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
756
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
816
- From: Vilnius
- Registered: 2008-06-11
- Posts: 1,254
Re: Automatiskai sukuriamas naujas DIV blokas
qwertyuiop wrote:aisku, o imanoma tai padaryt be jquery?
var el = getElementById('kazkoksID');
// prepend
el.innerHTML = turinys+el.innerHTML;
// apend
el.innerHTML = el.innerHTML+turinys;
MongoDB Certified Developer
MongoDB Certified DBA
Zend Certified Engineer
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
756
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
811
Deprecated: Function create_function() is deprecated in
/home/pasokime/domains/mysql.lt/public_html/forumas/include/parser.php on line
816
- Registered: 2007-01-06
- Posts: 349
Re: Automatiskai sukuriamas naujas DIV blokas
zygis wrote:qwertyuiop wrote:aisku, o imanoma tai padaryt be jquery?
var el = getElementById('kazkoksID');
// prepend
el.innerHTML = turinys+el.innerHTML;
// apend
el.innerHTML = el.innerHTML+turinys;
dekui
Pages 1
You must login or register to post a reply