Adding JavaScript and jQuery
I have been having issues trying to add JavaScript and jQuery to a page that I am trying to add tabs to. What I have done so far is added the script within the script widget by writing out the code and I have also had the scripts added so that I can plug in the URL for the script. Nothing seems to work, the tabs are there but when clicked it just takes me to the top of the page. What I need it to do is to change tabs and the info below the tab. I need all the help that I can get.
Hello Joe,
Can you please refer to the following documentation article for more details on how you can include javascript and jQuery resources in the markup of your user controls or pages.
It is also important to note that if you would like to load jQuery, we highly recommend that you use the built-in jQuery library which comes with Sitefinity (version 1.8.3). To do this, you can use the ResourceLinks control as shown below which will ensure that the built-in jQuery library is loaded on your page or page template:
<%@ Register Assembly="Telerik.Sitefinity" Namespace="Telerik.Sitefinity.Web.UI" TagPrefix="sf" %>
<
sf:ResourceLinks
ID
=
"resourcesLinks"
runat
=
"server"
>
<
sf:ResourceFile
JavaScript
Library
=
"JQuery"
/>
</
sf:ResourceLinks
>
@Joe Not sure how complex you need your tabs to be...but I have a drag\drop tab system lots of people use
www.sitefinitysteve.com/downloads