ziedinjsh Posted September 2, 2013 Report Share Posted September 2, 2013 Labdien! Man tāds jautājums: index.html failā ir inklūdoti js faili. ar jQuery .get funkciju es iegūstu lapas saturu jQuery.get('php/check_session.php', function(data){ jQuery('#wrap').html('uzgaidi..'); if(data=='error'){ jQuery.get('front.html', function(data){ data = '"' + data + '"'; jQuery('#wrap').html(data); }); }else if(data=='ok'){ jQuery.get('audio.html', function(data){ data = '"' + data + '"'; jQuery('#wrap').html(data); }); } }); viss ir labi, bet ir viena lieta ko es nevaru izdomāt. Piemēram: front.html ir trigeris "enter" bet uzspiežot uz viņu nekas nenotiekas. Saprotu to ka pašā html saturā patiesībā tā front.html saturs nav (source code paskatoties nav) tapēc nenotiek attiecīgā funkcija jQuery('.enter').live('click', function(){ alert(1); }); Kā var panākt lai šādā veida varētu palaist citas funkcijas kas ir ar jquery iegūts saturs? Quote Link to comment Share on other sites More sharing options...
vostro Posted September 2, 2013 Report Share Posted September 2, 2013 Labāk izmanto AJAX atbildi saņem JSON. Quote Link to comment Share on other sites More sharing options...
ziedinjsh Posted September 2, 2013 Author Report Share Posted September 2, 2013 Atbilē man būs tikai 3 div tagi Quote Link to comment Share on other sites More sharing options...
vostro Posted September 2, 2013 Report Share Posted September 2, 2013 Nu un kur problēma? Quote Link to comment Share on other sites More sharing options...
codez Posted September 2, 2013 Report Share Posted September 2, 2013 jquery live jau sen ir deprecated un jau kādu laiku arī izņemta pavisam ārā. Tā vietā ir jāizmanto .on Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.