This is taken from the hover example in the jQuery online documentation.
| #if ... |
|
I am having a very strange issue with jQuery and hoped that someone might have an idea or may have seen this before. Basically the problem is thus: * Liferay has a folder called jquery, which contains a whole bunch of different .js files - jquery (version 1.2.6), most of the ui files (but not all) and most of the effects ... |
Hello all I have a hibernate portlet and i want to use ajax in it to not reload when it run. I use this code jQuery( function() { var form = jQuery('#fm'); ... |
30. jQuery liferay.comHi Thanks for the response and pointer to the area we need to look at. We will certainly investiage this, but off the top of your head, do you know if the jQuery interface has changed between 1.2.6 and 1.7.2? If it has, then upgrading is going to break stuff right? Cheers |
Tejas Shah Rank: New Member Posts: 18 Join Date: July 13, 2009 Recent Posts Hi I am trying to call an action class using ajax to make some updates to tags. I have done the following steps 1. Created the action class 2. mapped the action class to a url in struts config xml 3. used the url to call the ... |
hello, i've this problem: I've a list of results, and i want to click in an icon in each row to open a modal dialog to show the details of the row. That details are in BBDD, so i've thought about an ajax request to get the data. I'm using struts_action for the server-side, and /ext/my_action forwards to a JSP with ... |
|
I see on the front page that Liferay is committing to jQuery in a big way, including hiring Paul Bakaus. (welcome, Paul!) I really like the philosophy behind jQuery, especially the way that it reduces the amount of data sent down to the client browser. The current size of everything.js and the CSS is unacceptable for the first load. So does ... |
|
Hi, I just had the same problem and Your advice was just right, thanks! I am not a Java guru, however and it was complicated for to find out where the portal.properties file and portal-ext.properties file should reside. One of my friends showed me what is to be done and i think it could be useful for same persons as me ... |
|
|
|
How to convert this JQuery into liferay compatible formated file. May 16, 2010 4:27 AM Answer Sam E Rank: Liferay Master Posts: 659 Join Date: March 2, 2009 Recent Posts HI. I want to convert the following file into Liferay compatible format by replacing $ with the word of JQuery. (function($){ var defaultHandlers ... |
|
|
Hello, i need to find a way to get jQuery to work in Liferay 6.0.1. In my current installation the jQuery files are present in the following folder: tomcat-6.0.26\webapps\ROOT\html\js\jquery No matter what i do, i can't seem to get them to work though. A jsp that works perfectly in version 5.2.3 gives me this error: "Uncaught ReferenceError: jQuery is not defined" ... |
|
|
Hello everyone, Need help in jquery ajax, i want to load values in drop down upon users request... i'm able to submit to process action in this way var actionURL=''; jQuery.ajax({ url: actionURL, ... |
Im developing a new theme now that require to use a newer version of JQuery, from this url http://www.liferay.com/community/wiki/-/wiki/Main/Several+jQuery+versions+within+Liferay i know that user can include newer version of JQuery in custom portlet, but how about theme? I tried and it does not seem working in my theme, can anyone tell me, how to include newer JQuery in theme? or is it ... |
|
Hi Lionel, Liferay comes with a preincluded jquery. The 4.4.1 comes with jquery 1.1.4. If you include another version of jquery in your portlet, then those two versions will conflict with each other. I tried to swith in liferay the jquery to the latest one without any success. Therefore I used the spry library for ui widgets. It is free. http://labs.adobe.com/technologies/spry/home.html ... |
I am developing the JSP portlet using plugin sdk. I want to implement AJAX in this portlet. I am facing the problem while sending the URL in jQuery.ajax({ type: "GET", url: "/changemode.jsp", data: "modeVal=rahul", success: function(msg){ alert( "Data Saved: " + msg ); }}); the changemode.jsp is @ same location as the calling JSP. It doest show any error msg, but ... |
|
Good afternoon I have a problem, I am developing a portlet and I need to have a jquery tabs, but the design of the page is changed and all the distribution of the portlet is moved. I would like to know how to use jQuery in Liferay 6.0.4 such as add files. js or Allow UI I can use to make ... |
|
Hello, I have the following client code : |