- Screen name: korssane
korssane's Profile
8 Posts
9 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
Hi Guys,
Everytime i refresh my webpage or call the handsontable.js , iam getting the following error

Object required and it is pointing the line : 5324 in the jquery.handsontable.js file .
5324 : this.x = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;I'am using 0.8 version..
I'm thinking that is something related to DOM load but cannot confirm that..Any help will be more than appreciated.
- 10-Jan-2013 09:16 AM
- Forum: Using jQuery
Hi Guys,
I'm dealing with issue since yesterday and could not get ride of it..
Iam using jquey tabs. inone of them i' am calling <a href="content.cfm">Test</a>
but this one is returning the following message :
Message: 'offsetHeight' is null or not an object
Line: 5
Char: 2386
Code: 0
URI: ../Tabs_example.cfm.
I tried to get the value of that offsetheight and got '0' as value.
in the cfm file i tried to remove all tables temporarly but still have the same issue..
So, if i change the value of the offsetheight , this will resolve the issue ? if yes how can i do that..?
PLease any help to fix the issue will more than appreciated.
Thank you .- Hi Guys,i'am retrieving data based on a ajax call . so i need to put ajax response or ajax result into a textbox.below is my example :
- $.ajax({
- type: 'GET',
- url: 'projectinfo_data_proxy.cfm',
- data: {projid:Sel_val, DDL_id: Sel_id },
- dataType: 'json',
- success: function (data)
- {
- $("#ddlvalue0").val(data);
- }
- }
- });
- <cfoutput>
- <cfquery name="results" datasource="#application.dsn#">
- SELECT PROJECT_NAME
- FROM PROJECT_TABLE
- WHERE PROJECT_ID = #url.projid#
- </cfquery>
- </cfoutput>
- <cfform name="form1">
- <input type="text" id="ddlvalue0">
- </cfform>
So , it is a simple query that returns the project name based on the project ID send through ajax param.\\and thequery result (Project name ) should land into the text box (ddlvalue0).Any help on thatThanks- Hi guys ,i' am still not able to resolve my problem. anybody can help on this?i need just to open my dialog form within a specified frame . is this possible ?thanks
- Hi Guys ,i'am lilt bit stuck here .. i want to open a dialog form on button click ..the issue is it is not opening in the right frame and it is located in the top frame menu frame. How van i do that?i want to open that dialog in a frame called "frame_content"below is my code :thanks
- $( "#create-user" )
- .button()
- .click(function()
- {
- $( "#dialog1-form" ).dialog( "open" );
- });
- Hi expert ,iam using the below code to get a query result as html. The code works and it returns the query result (Project_id, Project_name) from the query that runs inside the "output_test.cfm".So what i need is to be able to get only Project_id resulting from the query and assign it to a text box.So in other terms, i need to control more the data by specifying the field name i want to get. Is this possible ?thanks guys
- var ProjID =1275;$.get('output_test.cfm',{projectvarid:ProjID},function(data){$("#notes").html(data);});
Hi peers ,
i' am using the below statement to show status notes added by users. weird is my self and other peers are able to see those notes but some others are not able ....any ideas on what could be..i thought initially that DOM is not loaded on their end..
some of them can see old notes but not the recent ones they have just added...
any help please ..thanks
<script src="../component/js/ui/jquery-1.6.2.js"></script> <script>
function loadQuery()
{
var ProjID =<cfoutput>#qGetProjElement.
PROJECT_ID#</cfoutput>; $.get('statusnote.cfm',{
projectvarid:ProjID},function( data) {
$("#dynamicnotes").empty();
$("#dynamicnotes").append(
data); }
)
return false
}
$(document).ready(function()
{
$("#loadLink").click(
loadQuery) }
);
</script>
in the form section iam calling the dynamic notes this way :
<div id="dynamicnotes" align="left" class="DivScroll">
</div>
this works for some users but some others do not see their notes ?
any thought ?
- 12-Jan-2012 04:01 PM
- Forum: Using jQuery
Hi Experts,i used to use the jquery.bublepopup.v2.3.1.min.js to build my buble popus in different forms.Now it is getting lit bit complicated as i want to call one bublepopup in one of my dynamic textboxes..and i am stack there..in general when using form , i include the jquery script . on the header of the page and just call what i want in a DIV or textfield class ...i.e<input id="text1" class="jquerypopupfunction">inthe dynamic side, i know how to call a class in javascript dynamic mode. i tried to do the same as above but it did not work ,,any thoughts or help ??thanks- «Prev
- Next »
Moderate user : korssane
© 2012 jQuery Foundation
Sponsored by
and others.


