No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
hi friends, I'm trying to read an XML file using a jQuery 1.4 ajax ... the code is something like this ... [CODE] $.ajax({ type: "GET", url: "abcde.xml", dataType: "xml", error: function(){ /* error lines goes here */ }, success: function(){ /* success lines goes here */ } }); [/CODE] …
hi, did you try eval() ? [CODE] var val = window.opener.document.getElementById("Baseline:EngineModel").value; document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + eval(val.value) + "/></portlet:actionURL>"; document.frmname.submit(); [/CODE] or may be [CODE] var val = window.opener.document.getElementById("Baseline:EngineModel").value; alert(val.value); /*or similar trick just to check that whether it comes up till here properly as desired ... */ document.frmname.action …
Hi, I am about to create a web based application, using only free web technologies like Ruby on Rails or PHP. But its a bit hard for me to finalize on a free / open source database management system, that will help in performance, scalability, portability and easy hosting. I …
try this ... hope this u wanted ... [CODE] <script type="text/javascript"> $(".mm").click(function(){ if ($("#ee").css('width') == '800px'){ $("#ee").animate({ 'width':'200px' }) } else{ $("#ee").animate({ 'width':'800px' }) } }); </script> [/CODE]
Hi, :) I am a newbie here and this is my first post. :?: I always wonder whether there is a better way of putting this or that or is there a work around for that, etc.... :idea: So, its better if we can have an uncluttered discussion topic that …
Hi, i think there is a little more insight needed because, there are say like "n number" of ways to perform this but want to know how you are trying to perform this. do you reload the entire page on click of the highlighted image? if yes, then i think, …
The End.
Rahul V S