Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]jquery error in html composer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]jquery error in html composer
 Login/Join
 
Gold member
posted
i insert a jquery.js in html composer.when a i run a report i get error message The value of the property '$' is null or undefined, not a Function object.can any one help me to solve a problem please.

This message has been edited. Last edited by: <Emily McAllister>,


Webfocus AppStudio 8201
Windows
 
Posts: 53 | Registered: May 09, 2016Report This Post
Member
posted Hide Post
Jquery may not be part of the html that you build, you might have to download and include jQuery.min.js and include it to you html to resolve this.


WebFOCUS 77x, WebFOCUS 8x
 
Posts: 8 | Location: India | Registered: May 21, 2014Report This Post
Gold member
posted Hide Post
Thank you for your reply.I tried jquery.min.js.But i get same error


Webfocus AppStudio 8201
Windows
 
Posts: 53 | Registered: May 09, 2016Report This Post
Master
posted Hide Post
jQuery is not being loaded, for whatever reason. Probably an incorrect "script" tag.


App Studio
WebFOCUS 8.1.05M
Windows, All Outputs
 
Posts: 594 | Location: Michigan | Registered: September 04, 2015Report This Post
Master
posted Hide Post
Should be..

<script src="/ibi_apps/ibi_html/javaassist/jquery/jquery_min.js"></script>



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Expert
posted Hide Post
A couple of things that you need to do.

Firstly double check the location of the jQuery.js file as I believe that it changed location between 8.0 and 8.1 (I've mentioned this before I think?). I think that Gavin has given the 8.1 location?

Secondly, learn how to use developer tools for your browser. For the $ property in jQuery to be able to be used, the jQuery library must be ready before the first $ usage. If it isn't then you will get that message.

Also, using developer tools will enable you to establish if your link to the jQuery library is correct. You can always put the full URL into your browser and see if you are prompted to download the jQuery file.

If you are using HTML composer to build your web page then the jQuery library should be linked for you.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
Could always hand code this, no matter what version of WebFOCUS you have:

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED]jquery error in html composer

Copyright © 1996-2020 Information Builders