No announcements
Found 3870691 threads
-
0 Votes
Write Jquery in seperate js
Hi , do the following : 1- create a file ex. common.js 2- add jQuery code inside this file like ...Answered | 3 Replies | 5397 Views | Created by Ganesh_Pawar - Monday, September 12, 2011 10:19 AM | Last reply by Fadi Abdulwahab - Monday, September 12, 2011 12:41 PM -
0 Votes
how to add jquery code
Hi, First of all, you should add both jquery script files in _lauouts folder or site collection style library.Do not directly use third party site URL because that site may ...Answered | 2 Replies | 12224 Views | Created by Arjun Abhi - Monday, March 18, 2013 3:57 PM | Last reply by Hemendra Agrawal - Tuesday, March 19, 2013 7:52 AM -
0 Votes
How to use Blend to acheive equivalent functionality for HTML area/polygon code
Since I already have the HTML code plus graphics, I may write a script/program to convert the remaining data sets once I get a working model for one state.Answered | 4 Replies | 3138 Views | Created by highdownts - Sunday, October 30, 2011 6:43 PM | Last reply by highdownts - Monday, October 31, 2011 9:31 PM -
1 Votes
How to use JQuery in WinJS Application?
Hi madhu72kumar, I agreed with Ahmed, if you simply want to use the slider from JQuery, why not try WinJS Slider?Answered | 2 Replies | 2850 Views | Created by madhu72kumar - Thursday, October 3, 2013 11:25 AM | Last reply by Jamles Hez - Monday, October 7, 2013 5:36 AM -
0 Votes
Equivalent c# code of this C++ code
Any chance you could share the whole code?Answered | 7 Replies | 2743 Views | Created by phanitk - Thursday, March 21, 2013 8:53 AM | Last reply by Petoj87 - Thursday, April 13, 2017 6:53 AM -
0 Votes
How to use JQuery in SharePoint 2010
Register the JQuery file using <ScriptLink> control.Answered | 4 Replies | 3444 Views | Created by dhijit - Friday, October 12, 2012 6:27 AM | Last reply by Chuchendra Babu - Friday, October 19, 2012 5:27 AM -
0 Votes
How to Attach Jquery to webpart
Write your JQuery code in this popup dialog.Answered | 2 Replies | 4003 Views | Created by SurekhaP - Monday, August 6, 2012 3:19 PM | Last reply by SurekhaP - Tuesday, August 7, 2012 6:18 AM -
0 Votes
Consume WinJS.Promise (or equivalent) in C++ code
Hi, As far as I know, the JavaScript cannot write component, so that we cannot use JS function directly.Answered | 3 Replies | 2052 Views | Created by Ghostrider-13 - Tuesday, October 16, 2012 7:21 PM | Last reply by Jesse Jiang - Thursday, October 18, 2012 5:36 AM -
0 Votes
Use jQuery from CodeBehind
Please try : string jqueryCodeString = @"<script src='Jquery_plugin_url' type='text/javascript'> here you can write your jquery or ...Answered | 2 Replies | 9230 Views | Created by guilherme-cardoso - Monday, May 31, 2010 12:06 PM | Last reply by Fafafaalex - Tuesday, June 1, 2010 8:40 AM -
0 Votes
Writing a Linq to SharePoint query equivalent to SPSiteDataQuery
As an alternative, what you can do is this: since SPSiteDataQuery knows how to aggregate data across multiple sites, you need to get the same in Linq/SPMetal: ...Answered | 2 Replies | 3858 Views | Created by Neela Krishna B - Tuesday, May 15, 2012 6:59 AM | Last reply by Margriet Bruggeman - Tuesday, May 15, 2012 12:33 PM -
1 Votes
Equivalent code in VB.net
read your post again...the equivalent code in vb.net....Answered | 8 Replies | 2809 Views | Created by cospow - Tuesday, December 29, 2009 12:18 PM | Last reply by Levi Domingos - Tuesday, December 29, 2009 9:21 PM -
0 Votes
JQUERY is over writing my required field
Hi, We can add a jQuery method into onclick method and write code like this: <script ...Answered | 1 Replies | 1026 Views | Created by Neish - Wednesday, October 28, 2015 12:59 PM | Last reply by Dennis Guo - Monday, November 2, 2015 8:02 AM -
0 Votes
c# equivalent code for the script
The following code library provides method to validate email addresses and goes into details how some approach are good vs bad, read the various "Strike" paragraphs as ...Answered | 4 Replies | 852 Views | Created by How to remove xml namespace prefixes - Wednesday, January 9, 2019 11:08 AM | Last reply by Viorel_ - Thursday, January 10, 2019 12:48 PM -
0 Votes
Equivalent code for VB6.SetDefault() in VB.NET
If you do that you will see that in the designer generated code this is done.Answered | 1 Replies | 895 Views | Created by KannanSakkarai - Thursday, August 11, 2016 9:07 AM | Last reply by Cor Ligthert - Thursday, August 11, 2016 9:18 AM -
1 Votes
Code First and WITH NOCHECK ADD equivalent
code, not in DB.Answered | 2 Replies | 5059 Views | Created by DashNYC - Monday, May 21, 2012 9:57 PM | Last reply by Michael Freidgeim W - Sunday, February 25, 2018 1:04 AM -
0 Votes
Application_LoggedIn() equivalent in the HTML client
You can use a Get or a Post depending on whether you care about http status codes.Answered | 3 Replies | 814 Views | Created by Paul Pitchford - Tuesday, December 15, 2015 11:20 AM | Last reply by Hessc - Wednesday, December 16, 2015 1:40 PM -
0 Votes
How to use JQuery to access a WebPart (or Javascript)
The code I typically see for example searches for "the first" input control.Answered | 4 Replies | 5893 Views | Created by EightfoldPath - Monday, July 13, 2009 11:52 AM | Last reply by Peter Holpar - Monday, July 27, 2009 4:14 PM -
1 Votes
How to use jquery in my webpart for SP2010?
You shouldn't reference jQuery this way, you should be using a URL path to reference it instead.Answered | 1 Replies | 4063 Views | Created by ryands - Friday, August 17, 2012 6:52 PM | Last reply by Brandon Atkinson - Friday, August 17, 2012 11:18 PM -
0 Votes
How to write a equivalent code using jquery
User-474980206 posted you replace the xhr object in the jQuery ajax call: ...Answered | 1 Replies | 113 Views | Created by Anonymous - Tuesday, February 2, 2016 7:20 PM | Last reply by Anonymous - Tuesday, February 2, 2016 8:41 PM -
8 Votes
equivalent using statement code for which online translators don't work.
>original C# code (using (formAbout = new About())) uses the existing variable.Answered | 22 Replies | 3212 Views | Created by hazz - Thursday, August 26, 2010 2:02 PM | Last reply by hazz - Friday, August 27, 2010 12:57 AM - Items 1 to 20 of 3870691 Next ›
No announcements