liferay « Development « jQuery Q&A

Home
jQuery Q&A
1.addClass
2.alert
3.array
4.attribute
5.browser
6.callback
7.clone
8.Cookie
9.Date
10.Development
11.document
12.dom
13.element
14.filter
15.Firefox
16.flash
17.format
18.html
19.input
20.internet explorer
21.json
22.mootools
23.page
24.performance
25.regex
26.safari
27.selector
28.setTimeout
29.String
30.table
31.Text
32.trigger
33.URL
34.video
35.xml
jQuery Q&A » Development » liferay 

1. Modifying Liferay javascript functionality    stackoverflow.com

I want some tags to be added to an article. The problem is that the tags are displayed in the pop-up window in "random" order. This is due to order they ...

2. Null command object with Ajax in Liferay and Spring MVC    stackoverflow.com

We have the following Ajax call in our JSP as follows:

$.postJSON("${sendStatus}", command,     
      getData(data),
 { error: onError }
);
And the method in our ...

3. Making Ajax request in portlets for liferay 6    stackoverflow.com

I want to make an ajax call inside my jsp file which calls processAction method of a portlet, based on the success message from processAction method i need to make another ...

4. Liferay Struts2 portlet - duplicate name space    stackoverflow.com

I'm trying to make a portlet with Struts2 and Struts2-JQuery plugin in Liferay Portal. my portlet works fine but when i use a tag such as this :

<s:form method="POST" ...

5. Problem with jquery conflicts between liferay and primefaces    forum.primefaces.org

We recently have begun to utilize the primefaces (3.0 M3) libraries from within liferay (5.2.3 and 5.2.5) We noticed a number of javascript errors that we recognized as jquery version conflict related issues when we tried running our portlets that utilize jquery within liferay. We have found workarounds in the forum and on the internet -- specifically around renaming the jquery ...

6. Conflicts with Liferay's bundled jQuery    forum.primefaces.org

Hi, especially to cagatay civici for this great library! I am developing a multi-portlet application inside Liferay Portal (5.2.3). In order to solve conflicts with Liferay's bundled version of jQuery (Liferay menus didn't work anymore), I recompiled and jar-ed my own version of primefaces 1.0.3 without jquery.js. Everything has gone smooth until now, but now I need paginator capabilities in a ...

7. Portlet Namespace and jQuery    liferay.com

Hi, I am facing a peculiar issue with when used with jQuery, i followed the blog by Jonas, but quiet strangely my jQuery Javascript method is not picked up

9. jQuery library not working in theme    liferay.com

Hi, I've added in the theme head. No jquery behavior works with just this. If I include this same reference directly in the web content display where I have the jquery behavior, it works fine. Anybody have ideas why the reference in the head is being ignored? Thanks!

11. Liferay 6 JQuery    liferay.com

13. JQuery in Journal Articles?    liferay.com

This is taken from the hover example in the jQuery online documentation.
#if ...

27. A simple Ajax or JQuery Question    liferay.com

28. Issues with jQuery conflicts, functions not working, etc.    liferay.com

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 ...

29. jQuery and Ajax in portlet    liferay.com

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.com

Hi 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

31. Calling Action class in liferay using jquery ajax    liferay.com

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 ...

32. Liferay & jQuery & Ajax    liferay.com

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 ...

34. What will the effect of jQuery be?    liferay.com

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 ...

35. Using jQuery    liferay.com

36. jQuery only works when logged in    liferay.com

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 ...

37. jQuery Layout integration    liferay.com

38. jQuery question    liferay.com

39. liferay 4.2 and jQuery    liferay.com

40. How to convert this JQuery into liferay compatible formated file.    liferay.com

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 ...

41. jquery function for contrast    liferay.com

42. Liferay jQuery modified?    liferay.com

43. How to use jQuery in Liferay 6.0.1?    liferay.com

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" ...

44. Update jQuery verions to 1.4    liferay.com

45. LifeRay 5.2 + JQuery update to 1.4    liferay.com

46. Jquery Ajax help needed    liferay.com

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, ...

47. Using newer JQuery in Theme?    liferay.com

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 ...

49. Jquery sample in a portlet    liferay.com

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 ...

50. Sample JSP portlet for AJAX using JQuery    liferay.com

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 ...

51. Using jQuery with Velocity    liferay.com

52. Problem with jquery and liferay    liferay.com

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 ...

53. JQuery conflict in Journal Article    liferay.com

54. Jquery ajax    liferay.com

Hello, I have the following client code :